3 Commits

Author SHA1 Message Date
45faf81786 Update src/app/page.tsx 2026-04-08 04:38:56 +00:00
d5b7c18520 Merge version_1 into main
Merge version_1 into main
2026-04-08 04:32:53 +00:00
44d18d2d2d Merge version_1 into main
Merge version_1 into main
2026-04-08 04:31:28 +00:00

View File

@@ -28,21 +28,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Rooms", name: "Rooms", id: "rooms"},
id: "rooms",
},
{ {
name: "Location", name: "Location", id: "location"},
id: "location",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Taj Place Residency" brandName="Taj Place Residency"
/> />
@@ -54,32 +46,20 @@ export default function LandingPage() {
description="Experience comfort just steps away from the beautiful Pattaya Beach." description="Experience comfort just steps away from the beautiful Pattaya Beach."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mAADLbgl1WZAC16lzZer4OG7/uploaded-1775622759383-dq5094ez.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mAADLbgl1WZAC16lzZer4OG7/uploaded-1775622759383-dq5094ez.jpg"
avatars={[ avatars={[
{ {
src: "https://img.freepik.com/free-photo/young-happy-woman-holding-passport-boarding-pass-smiling-excited-isolated-white-background_231208-1246.jpg", src: "https://img.freepik.com/free-photo/young-happy-woman-holding-passport-boarding-pass-smiling-excited-isolated-white-background_231208-1246.jpg", alt: "Guest 1"},
alt: "Guest 1",
},
{ {
src: "https://img.freepik.com/free-photo/handsome-young-man-with-crossed-arms_23-2148222620.jpg", src: "https://img.freepik.com/free-photo/handsome-young-man-with-crossed-arms_23-2148222620.jpg", alt: "Guest 2"},
alt: "Guest 2",
},
{ {
src: "https://img.freepik.com/free-photo/portrait-smiling-young-woman-with-long-hair_23-2148301728.jpg", src: "https://img.freepik.com/free-photo/portrait-smiling-young-woman-with-long-hair_23-2148301728.jpg", alt: "Guest 3"},
alt: "Guest 3",
},
{ {
src: "https://img.freepik.com/free-photo/young-man-wearing-blue-shirt_23-2148301826.jpg", src: "https://img.freepik.com/free-photo/young-man-wearing-blue-shirt_23-2148301826.jpg", alt: "Guest 4"},
alt: "Guest 4",
},
{ {
src: "https://img.freepik.com/free-photo/cheerful-young-woman-standing-against-white-background_23-2148225574.jpg", src: "https://img.freepik.com/free-photo/cheerful-young-woman-standing-against-white-background_23-2148225574.jpg", alt: "Guest 5"},
alt: "Guest 5",
},
]} ]}
avatarText="Trusted by thousands of happy travelers" avatarText="Trusted by thousands of happy travelers"
/> />
@@ -91,9 +71,7 @@ export default function LandingPage() {
title="Welcome to Taj Place Residency" title="Welcome to Taj Place Residency"
buttons={[ buttons={[
{ {
text: "Explore", text: "Explore", href: "#rooms"},
href: "#rooms",
},
]} ]}
tag="Our Story" tag="Our Story"
/> />
@@ -107,23 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Standard Room", price: "1000฿ /night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg"},
name: "Standard Room",
price: "1000฿ /night",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg",
},
{ {
id: "2", id: "2", name: "Deluxe Room", price: "$85/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"},
name: "Deluxe Room",
price: "$85/night",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
},
{ {
id: "3", id: "3", name: "Premium Room", price: "$120/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg"},
name: "Premium Room",
price: "$120/night",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg",
},
]} ]}
title="Our Accommodations" title="Our Accommodations"
description="A variety of room types designed for your comfort and budget." description="A variety of room types designed for your comfort and budget."
@@ -142,12 +108,11 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in touch" tag="Get in touch"
title="Check Availability" title="Check Availability"
description="Have questions? Our team is ready to assist you with your booking." description="Have questions? Our team is ready to assist you with your booking."
inputPlaceholder="Enter your email address" inputPlaceholder="+6638416459"
buttonText="Send Inquiry" buttonText="Send Inquiry"
/> />
</div> </div>
@@ -156,24 +121,15 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Rooms", label: "Rooms", href: "#rooms"},
href: "#rooms",
},
{ {
label: "Location", label: "Location", href: "#location"},
href: "#location",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}
@@ -184,4 +140,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }