4 Commits

Author SHA1 Message Date
f65eb843b7 Update src/app/page.tsx 2026-03-03 10:58:31 +00:00
837f5cdbe7 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:55:16 +00:00
e666fd2858 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:52:23 +00:00
05364414e2 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:48:43 +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}