From 7fcca28950f0d5d907079f10a4ecef979f647ea5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:29:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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() {