Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-06 23:40:22 +00:00

View File

@@ -36,7 +36,7 @@ export default function PizzeriaSite() {
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Order Now", href: "#contact" }}
button={{ text: "Order Now", href: "https://www.example.com/order" }}
animateOnLoad={true}
/>
</div>
@@ -48,7 +48,7 @@ export default function PizzeriaSite() {
tag="Est. 2024"
tagAnimation="slide-up"
buttons={[
{ text: "Order Now", href: "#contact" },
{ text: "Order Now", href: "https://www.example.com/order" },
{ text: "View Menu", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -263,7 +263,7 @@ export default function PizzeriaSite() {
title="Ready to Experience Authentic Pizza?"
description="Visit us at Birney Avenue in Moosic, order online for pickup or delivery, or call ahead to reserve your spot. Whether you're grabbing a quick slice or settling in for a family dinner, we're here to welcome you."
buttons={[
{ text: "Order Online", href: "#" },
{ text: "Order Online", href: "https://www.example.com/order" },
{ text: "Call Us Now", href: "tel:+1234567890" }
]}
buttonAnimation="slide-up"