diff --git a/src/app/page.tsx b/src/app/page.tsx index f87266e..5b8613f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { id: "3", name: "Classic Cheeseburger", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-holding-delicious-burgers_23-2149897388.jpg?_wi=2", imageAlt: "Classic Cheeseburger"}, ]} title="Our Signature Menu" - description="Crafted with passion, served with pride. Don't miss our 'Chef's Choice' burger of the month—available for a limited time only!" + description="Crafted with passion, served with pride. Discover your new favorite burger." /> @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}