3 Commits

Author SHA1 Message Date
2eaf716e2b Update theme colors 2026-06-05 10:14:29 +00:00
7f0ab43c33 Update src/app/page.tsx 2026-06-05 09:28:22 +00:00
85a484a6ad Merge version_2 into main
Merge version_2 into main
2026-06-05 09:25:17 +00:00

View File

@@ -137,6 +137,14 @@ export default function LandingPage() {
title="Delightful Dishes for Every Palate" title="Delightful Dishes for Every Palate"
description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion." description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion."
tag="Our Menu" tag="Our Menu"
buttons={[
{
text: "Order Online", href: "#"
},
{
text: "Dine With Us", href: "#location"
}
]}
/> />
</div> </div>