diff --git a/src/app/page.tsx b/src/app/page.tsx index 86a708d..61adc84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,183 +1,192 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Users, Star, Heart, Shield, MapPin } from 'lucide-react'; +import { ThemeProvider } from "@/components/theme/ThemeProvider"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import AboutMetric from "@/components/sections/about/AboutMetric"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Sparkles, Award, Heart, MapPin, Users, Zap } from "lucide-react"; -export default function LandingPage() { +const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "about" }, + { name: "Services", id: "services" }, + { name: "Gallery", id: "gallery" }, + { name: "Contact", id: "contact" }, +]; + +export default function Home() { return ( - +
-
-
-
- +
-
-
- + console.log("Email submitted:", email)} />