From 81afb893ee448df6e76e68decd993e1585952711 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:11:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 885c156..bb6f100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -37,6 +37,7 @@ export default function LandscapingPage() { { name: "About", id: "about" }, { name: "Sales Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} button={{ text: "Inquire Now", href: "#contact" }} @@ -162,26 +163,26 @@ export default function LandscapingPage() {
- @@ -192,28 +193,34 @@ export default function LandscapingPage() { tag="FAQ" tagIcon={Home} title="Common Questions About Ekamai 48" - description="Find answers to frequently asked questions regarding units, pricing, and the buying process." + description="Find answers to frequently asked questions regarding units, pricing, investment, and the buying process." textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What unit types are available at Ekamai 48?", content: "We offer a range of unit types including Studio, 1-Bedroom, and 2-Bedroom configurations, designed to suit various lifestyles and needs." + id: "1", title: "What unit types are available at Ekamai 48?", content: "We offer a range of unit types including Studio (25-30 sq.m.), 1-Bedroom (30-45 sq.m.), and 2-Bedroom (45-60 sq.m.) configurations, designed to suit various lifestyles and needs. Each unit boasts modern finishes and efficient layouts." }, { - id: "2", title: "What are the main facilities and amenities?", content: "Residents can enjoy a swimming pool, fitness center, co-working space, communal garden, 24-hour security, and ample parking." + id: "2", title: "What are the main facilities and amenities?", content: "Residents can enjoy a comprehensive suite of amenities including a swimming pool, fully-equipped fitness center, co-working space, communal garden, children's play area, 24-hour security with CCTV, key card access, and ample parking." }, { - id: "3", title: "Is Lumpini Condotown Ekamai 48 suitable for investment?", content: "Absolutely. Its prime location in Ekamai, modern design, and robust rental demand make it an attractive option for investors seeking strong returns." + id: "3", title: "Is Lumpini Condotown Ekamai 48 suitable for investment?", content: "Absolutely. Its prime location in Ekamai, high rental demand, modern design, and robust appreciation potential make it an attractive option for investors seeking strong returns. Our team can provide rental yield projections." }, { - id: "4", title: "What is the payment structure and booking process?", content: "Our sales team will provide a detailed breakdown of the booking fee, down payment schedule, and final payment options. We offer flexible plans." + id: "4", title: "What is the payment structure and booking process?", content: "The booking process typically involves a booking fee, followed by a down payment schedule during construction, and final payment upon unit transfer. Our sales team will provide a detailed breakdown of all payment options and can customize plans for you." }, { - id: "5", title: "Are there any special promotions for early buyers?", content: "Yes, we frequently offer exclusive promotions for early bird purchasers. Please contact our sales team for the latest offers and benefits." + id: "5", title: "Are there any special promotions for early buyers?", content: "Yes, we frequently offer exclusive promotions, discounts, and attractive packages for early bird purchasers, including furniture vouchers or waiver of common area fees. Please contact our sales team for the latest offers and benefits tailored to your interest." }, { - id: "6", title: "Can foreigners purchase units at Lumpini Condotown Ekamai 48?", content: "Yes, foreigners are eligible to purchase condominium units in Thailand under specific regulations. Our team can guide you through the process." + id: "6", title: "Can foreigners purchase units at Lumpini Condotown Ekamai 48?", content: "Yes, foreigners are eligible to purchase condominium units in Thailand under specific regulations, primarily that foreign ownership does not exceed 49% of the total unit area of the condominium. Our legal team can guide you through the entire process to ensure a smooth transaction." + }, + { + id: "7", title: "What are the common area fees and maintenance costs?", content: "Common area fees cover maintenance of facilities, security, and cleaning services. These fees are calculated per square meter annually. Our sales team can provide the current rates and an estimate based on your chosen unit size." + }, + { + id: "8", title: "Is the property pet-friendly?", content: "Lumpini Condotown Ekamai 48 has a strict no-pet policy in common areas and within units to ensure a comfortable living environment for all residents. Please inquire for specific exceptions or nearby pet-friendly facilities." } ]} /> -- 2.49.1