From 3d14e5b8cdbb0261e0db1b154030647d0ff68b9c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:50:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0c397..9d2a9e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,8 @@ export default function LandingPage() { variant: "plain"}} tag="Get in Touch" title="Hungry? Order Now" - description="Don’t wait — your favourite meal is just one order away. Call us or visit us in-store." + description="Order online or call us at 0123 456 7890. Find us at 123 High Street, City Centre." + buttonText="Place Order" imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-bistro_23-2149366411.jpg" mediaAnimation="slide-up" /> @@ -179,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1