Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-18 13:07:36 +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>
);
}
}