Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-07 00:47:06 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ const ContactPage = () => {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg?_wi=3"
imageAlt="Luxury real estate consultation"
mediaPosition="right"
mediaAnimation="none"

View File

@@ -60,7 +60,7 @@ export default function HomePage() {
title="Discover Luxury Real Estate Excellence"
description="Experience curated collections of the finest luxury properties. From penthouse apartments to oceanfront villas, Rivó Real Estate connects you with exceptional homes that define elegance and sophistication."
tag="Luxury Properties"
imageSrc="http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg"
imageSrc="http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=1"
imageAlt="Luxury property exterior with architectural elegance"
textPosition="bottom-left"
showBlur={true}
@@ -97,7 +97,7 @@ export default function HomePage() {
price: "$3,500,000",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg?_wi=1",
imageAlt: "Modern luxury penthouse with skyline views",
},
{
@@ -107,7 +107,7 @@ export default function HomePage() {
price: "$5,200,000",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=1",
imageAlt: "Contemporary mansion with luxury amenities",
},
{
@@ -117,7 +117,7 @@ export default function HomePage() {
price: "$4,800,000",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg?_wi=1",
imageAlt: "Luxury beachfront residence with oceanfront access",
},
]}
@@ -314,7 +314,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg?_wi=1"
imageAlt="Luxury real estate consultation"
mediaPosition="right"
mediaAnimation="none"

View File

@@ -69,7 +69,7 @@ export default function PropertiesPage() {
price: "$3,500,000",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg?_wi=2",
imageAlt: "Modern luxury penthouse with skyline views",
},
{
@@ -79,7 +79,7 @@ export default function PropertiesPage() {
price: "$5,200,000",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=2",
imageAlt: "Contemporary mansion with luxury amenities",
},
{
@@ -89,7 +89,7 @@ export default function PropertiesPage() {
price: "$4,800,000",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg?_wi=2",
imageAlt: "Luxury beachfront residence with oceanfront access",
},
{
@@ -109,7 +109,7 @@ export default function PropertiesPage() {
price: "$6,100,000",
rating: 5,
reviewCount: "21",
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=2",
imageAlt: "Stunning Mediterranean villa with expansive grounds",
},
{
@@ -192,7 +192,7 @@ export default function PropertiesPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-wife-while-signing-agreement-with-insurance-agent-office_637285-6900.jpg?_wi=2"
imageAlt="Luxury real estate consultation"
mediaPosition="right"
mediaAnimation="none"