11 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
8daefab176 Update src/app/styles/variables.css 2026-05-27 08:13:52 +00:00
c079d4b265 Update src/app/page.tsx 2026-05-27 08:13:51 +00:00
4799d00569 Merge version_2 into main
Merge version_2 into main
2026-05-27 08:11:37 +00:00
4a21cd80fb Merge version_2 into main
Merge version_2 into main
2026-05-27 08:11:14 +00:00
2 changed files with 19 additions and 19 deletions

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: "ณภัทร ชัยศรี"
} }
]} ]}
/> />
@@ -293,4 +293,4 @@ export default function LandscapingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f9f4; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1a2e1a; --foreground: #120a00e6;
--primary-cta: #2d5a27; --primary-cta: #FF7B05;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #2d5a27; --secondary-cta-text: #2d5a27;
--accent: #4a8c3f; --accent: #e2e2e2;
--background-accent: #6fb85e; --background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);