Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -53,19 +53,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ali Khan", handle: "@alikhan", testimonial: "The food is consistently excellent and fresh.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sara Ahmed", handle: "@saraahmed", testimonial: "Great atmosphere and friendly service every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=1"},
|
||||
{
|
||||
name: "Omar Raza", handle: "@omarraza", testimonial: "My go-to place for a quick and tasty lunch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg?_wi=1"},
|
||||
{
|
||||
name: "Fatima Z.", handle: "@fatimaz", testimonial: "The variety of dishes keeps me coming back.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg?_wi=1"},
|
||||
{
|
||||
name: "Ahmed Noor", handle: "@ahmedn", testimonial: "Best food park in town, hands down.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -177,19 +177,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "John Doe", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", name: "Jane Smith", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", name: "Bob Brown", role: "Visitor", company: "Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4", name: "Alice White", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5", name: "Charlie Gray", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user