Update src/app/page.tsx

This commit is contained in:
2026-04-12 14:19:31 +00:00
parent 7baebb301f
commit a1f60880bc

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098548.jpg?_wi=1",
imageAlt: "Hanging roast meats in window",
},
{
@@ -116,25 +116,25 @@ export default function LandingPage() {
id: "p1",
name: "Famous 4 Roast Platter",
price: "£18.50",
imageSrc: "http://img.b2bpic.net/free-photo/smoked-chicken-meat-lemon-herbs_140725-1226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smoked-chicken-meat-lemon-herbs_140725-1226.jpg?_wi=1",
},
{
id: "p2",
name: "Signature Roast Duck",
price: "£14.00",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-roasted-chicken-garnished-with-vegetables-honey-table_181624-28578.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-roasted-chicken-garnished-with-vegetables-honey-table_181624-28578.jpg?_wi=1",
},
{
id: "p3",
name: "Crispy Pork Belly",
price: "£13.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg?_wi=1",
},
{
id: "p4",
name: "Sticky Char Siu BBQ Pork",
price: "£13.00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23118.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23118.jpg?_wi=1",
},
{
id: "p5",
@@ -167,7 +167,7 @@ export default function LandingPage() {
quote: "Huge portions, quick service, always reliable.",
tag: "Excellent",
avatarSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098548.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
quote: "Best roast duck in Chinatown for the price.",
tag: "Favourite",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-black-leather-jacket-wearing-pink-sunglasses_285396-10322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-roasted-chicken-garnished-with-vegetables-honey-table_181624-28578.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-roasted-chicken-garnished-with-vegetables-honey-table_181624-28578.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -189,7 +189,7 @@ export default function LandingPage() {
quote: "No frills, just really good food.",
tag: "Authentic",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -200,7 +200,7 @@ export default function LandingPage() {
quote: "I travel just for the roast meats here.",
tag: "Top Pick",
avatarSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23118.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23118.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -211,7 +211,7 @@ export default function LandingPage() {
quote: "Consistently generous and delicious portions.",
tag: "Great Value",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smoked-chicken-meat-lemon-herbs_140725-1226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smoked-chicken-meat-lemon-herbs_140725-1226.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
]}