diff --git a/src/app/page.tsx b/src/app/page.tsx index e059a3f..a372f50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,19 +46,14 @@ export default function LandingPage() {
@@ -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." /> @@ -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" /> @@ -151,11 +109,10 @@ export default function LandingPage() { @@ -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() { ); -} +} \ No newline at end of file