4 Commits

Author SHA1 Message Date
d86742a086 Merge version_3 into main
Merge version_3 into main
2026-03-03 16:03:35 +00:00
91c70d0ff8 Update src/app/page.tsx 2026-03-03 16:03:16 +00:00
0536ff5ceb Update src/app/layout.tsx 2026-03-03 16:03:09 +00:00
d2928c6120 Merge version_2 into main
Merge version_2 into main
2026-03-03 15:55:00 +00:00
2 changed files with 1397 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -115,7 +115,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardThree
title="Our Most Popular Dishes"
description="Fresh ingredients, hearty portions, and unbeatable value. These customer favorites keep people coming back."
description="Premium dishes under $15—quality you can afford. Handpicked favorites that deliver exceptional value."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}