Update src/app/reservations/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user