Update src/app/page.tsx

This commit is contained in:
2026-03-27 00:48:44 +00:00
parent e3866d36b4
commit b13baf887e

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Anasayfa", id: "hero"},
{
name: "Properties",
id: "properties",
},
name: "Emlaklar", id: "properties"},
{
name: "About Us",
id: "about",
},
name: "Hakkımızda", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Yorumlar", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "İletişim", id: "contact"},
]}
brandName="Parma Property"
/>
@@ -56,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Parma Property"
description="Trusted local real estate rentals in Parma. We help you find your perfect home with expertise and personalized service."
buttons={[
{
text: "Call Now",
href: "tel:+39000000000",
},
text: "Hemen Ara", href: "tel:+39000000000"},
{
text: "Request a Viewing",
href: "#contact",
},
text: "Randevu Al", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-vector/flat-design-abstract-geometric-real-estate-youtube-channel-art_23-2149200764.jpg"
mediaAnimation="blur-reveal"
@@ -78,7 +63,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Local Expertise, Trusted Results"
title="Yerel Uzmanlık, Güvenilir Sonuçlar"
/>
</div>
@@ -90,29 +75,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Modern City Apartment",
price: "€1,200/mo",
variant: "2 Bed, 1 Bath",
imageSrc: "http://img.b2bpic.net/free-vector/flat-social-media-cover-template-hotel-accommodation_23-2150313232.jpg",
},
id: "1", name: "Modern Şehir Dairesi", price: "€1,200/ay", variant: "2 Oda, 1 Salon", imageSrc: "http://img.b2bpic.net/free-vector/flat-social-media-cover-template-hotel-accommodation_23-2150313232.jpg"},
{
id: "2",
name: "Family Home",
price: "€1,800/mo",
variant: "3 Bed, 2 Bath",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg",
},
id: "2", name: "Aile Evi", price: "€1,800/ay", variant: "3 Oda, 2 Salon", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg"},
{
id: "3",
name: "Studio Flat",
price: "€850/mo",
variant: "1 Bed, 1 Bath",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg",
},
id: "3", name: "Stüdyo Daire", price: "€850/ay", variant: "1 Oda, 1 Salon", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg"},
]}
title="Featured Properties"
description="Explore our curated selection of available rental properties in Parma."
title="Öne Çıkan Emlaklar"
description="Parma'daki seçkin kiralık emlak portföyümüzü keşfedin."
/>
</div>
@@ -121,28 +91,16 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
},
id: "1", name: "Sarah Rossi", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg"},
{
id: "2",
name: "Luca Bianchi",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-couple-new-home_329181-184.jpg",
},
id: "2", name: "Luca Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-couple-new-home_329181-184.jpg"},
{
id: "3",
name: "Elena Ferrari",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100282.jpg",
},
id: "3", name: "Elena Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100282.jpg"},
{
id: "4",
name: "Marco Verdi",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-enjoying-they-home-while-packing-move-out_23-2148647506.jpg",
},
id: "4", name: "Marco Verdi", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-enjoying-they-home-while-packing-move-out_23-2148647506.jpg"},
]}
cardTitle="Loved by Our Tenants"
cardTag="4.4 / 5 Rating"
cardTitle="Mutlu Kiracılarımızın Görüşleri"
cardTag="4.4 / 5 Puan"
cardAnimation="slide-up"
/>
</div>
@@ -151,11 +109,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
tag="Contact Us"
title="Find Your Next Home"
description="Have questions or want to schedule a viewing? Get in touch today for personalized assistance."
variant: "gradient-bars"}}
tag="İletişim"
title="Yeni Evinizi Bulun"
description="Sorularınız mı var veya bir daireyi görmek mi istiyorsunuz? Kişiselleştirilmiş destek için hemen bizimle iletişime geçin."
/>
</div>
@@ -165,25 +122,17 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#hero",
},
label: "Anasayfa", href: "#hero"},
{
label: "Properties",
href: "#properties",
},
label: "Emlaklar", href: "#properties"},
],
},
{
items: [
{
label: "About Us",
href: "#about",
},
label: "Hakkımızda", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "İletişim", href: "#contact"},
],
},
]}
@@ -193,4 +142,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}