Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-12 09:38:01 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Experience authentic flavors and warm hospitality in our thoughtfully designed space. Reserve your table today for an unforgettable meal."
buttons={[
{
text: "Book Your Table", href: "https://booking-link.com"},
text: "Book Your Table", href: "https://surl.li/dervlr"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcOlznS6pMH4TRQ6VSjZfpv3P6/uploaded-1778578355567-6sqz0ziz.jpg"
/>
@@ -167,7 +167,7 @@ export default function LandingPage() {
text="Join us for an unforgettable dining experience at Restauracja NOWA. Book your table online and secure your spot today."
buttons={[
{
text: "Book Your Table", href: "https://booking-link.com"},
text: "Book Your Table", href: "https://surl.li/dervlr"},
]}
/>
</div>
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}