Update src/app/page.tsx
This commit is contained in:
@@ -98,6 +98,8 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "6", name: "Azure Point", price: "$22.5M", variant: "Villa", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg"},
|
||||
{
|
||||
id: "1", name: "The Obsidian Tower", price: "$12.5M", variant: "Penthouse", imageSrc: "http://img.b2bpic.net/free-photo/star-favourite-label-box-bar-banner-graphic_53876-125576.jpg"},
|
||||
{
|
||||
@@ -108,8 +110,6 @@ export default function LandingPage() {
|
||||
id: "4", name: "Riverside Oasis", price: "$9.4M", variant: "Estate", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg"},
|
||||
{
|
||||
id: "5", name: "Skyline Heights", price: "$11.1M", variant: "Suite", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg"},
|
||||
{
|
||||
id: "6", name: "Azure Point", price: "$22.5M", variant: "Villa", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg"},
|
||||
]}
|
||||
title="Current Acquisitions"
|
||||
description="A refined selection of our most prestigious properties, currently available to qualified investors."
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f2", title: "Bespoke Interiors", description: "Hand-selected finishes, artisanal craftsmanship, and smart-home integration designed for effortless comfort.", tag: "Interiors", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-tablet-couch_23-2149403360.jpg"},
|
||||
{
|
||||
id: "f3", title: "Private Security", description: "Discreet, advanced, and global-standard security protocols protecting your legacy assets around the clock.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg"},
|
||||
id: "f3", title: "Private Security", description: "Discreet, advanced, and global-standard security protocols protecting your legacy assets around the clock.", tag: "Security", imageSrc: "http://img.b2bpic.net/closeup-photo-huge-bouquet-made-hydrangeas-standing-table-large-luxurious-room_627829-8201.jpg"},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Every property we represent is defined by its uniqueness, architectural integrity, and uncompromising luxury standards."
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user