Update src/app/reservations/page.tsx

This commit is contained in:
2026-03-11 17:17:38 +00:00
parent 0a12b6346a
commit 153fe6c9c0

View File

@@ -16,7 +16,7 @@ export default function ReservationsPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -31,8 +31,7 @@ export default function ReservationsPage() {
{ name: "Location", id: "location" }
]}
button={{
text: "Reserve Now",
href: "#reservations"
text: "Reserve Now", href: "#reservations"
}}
animateOnLoad={true}
/>
@@ -42,14 +41,14 @@ export default function ReservationsPage() {
<HeroLogoBillboardSplit
logoText="RESERVE YOUR TABLE"
description="Join us at Buffalo House for an unforgettable dining experience. Book your reservation now and secure your spot at Poznań's premier steakhouse."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call: 570 001 105", href: "tel:570001105" },
{ text: "Back to Home", href: "/" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/salt-sprinkles-are-fallen-top-beef-steak-served-with-wine_140725-1999.jpg"
imageAlt="Premium grilled steaks at Buffalo House"
mediaAnimation="opacity"
frameStyle="card"
@@ -60,19 +59,16 @@ export default function ReservationsPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Ready to make your reservation? Contact us today!"
type: "text", content: "Ready to make your reservation? Contact us today!"
}
]}
useInvertedBackground={false}
buttons={[
{
text: "Call Now",
href: "tel:570001105"
text: "Call Now", href: "tel:570001105"
},
{
text: "Visit Location",
href: "#location"
text: "Visit Location", href: "#location"
}
]}
buttonAnimation="slide-up"
@@ -84,31 +80,19 @@ export default function ReservationsPage() {
features={[
{
id: 1,
title: "Premium Steaks",
description: "Hand-selected prime cuts grilled to your exact preference with our signature seasoning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg?_wi=5",
imageAlt: "Premium steak preparation"
title: "Premium Steaks", description: "Hand-selected prime cuts grilled to your exact preference with our signature seasoning.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-steak-round-shape-wearing-black-gloves_140725-8334.jpg", imageAlt: "Premium steak preparation"
},
{
id: 2,
title: "Perfect Atmosphere",
description: "Casual yet elegant dining room designed for relaxation and celebration with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg?_wi=2",
imageAlt: "Restaurant interior"
title: "Perfect Atmosphere", description: "Casual yet elegant dining room designed for relaxation and celebration with friends.", imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg", imageAlt: "Restaurant interior"
},
{
id: 3,
title: "Expert Service",
description: "Our friendly staff ensures every detail of your meal is perfect from start to finish.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg?_wi=2",
imageAlt: "Friends dining together"
title: "Expert Service", description: "Our friendly staff ensures every detail of your meal is perfect from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg", imageAlt: "Friends dining together"
},
{
id: 4,
title: "Easy Parking",
description: "Convenient parking available near the restaurant for stress-free visits.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg?_wi=3",
imageAlt: "Restaurant exterior"
title: "Easy Parking", description: "Convenient parking available near the restaurant for stress-free visits.", imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg", imageAlt: "Restaurant exterior"
}
]}
title="Why Reserve at Buffalo House"
@@ -116,7 +100,6 @@ export default function ReservationsPage() {
tag="Reservations"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="opacity"
/>
</div>