diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ef7875..4ea64f7 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 { Heart, Star, Sparkles, Eye, Users, Camera, Wine, Clock, ChefHat, MessageCircle, TrendingUp } 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 { Camera, ChefHat, Clock, Eye, Heart, MessageCircle, Sparkles, Star, TrendingUp, Users, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -28,7 +28,6 @@ export default function LandingPage() { > ); -} \ No newline at end of file +}