diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 65af835..2dec65b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { price: "Premium", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-girl-with-longboard_158595-4173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-girl-with-longboard_158595-4173.jpg?_wi=2", imageAlt: "Street Style Moment", }, { @@ -82,7 +82,7 @@ export default function AboutPage() { price: "Elevated", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-shorts-road_1153-143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-shorts-road_1153-143.jpg?_wi=2", imageAlt: "Urban Explorer Look", }, { @@ -92,7 +92,7 @@ export default function AboutPage() { price: "Accessible", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/leaning-wall-by-hand-young-beautiful-girl-warm-clothes-have-walk-city-her-weekends-time_146671-16826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/leaning-wall-by-hand-young-beautiful-girl-warm-clothes-have-walk-city-her-weekends-time_146671-16826.jpg?_wi=2", imageAlt: "Casual Confidence", }, { @@ -102,7 +102,7 @@ export default function AboutPage() { price: "Versatile", rating: 5, reviewCount: "2.7k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg?_wi=2", imageAlt: "Weekend Essential", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 151b551..7c34629 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +