Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/pages/blogs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,10 @@ export default function Blogs() {
<div className="blog-hero-container">
<div className="hero-content">
<h1 className="blog-main-title">
Welcome to <span className="gradient-text">recode hive</span>{" "}
Blogs
Engineering <span className="gradient-text">uptime</span>{" "}
</h1>
<p className="blog-main-subtitle">
Discover comprehensive web development articles, tutorials, and
insights covering everything from HTML & CSS fundamentals to
advanced JavaScript, React, Node.js, Data Structures &
Algorithms, and cutting-edge technologies.
blog by recode community.
</p>
</div>
</div>
Expand Down
Loading