Update src/app/contact/page.tsx
This commit is contained in:
@@ -51,6 +51,7 @@ export default function ContactPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/promenade-beautiful-city-park_1127-3536.jpg"
|
||||
imageAlt="Beautiful park and community spaces at Emlak Konutları"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,21 +60,27 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What makes Emlak Konutları different from other residential projects?", content: "We combine European eco-district principles with Istanbul's urban energy. Our 85% green landscape, 24/7 security, architectural excellence, and sustainable infrastructure create a living ecosystem—not just a residential complex. The masterplan prioritizes community, transparency, and long-term value."},
|
||||
id: "1", title: "What makes Emlak Konutları different from other residential projects?", content: "We combine European eco-district principles with Istanbul's urban energy. Our 85% green landscape, 24/7 security, architectural excellence, and sustainable infrastructure create a living ecosystem—not just a residential complex. The masterplan prioritizes community, transparency, and long-term value."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What types of residences are available?", content: "We offer 1+1 studios, 2+1 apartments, 3+1 family homes, and 4+1 penthouses. All units feature earthquake-resistant construction, premium insulation, central heating, and energy-efficient systems. Pricing ranges from 1.2M to 6.5M Turkish Lira, with flexible payment plans available."},
|
||||
id: "2", title: "What types of residences are available?", content: "We offer 1+1 studios, 2+1 apartments, 3+1 family homes, and 4+1 penthouses. All units feature earthquake-resistant construction, premium insulation, central heating, and energy-efficient systems. Pricing ranges from 1.2M to 6.5M Turkish Lira, with flexible payment plans available."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is this a gated community?", content: "No. This is an open urban ecosystem with controlled access points, not isolated gates. Two main axes (Commercial Spine and Green Axis) create seamless connectivity while maintaining safety through smart access control and 24/7 monitoring. We believe in transparent, vibrant neighborhoods."},
|
||||
id: "3", title: "Is this a gated community?", content: "No. This is an open urban ecosystem with controlled access points, not isolated gates. Two main axes (Commercial Spine and Green Axis) create seamless connectivity while maintaining safety through smart access control and 24/7 monitoring. We believe in transparent, vibrant neighborhoods."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What security measures are in place?", content: "Our security infrastructure includes 24/7 CCTV monitoring, certified security personnel, smart access control, digital fire detection, emergency announcement systems, sprinklers, smoke exhaust, and backup generators with 100% energy capacity. Residents consistently report feeling extremely safe."},
|
||||
id: "4", title: "What security measures are in place?", content: "Our security infrastructure includes 24/7 CCTV monitoring, certified security personnel, smart access control, digital fire detection, emergency announcement systems, sprinklers, smoke exhaust, and backup generators with 100% energy capacity. Residents consistently report feeling extremely safe."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What sustainability features are included?", content: "We feature an 85% green landscape, 4-channel smart waste recycling (85% recovery rate), central waste oil filtration, EV charging units, energy performance certification, and smart urban infrastructure. Sustainability is woven into every design decision."},
|
||||
id: "5", title: "What sustainability features are included?", content: "We feature an 85% green landscape, 4-channel smart waste recycling (85% recovery rate), central waste oil filtration, EV charging units, energy performance certification, and smart urban infrastructure. Sustainability is woven into every design decision."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How is the project financed and what payment options exist?", content: "Multiple flexible payment plans are available. We offer down payment options starting from 20%, with the remainder payable over the construction period. For detailed pricing and payment structures, please contact our sales team or schedule a private presentation."},
|
||||
id: "6", title: "How is the project financed and what payment options exist?", content: "Multiple flexible payment plans are available. We offer down payment options starting from 20%, with the remainder payable over the construction period. For detailed pricing and payment structures, please contact our sales team or schedule a private presentation."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Schedule Your Private Tour"
|
||||
ctaDescription="Experience the luxury and security of Emlak Konutları Başakşehir firsthand. Our team is ready to welcome you."
|
||||
ctaButton={{ text: "Book Your Viewing", href: "tel:+905551234567" }}
|
||||
ctaButton={{ text: "Book Your Viewing", href: "#contact-form" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user