Merge version_1 into main #1
302
src/app/page.tsx
302
src/app/page.tsx
@@ -25,219 +25,107 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Authentic Thai"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Authentic Thai"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Authentic Halal Thai Cuisine in Semenyih"
|
||||
description="Experience the true essence of Thailand right here in Eco Majestic. Rated 4.8 ⭐ by 991+ happy customers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+60123456789",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/60123456789",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-larb-plate-with-dried-chilies-tomatoes-spring-onions-lettuce_1150-27095.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
alt: "Sarah Ahmed",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg",
|
||||
alt: "Michael Tan",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
alt: "Emily Chen",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Aishah Binti",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 991+ happy foodies"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Authentic Halal Thai Cuisine in Semenyih"
|
||||
description="Experience the true essence of Thailand right here in Eco Majestic. Rated 4.8 ⭐ by 991+ happy customers."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+60123456789" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/60123456789" },
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-larb-plate-with-dried-chilies-tomatoes-spring-onions-lettuce_1150-27095.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg", alt: "Sarah Ahmed" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", alt: "Michael Tan" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", alt: "Emily Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "John Doe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Aishah Binti" },
|
||||
]}
|
||||
avatarText="Join 991+ happy foodies"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
alt: "Thai Food",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Us?",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Why Choose " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", alt: "Thai Food" },
|
||||
{ type: "text", content: " Us?" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tom Yum Goong",
|
||||
price: "RM 18",
|
||||
variant: "Spicy & Sour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-pan-with-lemongrass-kaffir-lime-leaves-tomatoes-lemon-garlic_1150-25727.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thai Iced Tea",
|
||||
price: "RM 8",
|
||||
variant: "Creamy & Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3417.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pad Thai",
|
||||
price: "RM 15",
|
||||
variant: "Wok-Fried",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24823.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Green Curry",
|
||||
price: "RM 20",
|
||||
variant: "Creamy Curry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35207.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mango Sticky Rice",
|
||||
price: "RM 12",
|
||||
variant: "Sweet Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41931.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Spring Rolls",
|
||||
price: "RM 10",
|
||||
variant: "Crispy Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21502.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Best-Selling Dishes"
|
||||
description="A curated selection of our most loved traditional Thai flavors."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Tom Yum Goong", price: "RM 18", variant: "Spicy & Sour", imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-pan-with-lemongrass-kaffir-lime-leaves-tomatoes-lemon-garlic_1150-25727.jpg" },
|
||||
{ id: "2", name: "Thai Iced Tea", price: "RM 8", variant: "Creamy & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3417.jpg" },
|
||||
{ id: "3", name: "Pad Thai", price: "RM 15", variant: "Wok-Fried", imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24823.jpg" },
|
||||
{ id: "4", name: "Green Curry", price: "RM 20", variant: "Creamy Curry", imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35207.jpg" },
|
||||
{ id: "5", name: "Mango Sticky Rice", price: "RM 12", variant: "Sweet Dessert", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41931.jpg" },
|
||||
{ id: "6", name: "Spring Rolls", price: "RM 10", variant: "Crispy Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21502.jpg" },
|
||||
]}
|
||||
title="Our Best-Selling Dishes"
|
||||
description="A curated selection of our most loved traditional Thai flavors."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Food Blogger",
|
||||
testimonial: "The best authentic Thai food I've had in Semenyih! So flavorful and fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Tan",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Friendly staff, fast service, and consistent taste. My family loves it here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Business Owner",
|
||||
testimonial: "Great atmosphere for celebrations. The Green Curry is a must-try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
role: "Local Resident",
|
||||
testimonial: "Halal certification gives me peace of mind. Truly authentic flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aishah Binti",
|
||||
role: "Teacher",
|
||||
testimonial: "Fast, delicious, and perfectly spiced. Highly recommended for dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Rated 4.8 ⭐ by 991+ happy customers on Google."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Ahmed", role: "Food Blogger", testimonial: "The best authentic Thai food I've had in Semenyih! So flavorful and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg" },
|
||||
{ id: "2", name: "Michael Tan", role: "Regular Customer", testimonial: "Friendly staff, fast service, and consistent taste. My family loves it here.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg" },
|
||||
{ id: "3", name: "Emily Chen", role: "Business Owner", testimonial: "Great atmosphere for celebrations. The Green Curry is a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg" },
|
||||
{ id: "4", name: "John Doe", role: "Local Resident", testimonial: "Halal certification gives me peace of mind. Truly authentic flavors.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
|
||||
{ id: "5", name: "Aishah Binti", role: "Teacher", testimonial: "Fast, delicious, and perfectly spiced. Highly recommended for dinner.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Rated 4.8 ⭐ by 991+ happy customers on Google."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Reservations"
|
||||
title="Book Your Table Now"
|
||||
description="Secure your seating during peak hours. Simple and fast booking."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservations"
|
||||
title="Book Your Table Now"
|
||||
description="Secure your seating during peak hours. Simple and fast booking."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Authentic Thai"
|
||||
copyrightText="© 2025 | Authentic Thai Semenyih"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Authentic Thai"
|
||||
copyrightText="© 2025 | Authentic Thai Semenyih"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user