diff --git a/src/app/page.tsx b/src/app/page.tsx index 6881c05..1f3fd3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}