From 2c3c14e0c697ce59b7015bbf4db43f7162852b34 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:57:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8fbae1..f5cb47b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,10 +242,18 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "downward-rays-static"}} - text="Ready to experience the sizzle? Reserve your table or get in touch with us." + text={` + Ready to experience the sizzle? Reserve your table or get in touch with us.\n\n Address: 123 Sizzling Street, Flavor Town, SP 98765\n + Phone: +1 (555) 123-4567\n + Email: info@sizzlingpan.com\n\n Opening Hours:\n + Mon-Sat: 11 AM - 10 PM\n + Sun: 12 PM - 9 PM + `} buttons={[ { text: "Make a Reservation", href: "#"}, + { + text: "Book Now", href: "#"}, { text: "Contact Us", href: "#"}, ]} @@ -263,6 +271,8 @@ export default function LandingPage() { label: "Our Menu", href: "#menu"}, { label: "Testimonials", href: "#testimonials"}, + { + label: "Locations", href: "#contact"} ], }, { @@ -273,16 +283,20 @@ export default function LandingPage() { label: "Contact", href: "#contact"}, { label: "Privacy Policy", href: "#"}, + { + label: "Careers", href: "#"} ], }, { title: "Connect", items: [ { - label: "Instagram", href: "#"}, + label: "Instagram", href: "https://instagram.com/sizzlingpan"}, { - label: "Facebook", href: "#"}, + label: "Facebook", href: "https://facebook.com/sizzlingpan"}, { - label: "TikTok", href: "#"}, + label: "TikTok", href: "https://tiktok.com/@sizzlingpan"}, + { + label: "Twitter", href: "https://twitter.com/sizzlingpan"} ], }, ]} -- 2.49.1