From c2d04fdae1c3b43ff4022b55f88603f28e8325a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:06:18 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 196 +++++++++++++++-------------------------- 1 file changed, 69 insertions(+), 127 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 981e71d..ec89598 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,176 +1,118 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, CheckCircle, MapPin, Shield, TrendingUp, PhoneCall } from "lucide-react"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import Link from "next/link"; +import { Users, Award, Target } from "lucide-react"; export default function AboutPage() { return ( - {/* Navbar */} - {/* About Section */} -
- +
- {/* Our Values Section */}
- +
+ +
+ -
- - {/* CTA Section */} -
-
- {/* Footer */}
-- 2.49.1 From f324f643c3b56c262ee300366754d79174711fbc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:06:18 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 166 +++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 87 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 14102eb..311f906 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,135 +1,127 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { PhoneCall } from "lucide-react"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import Link from "next/link"; +import { Phone, Mail, MapPin } from "lucide-react"; export default function ContactPage() { return ( - {/* Navbar */} - {/* Main Contact Section */} -
- + { + console.log("Contact form submission from:", email); + }} />
- {/* Additional Contact Section */} -
- +
- {/* CTA to Explore */} -
- +
- {/* Footer */}
-- 2.49.1 From 29ee24fb3a55588aca471414ae2e46b5eccddda6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:06:19 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 209 ++++++++++++++++++--------------------- 1 file changed, 94 insertions(+), 115 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 22f42d1..241c9e4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -1,160 +1,139 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { PhoneCall } from "lucide-react"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import Link from "next/link"; export default function GalleryPage() { return ( - {/* Navbar */} - {/* Gallery Properties */} -