Update src/app/page.tsx

This commit is contained in:
2026-04-05 12:12:45 +00:00
parent cfd6009203
commit 7057d9af2e

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Explore Listings", href: "#listings" },
{ text: "Contact via WhatsApp", href: "https://wa.me/905074523909" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg"
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg?_wi=1"
showDimOverlay={true}
showBlur={true}
avatars={[
@@ -81,9 +81,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Bosphorus Penthouse", price: "€2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg" },
{ id: "p2", name: "Historical Mansion", price: "€4,200,000", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg" },
{ id: "p3", name: "Glass Terrace Residence", price: "€1,800,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg" },
{ id: "p1", name: "Bosphorus Penthouse", price: "€2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=1" },
{ id: "p2", name: "Historical Mansion", price: "€4,200,000", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=1" },
{ id: "p3", name: "Glass Terrace Residence", price: "€1,800,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=1" },
{ id: "p4", name: "Modern Complex Suite", price: "€950,000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg" },
{ id: "p5", name: "Sky-View Bedroom Suite", price: "€1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" },
{ id: "p6", name: "Waterfront Private Villa", price: "€5,500,000", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2285.jpg" },
@@ -98,9 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Market Deep Dive", description: "Comprehensive analysis of Istanbul's micro-markets and investment potential.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg" },
{ title: "Personalized Matching", description: "Tailored property searches aligned strictly with your financial and lifestyle objectives.", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg" },
{ title: "Transparent Negotiation", description: "Expert representation ensuring fair market value and optimized purchase terms.", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg" },
{ title: "Market Deep Dive", description: "Comprehensive analysis of Istanbul's micro-markets and investment potential.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=2" },
{ title: "Personalized Matching", description: "Tailored property searches aligned strictly with your financial and lifestyle objectives.", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-pavilion-labyrinth-park-horta_1398-2205.jpg?_wi=2" },
{ title: "Transparent Negotiation", description: "Expert representation ensuring fair market value and optimized purchase terms.", imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-building-exterior-night-with-architectural-lighting_84443-74857.jpg?_wi=2" },
]}
title="Our Consulting Process"
description="A refined path to your ideal investment or home."
@@ -141,7 +141,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg"
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-modern-building_250224-279.jpg?_wi=2"
logoText="Sedat Özkan"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Listings", href: "#listings" }] },