Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 15:00:10 +00:00

View File

@@ -61,53 +61,53 @@ export default function LandingPage() {
description="Discover millions of homes, apartments, and condos with the leading real estate platform for buyers and renters."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799757.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799757.jpg?_wi=1",
imageAlt: "Luxury suburban estate",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=1",
imageAlt: "Bright living room",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg?_wi=1",
imageAlt: "Minimalist apartment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg?_wi=1",
imageAlt: "Villa pool view",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg?_wi=1",
imageAlt: "Urban loft",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg?_wi=1",
imageAlt: "Townhouse entrance",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg?_wi=2",
imageAlt: "Townhouse entrance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg?_wi=2",
imageAlt: "Urban loft",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg?_wi=2",
imageAlt: "Villa pool view",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg?_wi=2",
imageAlt: "Minimalist apartment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=2",
imageAlt: "Bright living room",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799757.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799757.jpg?_wi=2",
imageAlt: "Luxury suburban estate",
},
]}
@@ -237,25 +237,25 @@ export default function LandingPage() {
id: "1",
name: "Luxury Modern Condo",
price: "$1,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp-wood-decor-loft-style_105762-2261.jpg?_wi=3",
},
{
id: "2",
name: "Spacious Beach Villa",
price: "$2,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-mountain-landscape-tranquil-poolside-relaxation-generated-by-ai_188544-30912.jpg?_wi=3",
},
{
id: "3",
name: "Industrial Urban Loft",
price: "$850,000",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10725.jpg?_wi=3",
},
{
id: "4",
name: "Cozy Family Townhouse",
price: "$600,000",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645440.jpg?_wi=3",
},
{
id: "5",