diff --git a/src/app/page.tsx b/src/app/page.tsx index 41b7f12..5152e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { TrendingUp, MapPin, Building2, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -74,6 +74,7 @@ export default function LandingPage() { ]} animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} /> @@ -83,6 +84,8 @@ export default function LandingPage() { description="High-fidelity listings curated for the luxury investor." gridVariant="four-items-2x2-equal-grid" animationType="scale-rotate" + textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Biscayne Bay Estate", price: "$8.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-mansion-pool_1203-245.jpg" }, { id: "p2", name: "Fort Lauderdale Penthouse", price: "$4.2M", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-condo_1203-887.jpg" }, @@ -99,6 +102,8 @@ export default function LandingPage() { description="Our No-Hassle Guarantee ensures a seamless, transparent experience from acquisition to closing. Trust in our intelligence." imageSrc="http://img.b2bpic.net/free-photo/luxury-real-estate-agent-client-shaking-hands_1203-678.jpg" buttonText="Schedule Consultation" + background={{ variant: "rotated-rays-static" }} + useInvertedBackground={false} />