Update src/app/page.tsx

This commit is contained in:
2026-06-02 23:48:59 +00:00
parent a4da2f8d42
commit b7d3f6daa4

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-sitting-cafe-while-eating-drinking-alcohol_171337-19780.jpg", imageAlt: "Happy family dining in a Swiss restaurant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274807.jpg", imageAlt: "Close up of traditional Swiss cheese fondue"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274807.jpg", imageAlt: "Delicious melted cheese snacks"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stunning-landscape-with-castle_23-2151915690.jpg", imageAlt: "Historic Zurich building, Köchlistube facade"},
{
@@ -250,9 +250,9 @@ export default function LandingPage() {
text="Plan Your Visit & Reserve Your Table"
buttons={[
{
text: "Book a Table", href: "#"},
text: "Book a Table", href: "#contact"},
{
text: "View on Map", href: "#"},
text: "View on Map", href: "https://www.google.com/maps/search/Köchlistube+Zurich"},
{
text: "Sign up for Newsletter", href: "#"},
]}
@@ -279,4 +279,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}