Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 874de9d7b3 | |||
| 074d3de175 | |||
| c5137b787f | |||
| 788ef1ffce | |||
| 2014568710 | |||
| b604c2e36b | |||
| 01377e5fa3 |
@@ -87,7 +87,10 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Call to Order", href: "tel:0478298982" }
|
||||||
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -103,6 +106,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Full Menu"
|
title="Full Menu"
|
||||||
description="Choose from our selection of fresh classics."
|
description="Choose from our selection of fresh classics."
|
||||||
|
textBoxButtonContainerClassName="!flex !flex-col !gap-3"
|
||||||
|
textBoxButtonClassName="!bg-primary !px-8 !py-4 !rounded-full !font-bold !text-lg !shadow-lg hover:!scale-105 !transition-transform"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
--foreground: #000612;
|
--foreground: #000612;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #FFD700;
|
--secondary-cta: #ffba00;
|
||||||
--secondary-cta-text: #000612;
|
--secondary-cta-text: #000612;
|
||||||
--accent: #15479c;
|
--accent: #15479c;
|
||||||
--background-accent: #f5f5f5;
|
--background-accent: #f5f5f5;
|
||||||
|
|||||||
Reference in New Issue
Block a user