From c49a0b7ebb5d50f98859243b21777f511090dce8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 07:25:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 086cbc4..69a691f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,8 @@ export default function LandingPage() { id: "cheesecake", name: "Nutella Cheesecake", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107179.jpg", imageAlt: "Nutella Cheesecake Slice" } ]} - carouselMode="buttons", ariaLabel="Menu Highlights Section" + carouselMode="buttons" + ariaLabel="Menu Highlights Section" /> -- 2.49.1