Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{ name: "David K.", handle: "@davidk", testimonial: "The vibes are immaculate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-yellow-shirt-holding-cup-coffee_23-2148504881.jpg" },
|
||||
{ name: "Anna P.", handle: "@annap", testimonial: "The perfect place to reconnect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756294.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us Today", href: "#contact" }]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-latte-art_23-2151942586.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[{ src: "asset://gen-stock-rsv-0", alt: "Customer 1" }, { src: "asset://gen-stock-rsv-1", alt: "Customer 2" }, { src: "asset://gen-stock-rsv-2", alt: "Customer 3" }, { src: "asset://gen-stock-rsv-3", alt: "Customer 4" }, { src: "asset://gen-stock-rsv-41", alt: "Customer 5" }]}
|
||||
|
||||
Reference in New Issue
Block a user