Update src/app/page.tsx

This commit is contained in:
2026-05-08 03:46:45 +00:00
parent 2aacb21061
commit 335296f7a3

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-different-spices-bowls-grey-surface_140725-88485.jpg"},
{
id: "p5", brand: "Appetizer", name: "Paneer Tikka", price: "$12", rating: 4,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg?_wi=1"},
{
id: "p6", brand: "Refresh", name: "Mango Lassi", price: "$5", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pina-colada_23-2150183987.jpg"},
@@ -229,7 +229,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Any special requests?", rows: 4 }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg?_wi=2"
/>
</div>