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