Update src/app/page.tsx
This commit is contained in:
@@ -53,11 +53,11 @@ export default function PizzaLanding() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Maria Santos", handle: "Regular Customer", testimonial: "The best pizza in town! Authentic taste and always fresh.", rating: 5,
|
name: "Maria Santos", handle: "Regular Customer", testimonial: "The best pizza in town! Authentic taste and always fresh.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "James Wilson", handle: "Food Critic", testimonial: "Their calzones are absolutely incredible. Five stars!", rating: 5,
|
name: "James Wilson", handle: "Food Critic", testimonial: "Their calzones are absolutely incredible. Five stars!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -125,10 +125,10 @@ export default function PizzaLanding() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Angela Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Angela Rodriguez"
|
id: "1", name: "Angela Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Angela Rodriguez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "David Chen"
|
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "David Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-brunette-girl-with-short-hairstyle-with-genuine-emotions-smiling-looking-happy_1258-190603.jpg", imageAlt: "Sarah Thompson"
|
id: "3", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-brunette-girl-with-short-hairstyle-with-genuine-emotions-smiling-looking-happy_1258-190603.jpg", imageAlt: "Sarah Thompson"
|
||||||
|
|||||||
Reference in New Issue
Block a user