3 Commits

Author SHA1 Message Date
b966dbf471 Update src/app/page.tsx 2026-05-18 13:07:33 +00:00
214506ed1b Merge version_1 into main
Merge version_1 into main
2026-05-18 12:58:37 +00:00
dde99178f9 Merge version_1 into main
Merge version_1 into main
2026-05-18 12:58:05 +00:00

View File

@@ -45,8 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }} background={{ variant: "rotated-rays-static" }}
title="Authentic Egyptian Flavors, Open 24 Hours" title="24/7 Authentic Egyptian Luxury, Always Ready for You"
description="Experience luxury dining inspired by ancient Egypt in the heart of Bangkok. Reserve your table or order instantly via WhatsApp." description="Experience the finest Egyptian flavors in the heart of Bangkok. Whether it's a late-night craving or a special occasion, your authentic feast is just a WhatsApp order away."
buttons={[ buttons={[
{ text: "Reserve Table", href: "#contact" }, { text: "Reserve Table", href: "#contact" },
{ text: "Order via WhatsApp", href: "https://wa.me/6626553043" } { text: "Order via WhatsApp", href: "https://wa.me/6626553043" }
@@ -152,7 +152,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Cairo Club Thailand", "Bangkok Foodie Network", "Sukhumvit Business Group", "Tourism Authority of Egypt", "Watthana Culinary Union", "International Expat Hub", "Middle Eastern Cuisine Society" "Cairo Club Thailand", "Bangkok Foodie Network", "Sukhumvit Business Group", "Tourism Authority of Egypt", "Watthana Culinary Union", "International Expat Hub", "Middle Eastern Cuisine Society"
]} ]}
title="Community Partners" title="Community Partners"
description="Trusted by local influencers and expat communities." description="Trusted by local influencers and expat communities."
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }