Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-09 23:04:53 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Fariborz: Your Home Away From Home in Turkey"
description="Find the perfect roommate or shared space across Turkey with our trusted community platform."
description="Find the perfect roommate or shared space across Turkey with our trusted community platform, now with enhanced filtering to match your exact needs."
testimonials={[
{
name: "Ali Yilmaz", handle: "@ali.y", testimonial: "I found a great apartment in Istanbul thanks to Fariborz. Easy and reliable!", rating: 5,
@@ -137,7 +137,7 @@ export default function LandingPage() {
id: "6", name: "Shared Flat in Bursa", price: "₺3,000/mo", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-black-girl-pink-t-shirt-blue-jeans-sitting-home-kitchen_1157-14115.jpg"},
]}
title="Available Rooms & Roommates"
description="Explore curated spaces and roommate requests in major Turkish cities."
description="Explore curated spaces and roommate requests in major Turkish cities with our advanced filtering system."
/>
</div>
@@ -166,6 +166,8 @@ export default function LandingPage() {
id: "2", title: "Are profiles verified?", content: "Yes, we prioritize safety by verifying user identity documents."},
{
id: "3", title: "Is it free to use?", content: "Basic features are free, with premium options for higher visibility."},
{
id: "4", title: "Do you support multiple languages?", content: "Yes, our interface and filtering system are fully optimized for multilingual accessibility."},
]}
title="Frequently Asked Questions"
description="Have questions about using Fariborz? We have answers."
@@ -214,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}