Update src/app/page.tsx
This commit is contained in:
@@ -63,10 +63,10 @@ export default function LandingPage() {
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-served-pizza-slice-tissue-paper_23-2147926102.jpg", imageAlt: "Vegetarian Pizza"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Four Cheese Pizza"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=1", imageAlt: "Four Cheese Pizza"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "BBQ Pizza"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=1", imageAlt: "BBQ Pizza"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza_23-2148601588.jpg", imageAlt: "Truffle Pizza"
|
||||
@@ -116,11 +116,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Pizzaria", name: "Quattro Formaggi", price: "$17.99", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Quattro Formaggi pizza"
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=2", imageAlt: "Quattro Formaggi pizza"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Pizzaria", name: "BBQ Smokehouse", price: "$18.99", rating: 5,
|
||||
reviewCount: "223", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "BBQ Smokehouse pizza"
|
||||
reviewCount: "223", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=2", imageAlt: "BBQ Smokehouse pizza"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -138,11 +138,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Regular Customer", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Patterson", role: "Business Owner", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Patterson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Patterson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sofia Rossi", role: "Food Blogger", company: "Culinary Magazine", rating: 5,
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chen", role: "Event Planner", company: "Event Management", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Isabella Santos", role: "Student", company: "University Community", rating: 5,
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Wilson", role: "Family Gatherer", company: "Local Families", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Wilson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Wilson"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user