Merge version_1 into main #1

Merged
bender merged 8 commits from version_1 into main 2026-03-07 19:54:37 +00:00
8 changed files with 1419 additions and 52 deletions

View File

@@ -87,7 +87,7 @@ export default function AboutPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg",
"http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg?_wi=2",
imageAlt: "Consultation avec agent immobilier",
},
items: [
@@ -113,7 +113,7 @@ export default function AboutPage() {
reverse: true,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=8",
imageAlt: "Marketing immobilier professionnel",
},
items: [
@@ -139,7 +139,7 @@ export default function AboutPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=8",
imageAlt: "Négociation immobilière réussie",
},
items: [
@@ -183,7 +183,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Virginie M.",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=9",
},
{
id: "2",
@@ -197,7 +197,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "M. Huppé",
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=9",
},
{
id: "3",
@@ -211,7 +211,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
avatarAlt: "Nathan C.",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=6",
},
{
id: "4",
@@ -225,7 +225,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225231.jpg",
avatarAlt: "François & Cindy",
imageSrc:
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=5",
},
{
id: "5",
@@ -239,7 +239,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Sophie L.",
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=10",
},
{
id: "6",
@@ -253,7 +253,7 @@ export default function AboutPage() {
"http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "Marc D.",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=7",
},
]}
textboxLayout="default"
@@ -264,7 +264,7 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=3"
imageAlt="Skyline urbain - Marché immobilier vibrant"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

View File

