2 Commits

Author SHA1 Message Date
fb45df69f6 Update src/app/page.tsx 2026-05-12 09:37:55 +00:00
a503dc75b6 Merge version_2 into main
Merge version_2 into main
2026-05-12 09:35:08 +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>
);
}
}