From 2877423c9ae2eb5cd9240410c20840d8e86ce79a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:08:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d54918..28b1daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Modern Flat in Istanbul", price: "₺5,000/mo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teens-spending-time-together_23-2149604069.jpg"}, - { id: "2", name: "Shared Room in Ankara", price: "₺3,200/mo", imageSrc: "http://img.b2bpic.net/free-photo/house-interior-with-leather-couch-comfortable-bean-bag-awaiting-guests-arrive_482257-103861.jpg"}, - { id: "3", name: "Cozy Space in Izmir", price: "₺2,800/mo", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-2408.jpg"}, + { id: "1", name: "Modern Flat in Istanbul", price: "₺5,000/mo", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teens-spending-time-together_23-2149604069.jpg?_wi=1"}, + { id: "2", name: "Shared Room in Ankara", price: "₺3,200/mo", imageSrc: "http://img.b2bpic.net/free-photo/house-interior-with-leather-couch-comfortable-bean-bag-awaiting-guests-arrive_482257-103861.jpg?_wi=1"}, + { id: "3", name: "Cozy Space in Izmir", price: "₺2,800/mo", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-2408.jpg?_wi=1"}, ]} title="Available Rooms & Roommates" description="Explore curated spaces and roommate requests in major Turkish cities with our advanced filtering system." @@ -110,9 +110,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah J.", role: "Flatmate", company: "Istanbul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teens-spending-time-together_23-2149604069.jpg" }, - { id: "2", name: "Omar K.", role: "Owner", company: "Ankara", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/house-interior-with-leather-couch-comfortable-bean-bag-awaiting-guests-arrive_482257-103861.jpg" }, - { id: "3", name: "Elena V.", role: "Flatmate", company: "Izmir", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-2408.jpg" }, + { id: "1", name: "Sarah J.", role: "Flatmate", company: "Istanbul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teens-spending-time-together_23-2149604069.jpg?_wi=2" }, + { id: "2", name: "Omar K.", role: "Owner", company: "Ankara", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/house-interior-with-leather-couch-comfortable-bean-bag-awaiting-guests-arrive_482257-103861.jpg?_wi=2" }, + { id: "3", name: "Elena V.", role: "Flatmate", company: "Izmir", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-2408.jpg?_wi=2" }, ]} />