Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eaacbf10f3 | |||
| b13baf887e |
109
src/app/page.tsx
109
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Anasayfa", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Properties",
|
name: "Emlaklar", id: "properties"},
|
||||||
id: "properties",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "Hakkımızda", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Yorumlar", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "İletişim", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Parma Property"
|
brandName="Parma Property"
|
||||||
/>
|
/>
|
||||||
@@ -56,19 +46,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
logoText="Parma Property"
|
logoText="Parma Property"
|
||||||
description="Trusted local real estate rentals in Parma. We help you find your perfect home with expertise and personalized service."
|
description="Trusted local real estate rentals in Parma. We help you find your perfect home with expertise and personalized service."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Hemen Ara", href: "tel:+39000000000"},
|
||||||
href: "tel:+39000000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Request a Viewing",
|
text: "Randevu Al", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-abstract-geometric-real-estate-youtube-channel-art_23-2149200764.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/flat-design-abstract-geometric-real-estate-youtube-channel-art_23-2149200764.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -78,7 +63,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Local Expertise, Trusted Results"
|
title="Yerel Uzmanlık, Güvenilir Sonuçlar"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -90,29 +75,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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: "2",
|
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"},
|
||||||
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: "3",
|
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"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Featured Properties"
|
title="Öne Çıkan Emlaklar"
|
||||||
description="Explore our curated selection of available rental properties in Parma."
|
description="Parma'daki seçkin kiralık emlak portföyümüzü keşfedin."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -121,28 +91,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Rossi", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg"},
|
||||||
name: "Sarah Rossi",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Luca Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-couple-new-home_329181-184.jpg"},
|
||||||
name: "Luca Bianchi",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sitting-couple-new-home_329181-184.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Elena Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100282.jpg"},
|
||||||
name: "Elena Ferrari",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100282.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Marco Verdi", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-enjoying-they-home-while-packing-move-out_23-2148647506.jpg"},
|
||||||
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"
|
cardTitle="Mutlu Kiracılarımızın Görüşleri"
|
||||||
cardTag="4.4 / 5 Rating"
|
cardTag="4.4 / 5 Puan"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,11 +109,10 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
tag="İletişim"
|
||||||
tag="Contact Us"
|
title="Yeni Evinizi Bulun"
|
||||||
title="Find Your Next Home"
|
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."
|
||||||
description="Have questions or want to schedule a viewing? Get in touch today for personalized assistance."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -165,25 +122,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Anasayfa", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Properties",
|
label: "Emlaklar", href: "#properties"},
|
||||||
href: "#properties",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "Hakkımızda", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "İletişim", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -193,4 +142,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user