Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-09 11:36:06 +00:00

View File

@@ -48,10 +48,7 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="Aha Spicy Kitchen"
description="Bold Spice, Authentic Taste, Unbeatable Price. Enjoy our fresh Indo-Chinese favorites in a vibrant, nature-inspired setting."
buttons={[
{
text: "Reserve Your Table Now", href: "#contact"},
]}
buttons={[]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg", imageAlt: "Indo-Chinese dining atmosphere"},
@@ -245,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}