diff --git a/src/app/page.tsx b/src/app/page.tsx index ed3e286..8d70248 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain" }} title="Visit Us Today" - description="Located at 85 Bayard St, New Brunswick, NJ 08901. Questions or catering inquiries? Reach us at (732) 846-2620." + description="Located at 85 Bayard St, New Brunswick, NJ 08901. Questions or catering inquiries? Reach us at (732) 846-2620. We offer: • Online Ordering • Takeout availability" imageSrc="http://img.b2bpic.net/free-photo/full-shot-senior-people-chatting-bistro_23-2149356869.jpg" inputPlaceholder="Enter your email for specials" buttonText="Send Message" @@ -154,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file