From fcd6ce5f8c453f47156ffee00fd597845eebe9a6 Mon Sep 17 00:00:00 2001 From: mrunmay-24-ukey Date: Tue, 9 Dec 2025 10:11:09 +0530 Subject: [PATCH] fix: improved responsiveness and added a hamburger --- app/page.tsx | 88 ++++++++++++++--------------- components/HomeHeader.tsx | 115 ++++++++++++++++++++++++++++++++------ 2 files changed, 143 insertions(+), 60 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 8b6018e..e2fa197 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -58,33 +58,33 @@ export default function Home() { {/* Hero Section */} -
+
-
+
- + New Tools Added Weekly
-

+

Professional Tools for{" "} Modern Developers

-

+

A collection of powerful tools designed to streamline your development workflow and boost productivity. Built by developers, for developers.

-
- - - - @@ -94,28 +94,28 @@ export default function Home() {
{/* Tools Preview Section */} -
+
-
-

Featured Tools

-

+

+

Featured Tools

+

Discover our most popular developer tools

-
+
{tools.map((tool, index) => (
-
-
- +
+
+
-
-

{tool.name}

-

{tool.description}

+
+

{tool.name}

+

{tool.description}

@@ -125,26 +125,26 @@ export default function Home() {
{/* Features Section */} -
+
-
-

Why Choose Our Tools?

-

+

+

Why Choose Our Tools?

+

Designed with performance and usability in mind

-
+
{features.map((feature, index) => (
-
- +
+
-

{feature.name}

-

{feature.description}

+

{feature.name}

+

{feature.description}

))}
@@ -152,35 +152,35 @@ export default function Home() {
{/* CTA Section */} -
+
-

Ready to Get Started?

-

+

Ready to Get Started?

+

Join thousands of developers who use our tools to boost their productivity.

- -
{/* Footer */} -