From 7056cec064051ff9b1ae58703712a9094a35daf4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:02:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 269 ++++++++++++++++++++++++----------------------- 1 file changed, 139 insertions(+), 130 deletions(-) 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)} />
-- 2.49.1