From 16c9fc7b2d4e688e0c7ebd9387c151f40848cf1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:00:01 +0000 Subject: [PATCH] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index b1123f6..9c65722 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -14,7 +14,7 @@ export default function ReservationsPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -31,9 +31,7 @@ export default function ReservationsPage() { { name: "Reservations", id: "reservations" }, ]} button={{ - text: "Reserve Table", - href: "reservations", - }} + text: "Reserve Table", href: "reservations"}} /> @@ -43,9 +41,9 @@ export default function ReservationsPage() { title="Book Your Mediterranean Experience" description="Join us for an unforgettable dining experience at Out n Beyond. Reserve your table in advance to secure your spot at our intimate Santorini-inspired café. We accept reservations for dine-in experiences, private celebrations, and special occasions." tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg" imageAlt="Santorini Greek café interior white blue" mediaAnimation="blur-reveal" mediaPosition="right" @@ -63,24 +61,16 @@ export default function ReservationsPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, { icon: Phone, - href: "tel:+916289992171", - ariaLabel: "Call Us", - }, + href: "tel:+916289992171", ariaLabel: "Call Us"}, { icon: MapPin, - href: "https://maps.google.com", - ariaLabel: "Location", - }, + href: "https://maps.google.com", ariaLabel: "Location"}, ]} />