Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 10:58:36 +00:00

View File

@@ -190,11 +190,11 @@ export default function VeganCastlePage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to reserve your seat at Vegan Castle? Experience an unforgettable evening of culinary innovation and immersive ambiance."
text="Secure your table—our intimate 60-seat dining room fills weeks in advance. Experience an unforgettable evening of culinary innovation and immersive ambiance."
animationType="entrance-slide"
buttons={[
{ text: "Make a Reservation", href: "#" },
{ text: "Contact Us", href: "#" }
{ text: "Make a Reservation", href: "https://reservation.vegancastle.com" },
{ text: "Contact Us", href: "https://reservation.vegancastle.com" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}