From cf56a3bc748f3c909b3cde5f6138a59f7463f32b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:27:15 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 169 ++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 111 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f162d33..4ea0cec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,10 +12,10 @@ import { Award, Lightbulb, Leaf, Heart, TrendingUp } from "lucide-react"; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, - { name: "Contact", id: "/contact" }, + { name: "About", id: "#about" }, + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, ]; return ( @@ -33,55 +33,45 @@ export default function AboutPage() { >
@@ -91,54 +81,26 @@ export default function AboutPage() { Date: Thu, 12 Mar 2026 13:27:16 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 126 ++++++++++++++------------------------- 1 file changed, 46 insertions(+), 80 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1725caf..70b6c77 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,10 +11,10 @@ import { Phone } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, - { name: "Contact", id: "/contact" }, + { name: "About", id: "#about" }, + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, ]; return ( @@ -32,15 +32,13 @@ export default function ContactPage() { > @@ -48,30 +46,19 @@ export default function ContactPage() { Date: Thu, 12 Mar 2026 13:27:16 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++++++++++++++++++++-------------------- 1 file changed, 120 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a872bb..2cf805d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,12 +10,12 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Lightbulb, Leaf, Heart, Zap, CheckCircle, TrendingUp, Star, Phone } from "lucide-react"; +import { Award, Lightbulb, Leaf, Heart, Zap, CheckCircle, TrendingUp, Star, Phone, Facebook, Instagram, Twitter } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, - { name: "Products", id: "/products" }, { name: "About", id: "#about" }, + { name: "Features", id: "#features" }, { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]; @@ -37,38 +37,46 @@ export default function HomePage() { {/* Navbar */} {/* Hero Section */}
@@ -76,29 +84,29 @@ export default function HomePage() { {/* About Section */}
@@ -106,9 +114,9 @@ export default function HomePage() { {/* Features Section */}
@@ -138,7 +154,7 @@ export default function HomePage() { {/* Metrics Section */}
@@ -163,7 +183,7 @@ export default function HomePage() {
@@ -197,24 +223,30 @@ export default function HomePage() {
@@ -222,38 +254,38 @@ export default function HomePage() { {/* Footer */} ); -} +} \ No newline at end of file -- 2.49.1 From 90a3dbbc0cd7bcc6d039a96c508b8e5170068c1c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:27:16 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 99 ++++++++++++++------------------------- 1 file changed, 34 insertions(+), 65 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9e0cc77..bf02090 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -10,8 +10,8 @@ import { Sparkles, Phone } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, - { name: "Products", id: "/products" }, { name: "About", id: "#about" }, + { name: "Features", id: "#features" }, { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]; @@ -33,21 +33,19 @@ export default function ProductsPage() { {/* Navbar */} {/* Products Section */}
@@ -82,31 +65,20 @@ export default function ProductsPage() { {/* Contact & FAQ Section */}
@@ -114,36 +86,33 @@ export default function ProductsPage() { {/* Footer */}