Update src/app/page.tsx

This commit is contained in:
2026-05-07 13:42:14 +00:00
parent 759ad28345
commit 32648a2b06

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ name: "Tom B.", handle: "@tomb", testimonial: "Impeccable service and amazing flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg?_wi=1" }, { name: "Tom B.", handle: "@tomb", testimonial: "Impeccable service and amazing flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg?_wi=1" },
{ name: "Emma R.", handle: "@emmar", testimonial: "A must-visit for foodies.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg?_wi=1" } { name: "Emma R.", handle: "@emmar", testimonial: "A must-visit for foodies.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg?_wi=1" }
]} ]}
buttons={[{ text: "Book Your Table", href: "#contact" }]} buttons={[{ text: "Book Your Table", href: "https://wa.me/628123456789" }]}
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -204,4 +204,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }