Merge version_14 into main #22
@@ -17,7 +17,11 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now", href: "tel:+16325551234"
|
||||
text: "Reserve Your Slice", href: "#menu", props: {
|
||||
style: {
|
||||
background: "var(--primary-cta)", color: "var(--primary-cta-text)", padding: "0.75rem 1.5rem", borderRadius: "var(--radius-theme)", fontWeight: "600", fontSize: "0.875rem", border: "none", cursor: "pointer", transition: "all 0.3s ease", boxShadow: "0 4px 12px rgba(0, 0, 0, 0.15)"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const heroProps = {
|
||||
|
||||
Reference in New Issue
Block a user