diff --git a/src/app/page.tsx b/src/app/page.tsx index 4327bdd..f92301d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,13 @@ import { Coffee, Heart, Sparkles, Star } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from "next/link"; export default function LandingPage() { return ( @@ -27,11 +28,11 @@ export default function LandingPage() {