Merge version_14 into main #22

Merged
bender merged 1 commits from version_14 into main 2026-03-05 07:20:04 +00:00

View File

@@ -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 = {