diff --git a/src/app/page.tsx b/src/app/page.tsx index b0ac172..1961728 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { CheckCircle, Sparkles, Home, ShoppingBag, MessageSquare, Info, Star, Mail } from "lucide-react"; +import { CheckCircle, Home, Info, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() { icon={Info} imageSrc="http://img.b2bpic.net/free-photo/luxury-minimalist-home-interior_23-2149133887.jpg" mediaAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -105,6 +105,7 @@ export default function LandingPage() { { text: "WhatsApp Order", href: "https://wa.me/" } ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />