From e6e9e86428a5ecad4017f96ca6d5ef17a62875d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 10:08:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eb02b2..cba8dc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Phone, MessageCircle, Heart, Gift, Wine, Star } from "lucide-react"; +import { Heart, Wine, Gift } from "lucide-react"; export default function LandingPage() { return ( @@ -60,7 +58,7 @@ export default function LandingPage() {
@@ -83,7 +81,10 @@ export default function LandingPage() {