Update src/app/page.tsx
This commit is contained in:
@@ -60,35 +60,35 @@ export default function LandingPage() {
|
||||
handle: "@youssef",
|
||||
testimonial: "The best sushi in the city! Always fresh and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-eating-sushi_23-2149870744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-eating-sushi_23-2149870744.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "I love the variety and the artistic presentation of their rolls.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Omar D.",
|
||||
handle: "@omard",
|
||||
testimonial: "Fast delivery and consistently high quality. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Laila M.",
|
||||
handle: "@lailam",
|
||||
testimonial: "Perfect atmosphere and amazing staff. My go-to sushi spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ahmed R.",
|
||||
handle: "@ahmedr",
|
||||
testimonial: "Authentic Japanese flavor right in the middle of town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-sushi-order_23-2149870739.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-sushi-order_23-2149870739.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
role: "Food Blogger",
|
||||
company: "LocalEats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-eating-sushi_23-2149870744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-eating-sushi_23-2149870744.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
role: "Client",
|
||||
company: "Iam Sushi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
role: "Client",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-sushi-order_23-2149870739.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-sushi-order_23-2149870739.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
|
||||
Reference in New Issue
Block a user