Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 02:50:48 +00:00

View File

@@ -57,7 +57,7 @@ export default function HomePage() {
{ text: "View Properties", href: "properties" },
{ text: "Contact Us", href: "contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg"
imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=1"
imageAlt="Luxury home exterior"
showDimOverlay={false}
/>
@@ -72,13 +72,13 @@ export default function HomePage() {
products={[
{
id: "1", name: "Modern Luxury Apartment", price: "$850,000", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg", imageAlt: "Modern luxury apartment"},
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=1", imageAlt: "Modern luxury apartment"},
{
id: "2", name: "Beachfront Villa", price: "$2,500,000", imageSrc:
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg", imageAlt: "Beachfront villa"},
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=1", imageAlt: "Beachfront villa"},
{
id: "3", name: "Downtown Penthouse", price: "$1,750,000", imageSrc:
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Downtown penthouse"},
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=1", imageAlt: "Downtown penthouse"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -107,7 +107,7 @@ export default function HomePage() {
title: "Premium Properties", description: "Exclusive access to luxury real estate", icon: Star,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg"
imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=2"
imageAlt="About our agency"
imagePosition="right"
textboxLayout="default"
@@ -127,18 +127,18 @@ export default function HomePage() {
{
id: "1", title: "Property Sales", description:
"Expert guidance in buying and selling residential and commercial properties with maximum value", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg", imageAlt: "Property sales"},
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=2", imageAlt: "Property sales"},
{
id: "2", title: "Property Management", description:
"Professional management services for rental properties and investment portfolios", imageSrc:
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg", imageAlt: "Property management"},
"http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=2", imageAlt: "Property management"},
{
id: "3", title: "Investment Consulting", description:
"Strategic guidance for real estate investments and portfolio optimization", imageSrc:
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Investment consulting"},
"http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=2", imageAlt: "Investment consulting"},
{
id: "4", title: "Valuation Services", description: "Accurate property valuations and market analysis reports", imageSrc:
"http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg", imageAlt: "Valuation services"},
"http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=3", imageAlt: "Valuation services"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"