diff --git a/src/app/page.tsx b/src/app/page.tsx index 20d9ded..065decd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,8 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import FeatureBento from '@/components/sections/feature/FeatureBento'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Zap, Leaf, Home, Trees, Droplet, Users, Shield, Heart, Layers, Recycle, Gauge, Wifi, Camera, Lock, AlertTriangle, Calendar } from 'lucide-react'; import Link from 'next/link'; @@ -54,13 +56,16 @@ export default function HomePage() { testimonials={[ { name: "Ahmet Kaya", handle: "Resident, 3+1 Penthouse", testimonial: "We feel extremely safe here. The security infrastructure and community management are outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-headshot-lovely-caucasian-family-mother-father-their-son-smiling-happily-camera-park-summer-day_132075-10500.jpg", imageAlt: "Ahmet Kaya - Resident"}, + imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-headshot-lovely-caucasian-family-mother-father-their-son-smiling-happily-camera-park-summer-day_132075-10500.jpg", imageAlt: "Ahmet Kaya - Resident" + }, { name: "Zeynep Demir", handle: "Family, 2+1 Apartment", testimonial: "Children play freely in the courtyards. Management is very attentive to every detail and constantly improving the exteriors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Zeynep Demir - Family Resident"}, + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Zeynep Demir - Family Resident" + }, { name: "İbrahim Şahin", handle: "Investor, Commercial Unit", testimonial: "This is not just an address. It's a lifestyle upgrade backed by solid urban planning and future value.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "İbrahim Şahin - Investor"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "İbrahim Şahin - Investor" + }, ]} buttons={[ { text: "View Residences", href: "/residences" }, @@ -82,6 +87,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4005.jpg" imageAlt="Emlak Konutları master-planned residential complex architectural rendering" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -201,6 +207,67 @@ export default function HomePage() { /> +
+ +
+ +
+ +
+