2 Commits

Author SHA1 Message Date
517950ab7e Update src/app/page.tsx 2026-05-09 11:36:03 +00:00
ec3ad6c881 Merge version_2 into main
Merge version_2 into main
2026-05-09 11:33:40 +00:00

View File

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