Update src/app/page.tsx
This commit is contained in:
@@ -52,11 +52,11 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Explore Now", href: "#trending" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caesar-salad_74190-725.jpg"
|
||||
testimonials={[
|
||||
{ name: "Alex Rivera", handle: "@foodie_alex", testimonial: "An incredible way to find hidden gems in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg" },
|
||||
{ name: "Sarah Chen", handle: "@sarah_eats", testimonial: "The curation is spot-on for every craving I have.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-doughnut-glass_23-2149298557.jpg" },
|
||||
{ name: "Marcus Thorne", handle: "@marcus_dines", testimonial: "Love the dark mode design and the quick links.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-feast-first-day-passover-seder_23-2150247733.jpg" },
|
||||
{ name: "Elena Rossi", handle: "@elena_gourmet", testimonial: "My weekend plans are always sorted with REZ.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg" },
|
||||
{ name: "Julian V.", handle: "@julian_bites", testimonial: "Authentic and reliable recommendations every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg" }
|
||||
{ name: "Alex Rivera", handle: "@foodie_alex", testimonial: "An incredible way to find hidden gems in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg?_wi=1" },
|
||||
{ name: "Sarah Chen", handle: "@sarah_eats", testimonial: "The curation is spot-on for every craving I have.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-doughnut-glass_23-2149298557.jpg?_wi=1" },
|
||||
{ name: "Marcus Thorne", handle: "@marcus_dines", testimonial: "Love the dark mode design and the quick links.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-feast-first-day-passover-seder_23-2150247733.jpg?_wi=1" },
|
||||
{ name: "Elena Rossi", handle: "@elena_gourmet", testimonial: "My weekend plans are always sorted with REZ.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg?_wi=1" },
|
||||
{ name: "Julian V.", handle: "@julian_bites", testimonial: "Authentic and reliable recommendations every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg?_wi=1" }
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916011.jpg", alt: "User 1" },
|
||||
@@ -123,11 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Jane Doe", handle: "@foodie", testimonial: "Amazing recommendations every time!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg" },
|
||||
{ id: "t2", name: "John Smith", handle: "@traveler", testimonial: "I found the best cafe thanks to REZ.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-doughnut-glass_23-2149298557.jpg" },
|
||||
{ id: "t3", name: "Alice Wang", handle: "@chef", testimonial: "Quality curation for true foodies.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-feast-first-day-passover-seder_23-2150247733.jpg" },
|
||||
{ id: "t4", name: "Bob Chen", handle: "@local", testimonial: "My go-to app for cheap weekend bites.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg" },
|
||||
{ id: "t5", name: "Charlie R.", handle: "@user", testimonial: "Simple, clean, and delicious finds.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg" }
|
||||
{ id: "t1", name: "Jane Doe", handle: "@foodie", testimonial: "Amazing recommendations every time!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg?_wi=2" },
|
||||
{ id: "t2", name: "John Smith", handle: "@traveler", testimonial: "I found the best cafe thanks to REZ.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-doughnut-glass_23-2149298557.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Alice Wang", handle: "@chef", testimonial: "Quality curation for true foodies.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-feast-first-day-passover-seder_23-2150247733.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Bob Chen", handle: "@local", testimonial: "My go-to app for cheap weekend bites.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Charlie R.", handle: "@user", testimonial: "Simple, clean, and delicious finds.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg?_wi=2" }
|
||||
]}
|
||||
title="Voices of REZ"
|
||||
description="What our fellow food lovers are saying."
|
||||
|
||||
Reference in New Issue
Block a user