Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,6 +74,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user