Update src/app/page.tsx

This commit is contained in:
2026-05-09 22:24:11 +00:00
parent f47b182506
commit 8b1faf5193

View File

@@ -73,27 +73,27 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=1",
imageAlt: "Charcoal grilled shawarma",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cook-removes-from-skewer-tike-kebab-board-with-grilled-chicken-vegetables_141793-3898.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cook-removes-from-skewer-tike-kebab-board-with-grilled-chicken-vegetables_141793-3898.jpg?_wi=1",
imageAlt: "Traditional platter",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg?_wi=1",
imageAlt: "Gourmet wrap",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg?_wi=1",
imageAlt: "Grill ambiance",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-goulash-bread-still-life_23-2149388147.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-goulash-bread-still-life_23-2149388147.jpg?_wi=1",
imageAlt: "Fresh sides",
},
{
@@ -271,7 +271,7 @@ export default function LandingPage() {
quote: "The charcoal flavor is unbeatable!",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
{
@@ -282,7 +282,7 @@ export default function LandingPage() {
quote: "Best shawarma I've had in Houston.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cook-removes-from-skewer-tike-kebab-board-with-grilled-chicken-vegetables_141793-3898.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cook-removes-from-skewer-tike-kebab-board-with-grilled-chicken-vegetables_141793-3898.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
{
@@ -293,7 +293,7 @@ export default function LandingPage() {
quote: "Perfect spot for late night dining.",
tag: "Local",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
{
@@ -304,7 +304,7 @@ export default function LandingPage() {
quote: "Service was quick and very helpful.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-fast-food_23-2150347937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
{
@@ -315,7 +315,7 @@ export default function LandingPage() {
quote: "Everything tasted so fresh and hot.",
tag: "Visitor",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-goulash-bread-still-life_23-2149388147.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-goulash-bread-still-life_23-2149388147.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
]}