Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-04 18:09:06 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ export default function AboutPage() {
{ value: "98%", title: "Satisfaction clients" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg"
imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg?_wi=2"
imageAlt="Dakar Immobilier team in modern office"
mediaAnimation="slide-up"
metricsAnimation="slide-up"

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
{ value: "98%", title: "Satisfaction clients" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg"
imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-showing-office-building-interior_74855-1199.jpg?_wi=1"
imageAlt="Dakar Immobilier team in modern office"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -156,7 +156,7 @@ export default function HomePage() {
id: "1",
name: "Villa prestige Plateau - 5 chambres",
price: "450,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1",
imageAlt: "Luxurious 5-bedroom villa in Plateau neighborhood",
initialQuantity: 1,
},
@@ -164,7 +164,7 @@ export default function HomePage() {
id: "2",
name: "Appartement Almadies - 3 chambres",
price: "185,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1",
imageAlt: "Modern 3-bedroom apartment in Almadies",
initialQuantity: 1,
},
@@ -172,7 +172,7 @@ export default function HomePage() {
id: "3",
name: "Bureau commercial Hann - 200m²",
price: "65,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=1",
imageAlt: "Commercial office space in Hann",
initialQuantity: 1,
},
@@ -180,7 +180,7 @@ export default function HomePage() {
id: "4",
name: "Maison familiale Mermoz - 4 chambres",
price: "320,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg?_wi=1",
imageAlt: "Comfortable 4-bedroom family house in Mermoz",
initialQuantity: 1,
},

View File

@@ -74,7 +74,7 @@ export default function PropertiesPage() {
id: "1",
name: "Villa prestige Plateau - 5 chambres",
price: "450,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "Luxurious 5-bedroom villa in Plateau neighborhood",
initialQuantity: 1,
},
@@ -82,7 +82,7 @@ export default function PropertiesPage() {
id: "2",
name: "Appartement Almadies - 3 chambres",
price: "185,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2",
imageAlt: "Modern 3-bedroom apartment in Almadies",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ export default function PropertiesPage() {
id: "3",
name: "Bureau commercial Hann - 200m²",
price: "65,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=2",
imageAlt: "Commercial office space in Hann",
initialQuantity: 1,
},
@@ -98,7 +98,7 @@ export default function PropertiesPage() {
id: "4",
name: "Maison familiale Mermoz - 4 chambres",
price: "320,000,000 FCFA",
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg?_wi=2",
imageAlt: "Comfortable 4-bedroom family house in Mermoz",
initialQuantity: 1,
},