7 Commits

Author SHA1 Message Date
c547fc03dd Update src/app/page.tsx 2026-05-27 08:33:25 +00:00
fc7a0a46e3 Switch to version 3: modified src/app/page.tsx 2026-05-27 08:25:21 +00:00
616676c77b Switch to version 3: modified src/app/layout.tsx 2026-05-27 08:25:21 +00:00
a033fb394d Merge version_4 into main
Merge version_4 into main
2026-05-27 08:21:10 +00:00
d9e12d2574 Update src/app/page.tsx 2026-05-27 08:21:07 +00:00
3f20bebc02 Update src/app/layout.tsx 2026-05-27 08:21:06 +00:00
01ac1b7646 Merge version_3 into main
Merge version_3 into main
2026-05-27 08:13:58 +00:00

View File

@@ -46,27 +46,27 @@ export default function LandscapingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
tag="Exclusive Urban Living" tag="การใช้ชีวิตในเมืองที่เหนือระดับ"
tagIcon={Home} tagIcon={Home}
title="Lumpini Condotown Ekamai 48: Your Gateway to Modern Bangkok" title="โรงแรมคราวน์พลาซ่า กรุงเทพฯ ลุมพินีพาร์ค: ประตูสู่กรุงเทพฯ ยุคใหม่"
description="Discover contemporary condominiums designed for comfort, convenience, and a vibrant lifestyle in the heart of Ekamai." description="ค้นพบความสะดวกสบายและไลฟ์สไตล์ที่ทันสมัยใจกลางกรุงเทพฯ"
buttons={[ buttons={[
{ text: "Explore Units", href: "#services" }, { text: "สำรวจห้องพัก", href: "#services" },
{ text: "Schedule Tour", href: "#contact" } { text: "นัดหมายเยี่ยมชม", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661413.jpg" imageSrc="https://img.b2bpic.net/free-photo/view-city-pool-building-top_1203-3467.jpg"
imageAlt="Modern condominium building exterior in Ekamai, Bangkok" imageAlt="Crowne Plaza Bangkok Lumpini Park hotel exterior"
showDimOverlay={true} showDimOverlay={true}
textPosition="top" textPosition="top"
testimonials={[ testimonials={[
{ {
name: "Anan Suksaeng", handle: "Investor", testimonial: "Lumpini Ekamai 48 is a smart investment. The location is unbeatable, and the build quality is exactly what I expected from Lumpini.", rating: 5, name: "อนันต์ สุขแสง", handle: "นักลงทุน", testimonial: "โรงแรมคราวน์พลาซ่า กรุงเทพฯ ลุมพินีพาร์คเป็นการลงทุนที่ชาญฉลาด ทำเลที่ตั้งยอดเยี่ยม และคุณภาพการก่อสร้างเป็นไปตามที่คาดหวัง", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1", imageAlt: "Anan Suksaeng" imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1", imageAlt: "อนันต์ สุขแสง"
}, },
{ {
name: "Napat Chaisri", handle: "New Resident", testimonial: "Moving into Lumpini Condotown was the best decision. Everything I need is nearby, and the facilities are fantastic.", rating: 5, name: "ณภัทร ชัยศรี", handle: "ผู้เข้าพักใหม่", testimonial: "การเข้าพักที่โรงแรมคราวน์พลาซ่าเป็นสิ่งที่ดีที่สุด ทุกอย่างที่ต้องการอยู่ใกล้แค่เอื้อม และสิ่งอำนวยความสะดวกก็ยอดเยี่ยม", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-posing_23-2149302435.jpg?_wi=1", imageAlt: "Napat Chaisri" imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-posing_23-2149302435.jpg?_wi=1", imageAlt: "ณภัทร ชัยศรี"
} }
]} ]}
/> />