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 */}
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 */}
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 */} -