From 8505cc62cac8822bbfa372de3fce71e3a5109308 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:13:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 ++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ea64f7..7ef7875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Camera, ChefHat, Clock, Eye, Heart, MessageCircle, Sparkles, Star, TrendingUp, Users, Wine } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Heart, Star, Sparkles, Eye, Users, Camera, Wine, Clock, ChefHat, MessageCircle, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,6 +28,7 @@ export default function LandingPage() { > ); -} +} \ No newline at end of file -- 2.49.1