7 Commits

Author SHA1 Message Date
8d6e477857 Update src/app/page.tsx 2026-05-09 23:04:50 +00:00
3a85c67134 Merge version_2 into main
Merge version_2 into main
2026-05-09 23:02:42 +00:00
2d8e38910e Update theme colors 2026-05-09 23:02:39 +00:00
b7a833b621 Merge version_1 into main
Merge version_1 into main
2026-05-09 23:01:26 +00:00
a3f780d46d Merge version_1 into main
Merge version_1 into main
2026-05-09 23:01:15 +00:00
cb083d99b3 Merge version_1 into main
Merge version_1 into main
2026-05-09 23:01:09 +00:00
8a76b76070 Merge version_1 into main
Merge version_1 into main
2026-05-09 22:54:10 +00:00
2 changed files with 12 additions and 10 deletions

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>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f8fbff;
--foreground: #001122;
--primary-cta: #15479c;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #15479c;
--accent: #a8cce8;
--background-accent: #e0edff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);