Update src/app/page.tsx

This commit is contained in:
2026-05-11 18:21:15 +00:00
parent c97126de15
commit a57c964a71

View File

@@ -83,9 +83,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Ocean View Villa", price: "$4,500,000", variant: "4 Beds / 5 Baths / 4500sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-with-porch-black-shutters_23-2151974390.jpg" },
{ id: "p2", name: "Modern City Loft", price: "$2,200,000", variant: "2 Beds / 2 Baths / 1800sqft", imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg" },
{ id: "p3", name: "Penthouse Suite", price: "$6,800,000", variant: "5 Beds / 6 Baths / 6200sqft", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg" },
{ id: "p1", name: "Ocean View Villa", price: "450,000,000 DZD", variant: "4 Beds / 5 Baths / 4500sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-with-porch-black-shutters_23-2151974390.jpg" },
{ id: "p2", name: "Modern City Loft", price: "220,000,000 DZD", variant: "2 Beds / 2 Baths / 1800sqft", imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg" },
{ id: "p3", name: "Penthouse Suite", price: "680,000,000 DZD", variant: "5 Beds / 6 Baths / 6200sqft", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg" },
]}
title="Selected Property Collection"
description="Browse our curated list of exclusive villas and high-end properties."
@@ -99,7 +99,7 @@ export default function LandingPage() {
tag="Performance Data"
metrics={[
{ id: "m1", value: "150+", description: "Successful Closings" },
{ id: "m2", value: "$500M+", description: "Total Volume Sold" },
{ id: "m2", value: "50,000,000,000 DZD+", description: "Total Volume Sold" },
{ id: "m3", value: "20+", description: "Years of Excellence" },
{ id: "m4", value: "98%", description: "Client Satisfaction Rate" },
]}
@@ -181,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}