5 Commits

Author SHA1 Message Date
a254dcf875 Update theme colors 2026-06-05 10:15:36 +00:00
84dd3343a6 Update theme colors 2026-06-05 10:14:59 +00:00
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
2 changed files with 10 additions and 2 deletions

View File

@@ -137,6 +137,14 @@ export default function LandingPage() {
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."
tag="Our Menu"
buttons={[
{
text: "Order Online", href: "#"
},
{
text: "Dine With Us", href: "#location"
}
]}
/>
</div>
@@ -236,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -12,7 +12,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--foreground: #0c1200;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;