Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-09 13:11:31 +00:00
6 changed files with 1386 additions and 19 deletions

View File

@@ -98,7 +98,7 @@ export default function AccountPage() {
role: "CEO",
company: "Sterling Ventures Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=2",
},
{
id: "2",
@@ -106,7 +106,7 @@ export default function AccountPage() {
role: "Real Estate Investor",
company: "Thompson Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg?_wi=2",
},
{
id: "3",
@@ -114,7 +114,7 @@ export default function AccountPage() {
role: "Entrepreneur",
company: "Fernandez Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg?_wi=2",
},
{
id: "4",
@@ -122,7 +122,7 @@ export default function AccountPage() {
role: "Executive Director",
company: "Walsh Global Partners",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=2",
},
]}
kpiItems={[

View File

@@ -73,7 +73,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=2"
imageAlt="Luxury office with high-end furnishings"
mediaAnimation="blur-reveal"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -122,28 +122,28 @@ export default function HomePage() {
id: "1",
name: "Oceanfront Villa - Miami",
price: "$8,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=1",
imageAlt: "Luxury oceanfront villa in Miami with infinity pool",
},
{
id: "2",
name: "Modern Estate - Beverly Hills",
price: "$12,750,000",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=1",
imageAlt: "Contemporary luxury home in Beverly Hills with smart features",
},
{
id: "3",
name: "Mountain Retreat - Aspen",
price: "$9,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=1",
imageAlt: "Exclusive mountain estate in Aspen with ski access",
},
{
id: "4",
name: "Penthouse - Manhattan",
price: "$15,000,000",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=1",
imageAlt: "Prestigious Manhattan penthouse with skyline views",
},
]}
@@ -257,7 +257,7 @@ export default function HomePage() {
role: "CEO",
company: "Sterling Ventures Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=1",
imageAlt: "executive woman business portrait professional",
},
{
@@ -266,7 +266,7 @@ export default function HomePage() {
role: "Real Estate Investor",
company: "Thompson Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg?_wi=1",
imageAlt: "businessman investment manager headshot portrait",
},
{
@@ -275,7 +275,7 @@ export default function HomePage() {
role: "Entrepreneur",
company: "Fernandez Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg?_wi=1",
imageAlt: "entrepreneur woman business portrait professional",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
role: "Executive Director",
company: "Walsh Global Partners",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1",
imageAlt: "executive director man business portrait professional",
},
]}
@@ -368,7 +368,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=1"
imageAlt="Luxury office with high-end furnishings"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -56,28 +56,28 @@ export default function PropertiesPage() {
id: "1",
name: "Oceanfront Villa - Miami",
price: "$8,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=2",
imageAlt: "Luxury oceanfront villa in Miami with infinity pool",
},
{
id: "2",
name: "Modern Estate - Beverly Hills",
price: "$12,750,000",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=2",
imageAlt: "Contemporary luxury home in Beverly Hills with smart features",
},
{
id: "3",
name: "Mountain Retreat - Aspen",
price: "$9,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=2",
imageAlt: "Exclusive mountain estate in Aspen with ski access",
},
{
id: "4",
name: "Penthouse - Manhattan",
price: "$15,000,000",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=2",
imageAlt: "Prestigious Manhattan penthouse with skyline views",
},
]}

View File

@@ -156,7 +156,7 @@ export default function SearchPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=3"
imageAlt="Luxury office with high-end furnishings"
mediaAnimation="blur-reveal"
mediaPosition="right"