From 830542ff83a377f3228e2a806fa3a04bb8683b17 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:58:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ccfb13..e4e0a59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { title="Building Excellence. Crafting Luxury." description="We specialize in high-end residential and commercial construction, delivering precision, elegance, and unmatched quality in every project." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", imageAlt: "Luxury villa exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", imageAlt: "Modern interior living space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg", imageAlt: "Architectural project showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", imageAlt: "Modern home entrance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", imageAlt: "Minimalist staircase design" } + { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=1", imageAlt: "Luxury villa exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=1", imageAlt: "Modern interior living space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=1", imageAlt: "Architectural project showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=2", imageAlt: "Modern home entrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=2", imageAlt: "Minimalist staircase design" } ]} mediaAnimation="blur-reveal" /> @@ -89,12 +89,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Luxury Villa", name: "Modern Estate A", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg" }, - { id: "p2", brand: "High-End Reno", name: "Urban Penthouse", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg" }, - { id: "p3", brand: "Commercial Space", name: "Downtown Boutique", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg" }, - { id: "p4", brand: "Custom Home", name: "Coastal Retreat", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg" }, - { id: "p5", brand: "Renovation", name: "Heritage Restoration", price: "Custom", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg" }, - { id: "p6", brand: "Commercial", name: "Corporate Office", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg" } + { id: "p1", brand: "Luxury Villa", name: "Modern Estate A", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=3" }, + { id: "p2", brand: "High-End Reno", name: "Urban Penthouse", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=3" }, + { id: "p3", brand: "Commercial Space", name: "Downtown Boutique", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=2" }, + { id: "p4", brand: "Custom Home", name: "Coastal Retreat", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=4" }, + { id: "p5", brand: "Renovation", name: "Heritage Restoration", price: "Custom", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=4" }, + { id: "p6", brand: "Commercial", name: "Corporate Office", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=3" } ]} title="Our Portfolio" description="Explore our collection of stunning residences and commercial spaces, each reflecting the highest standards of architectural design and build quality." -- 2.49.1