@@ -55,7 +55,7 @@ export default function BuyersPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg",
"http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg?_wi=3",
imageAlt: "Préparation financière pour l'achat immobilier",
},
items: [
@@ -81,7 +81,7 @@ export default function BuyersPage() {
reverse: true,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=10",
imageAlt: "Recherche de propriété idéale",
},
items: [
@@ -107,7 +107,7 @@ export default function BuyersPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=11",
imageAlt: "Inspection professionnelle de propriété",
},
items: [
@@ -157,7 +157,7 @@ export default function BuyersPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=4"
imageAlt="Skyline urbain - Marché immobilier vibrant"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

View File

@@ -97,7 +97,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=7"
imageAlt="modern city skyline real estate background"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

File diff suppressed because it is too large Load Diff

View File

@@ -92,27 +92,27 @@ export default function HomePage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=1",
imageAlt: "Propriété vedette - Maison moderne",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=1",
imageAlt: "Salon lumineux - Propriété de luxe",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=1",
imageAlt: "Chambre principale - Confort et élégance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=1",
imageAlt: "Cuisine contemporaine - Design moderne",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=2",
imageAlt: "Extérieur paysagé - Vue d'ensemble",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=2",
imageAlt: "Espace de vie - Ambiance accueillante",
},
]}
@@ -129,7 +129,7 @@ export default function HomePage() {
id: "1",
name: "Maison Familiale - Quartier Résidentiel",
price: "529 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=3",
imageAlt: "Maison familiale 4 chambres",
initialQuantity: 1,
},
@@ -137,7 +137,7 @@ export default function HomePage() {
id: "2",
name: "Condo de Luxe - Vue Urbaine",
price: "389 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=2",
imageAlt: "Condo moderne centre-ville",
initialQuantity: 1,
},
@@ -145,7 +145,7 @@ export default function HomePage() {
id: "3",
name: "Maison Investissement - Potentiel Locatif",
price: "425 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=2",
imageAlt: "Propriété d'investissement duplex",
initialQuantity: 1,
},
@@ -199,7 +199,7 @@ export default function HomePage() {
description: "Compréhension approfondie de vos besoins immobiliers et de votre budget pour vous présenter les meilleures options.",
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg?_wi=1",
imageAlt: "Consultation avec agent immobilier",
},
items: [
@@ -223,7 +223,7 @@ export default function HomePage() {
description: "Mise en valeur maximale de votre propriété avec photos professionnelles, vidéos et marketing numérique.",
reverse: true,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=4",
imageAlt: "Marketing immobilier professionnel",
},
items: [
@@ -247,7 +247,7 @@ export default function HomePage() {
description: "Talents de négociation reconnus pour obtenir les meilleures conditions et prix pour vous.",
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=3",
imageAlt: "Négociation immobilière réussie",
},
items: [
@@ -287,7 +287,7 @@ export default function HomePage() {
tag: "Acheteur",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Virginie M.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=5",
},
{
id: "2",
@@ -298,7 +298,7 @@ export default function HomePage() {
tag: "Vendeur",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "M. Huppé",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=4",
},
{
id: "3",
@@ -309,7 +309,7 @@ export default function HomePage() {
tag: "Investisseur",
avatarSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
avatarAlt: "Nathan C.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=3",
},
{
id: "4",
@@ -320,7 +320,7 @@ export default function HomePage() {
tag: "Acheteur & Vendeur",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225231.jpg",
avatarAlt: "François & Cindy",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=3",
},
{
id: "5",
@@ -331,7 +331,7 @@ export default function HomePage() {
tag: "Acheteur",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Sophie L.",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=5",
},
{
id: "6",
@@ -342,7 +342,7 @@ export default function HomePage() {
tag: "Vendeur",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "Marc D.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=4",
},
]}
textboxLayout="default"
@@ -373,7 +373,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=1"
imageAlt="modern city skyline real estate background"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

View File

@@ -49,7 +49,7 @@ export default function PropertiesPage() {
id: "1",
name: "Maison Familiale - Quartier Résidentiel",
price: "529 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=6",
imageAlt: "Maison familiale 4 chambres avec garage",
initialQuantity: 1,
},
@@ -57,7 +57,7 @@ export default function PropertiesPage() {
id: "2",
name: "Condo de Luxe - Vue Urbaine",
price: "389 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=6",
imageAlt: "Condo moderne centre-ville penthouse",
initialQuantity: 1,
},
@@ -65,7 +65,7 @@ export default function PropertiesPage() {
id: "3",
name: "Maison Investissement - Potentiel Locatif",
price: "425 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=5",
imageAlt: "Propriété d'investissement duplex",
initialQuantity: 1,
},
@@ -73,7 +73,7 @@ export default function PropertiesPage() {
id: "4",
name: "Bungalow Rénovations Modernes",
price: "495 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=4",
imageAlt: "Bungalow avec rénovations contemporaines",
initialQuantity: 1,
},
@@ -81,7 +81,7 @@ export default function PropertiesPage() {
id: "5",
name: "Maison Spacieuse - Proche Écoles",
price: "575 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=7",
imageAlt: "Grande maison 5 chambres près des écoles",
initialQuantity: 1,
},
@@ -89,7 +89,7 @@ export default function PropertiesPage() {
id: "6",
name: "Townhouse Urbain - Downtown",
price: "349 000 $",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=7",
imageAlt: "Townhouse central avec jardinage",
initialQuantity: 1,
},
@@ -118,7 +118,7 @@ export default function PropertiesPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=2"
imageAlt="Skyline urbain - Marché immobilier vibrant"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

View File

@@ -58,7 +58,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Virginie M.",
imageSrc:
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=12",
},
{
id: "2",
@@ -72,7 +72,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "M. Huppé",
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=13",
},
{
id: "3",
@@ -86,7 +86,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
avatarAlt: "Nathan C.",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=8",
},
{
id: "4",
@@ -100,7 +100,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225231.jpg",
avatarAlt: "François & Cindy",
imageSrc:
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=7",
},
{
id: "5",
@@ -114,7 +114,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
avatarAlt: "Sophie L.",
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=14",
},
{
id: "6",
@@ -128,7 +128,7 @@ export default function TestimonialPage() {
"http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
avatarAlt: "Marc D.",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg",
"http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22262.jpg?_wi=9",
},
];
@@ -183,7 +183,7 @@ export default function TestimonialPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=6"
imageAlt="Skyline urbain - Marché immobilier vibrant"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"

View File

@@ -84,7 +84,7 @@ export default function SellersPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
"http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg?_wi=6",
imageAlt: "Évaluation professionnelle de propriété",
},
items: [
@@ -109,7 +109,7 @@ export default function SellersPage() {
reverse: true,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg",
"http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794643.jpg?_wi=11",
imageAlt: "Marketing immobilier professionnel",
},
items: [
@@ -125,7 +125,7 @@ export default function SellersPage() {
reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg",
"http://img.b2bpic.net/free-photo/home-spring-interior-living-room_169016-1357.jpg?_wi=12",
imageAlt: "Finalisation réussie de vente",
},
items: [
@@ -162,7 +162,7 @@ export default function SellersPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg"
imageSrc="http://img.b2bpic.net/free-vector/bundle-city-urban-icons_24908-59884.jpg?_wi=5"
imageAlt="Skyline urbain - Marché immobilier vibrant"
logoText="Samy RE/MAX"
copyrightText="© 2025 Samy RE/MAX - Agent Immobilier Professionnel"