Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user