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() {