Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a254dcf875 | |||
| 84dd3343a6 | |||
| 2eaf716e2b | |||
| 7f0ab43c33 | |||
| 85a484a6ad |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #000612e6;
|
--foreground: #0c1200;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #f9f9f9;
|
||||||
|
|||||||
Reference in New Issue
Block a user