From d6f2c58bdeedd44847e0728948387866f9081a61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:07:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7786b4..9c0f6ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBase from '@/components/sections/footer/FooterBase'; import { Heart, Image, Phone, ShoppingBag, Sparkles } from "lucide-react"; export default function LandingPage() { @@ -44,7 +44,7 @@ export default function LandingPage() { -- 2.49.1