Update src/app/page.tsx
This commit is contained in:
@@ -92,7 +92,7 @@ export default function HomePage() {
|
||||
price: "$24.99",
|
||||
rating: 5,
|
||||
reviewCount: "285",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak_74190-5821.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak_74190-5821.jpg?_wi=1",
|
||||
imageAlt: "Smoked brisket with BBQ sauce",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function HomePage() {
|
||||
price: "$22.99",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chili-peppers-with-pork-sausages_23-2148439438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chili-peppers-with-pork-sausages_23-2148439438.jpg?_wi=1",
|
||||
imageAlt: "Fall-off-the-bone BBQ ribs",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
price: "$18.99",
|
||||
rating: 5,
|
||||
reviewCount: "198",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lentils-with-arugula_23-2152010297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lentils-with-arugula_23-2152010297.jpg?_wi=1",
|
||||
imageAlt: "Tender smoked chicken",
|
||||
},
|
||||
]}
|
||||
@@ -162,7 +162,7 @@ export default function HomePage() {
|
||||
quote: "Chapman's BBQ is the real deal. The brisket is incredibly tender and juicy, and their homemade sauce is absolutely outstanding. We visit at least twice a month!",
|
||||
name: "Marcus Johnson",
|
||||
role: "Local Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-organic-food-nutrition-vegetarianism-healthy-lifestyle-concept-portrait-handsome-positive-young-male-wearing-white-t-shirt-holding-red-yellow-bell-peppers-going-make-salad_343059-4844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-organic-food-nutrition-vegetarianism-healthy-lifestyle-concept-portrait-handsome-positive-young-male-wearing-white-t-shirt-holding-red-yellow-bell-peppers-going-make-salad_343059-4844.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
quote: "We've been coming to Chapman's for years. The smoked ribs are fall-off-the-bone perfect, and the staff treats us like family. Highly recommend!",
|
||||
name: "Sarah Williams",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=1",
|
||||
imageAlt: "Sarah Williams",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
quote: "We drive 45 minutes just to eat here. The quality and authenticity can't be beat. This is what real BBQ should taste like.",
|
||||
name: "David Rodriguez",
|
||||
role: "BBQ Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg?_wi=1",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
quote: "Great food, friendly atmosphere, and impeccable service. Chapman's BBQ is a gem in our community. Five stars!",
|
||||
name: "Emily Chen",
|
||||
role: "Frequent Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-girl-white-background_176474-114043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-girl-white-background_176474-114043.jpg?_wi=1",
|
||||
imageAlt: "Emily Chen",
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
quote: "We catered our company party with Chapman's BBQ and it was a huge hit. The team went above and beyond to make it special.",
|
||||
name: "Tom Bradley",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15888.jpg?_wi=1",
|
||||
imageAlt: "Tom Bradley",
|
||||
},
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function HomePage() {
|
||||
quote: "You can taste the love and care in every bite. Chapman's BBQ represents true craftsmanship in smoking meats.",
|
||||
name: "Lisa Martinez",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=1",
|
||||
imageAlt: "Lisa Martinez",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user