4 Commits

Author SHA1 Message Date
e92d81b303 Merge version_2 into main
Merge version_2 into main
2026-05-18 13:07:36 +00:00
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">
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
title="Authentic Egyptian Flavors, Open 24 Hours"
description="Experience luxury dining inspired by ancient Egypt in the heart of Bangkok. Reserve your table or order instantly via WhatsApp."
title="24/7 Authentic Egyptian Luxury, Always Ready for You"
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={[
{ text: "Reserve Table", href: "#contact" },
{ text: "Order via WhatsApp", href: "https://wa.me/6626553043" }
@@ -152,7 +152,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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"
description="Trusted by local influencers and expat communities."
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}