Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:52:46 +00:00
parent cac2215913
commit a2684f0cfd

View File

@@ -63,7 +63,7 @@ export default function HomePage() {
handle: "Regular Customer",
testimonial: "Amazing food quality and super fast delivery! Royal Bites is my go-to for weekend dinners.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1"
},
{
name: "Muhammad Ali",
@@ -77,7 +77,7 @@ export default function HomePage() {
handle: "Family Customer",
testimonial: "We love ordering party platters from Royal Bites. Fresh ingredients and perfect presentation every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2"
},
{
name: "Hassan Ahmed",
@@ -241,42 +241,42 @@ export default function HomePage() {
id: "1",
name: "Royal Broast Special",
price: "Rs. 649",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=1",
imageAlt: "Crispy Royal Broast Special"
},
{
id: "2",
name: "Spicy BBQ Platter",
price: "Rs. 899",
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=1",
imageAlt: "Delicious BBQ Grilled Platter"
},
{
id: "3",
name: "Pepperoni Pizza Large",
price: "Rs. 899",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg?_wi=1",
imageAlt: "Large Pepperoni Pizza"
},
{
id: "4",
name: "Royal Burger Combo",
price: "Rs. 549",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg?_wi=1",
imageAlt: "Gourmet Royal Burger with fries"
},
{
id: "5",
name: "Tikka Boti Pack",
price: "Rs. 699",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg?_wi=1",
imageAlt: "Marinated Tikka Boti"
},
{
id: "6",
name: "Family Feast Pack",
price: "Rs. 1,899",
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg?_wi=1",
imageAlt: "Complete Family Feast Pack"
}
]}