Update src/app/page.tsx

This commit is contained in:
2026-05-07 20:23:46 +00:00
parent 8ad457356e
commit b7e3e6a016

View File

@@ -95,7 +95,7 @@ export default function LandingPage() {
},
{
title: "Speedy Service", description: "Fast and friendly service so you never have to wait.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-cutting-board-with-sauces_23-2148784532.jpg", imageAlt: "gourmet burger close up" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-with-copy-space_23-2148262972.jpg", imageAlt: "golden fries in basket" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/top-view-fast-food-with-copy-space_23-2148262972.jpg", imageAlt: "golden fries in basket" }
}
]}
/>
@@ -116,7 +116,7 @@ export default function LandingPage() {
{ id: "6", brand: "Fries Zone", name: "Dessert Delight (New)", price: "₺150", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-jam-cake-plate-jam-bowl-wooden-spoon-fork-notebook-table_140725-161005.jpg" },
]}
title="Popular Menu Items"
description="Discover our most requested dishes that keep our customers coming back for more."
description="Discover our signature flavors, featuring handmade quality crafted daily to justify our premium culinary choices."
/>
</div>
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}