2 Commits

Author SHA1 Message Date
2c3c14e0c6 Update src/app/page.tsx 2026-06-10 14:57:52 +00:00
b5cdfc3948 Merge version_1 into main
Merge version_1 into main
2026-06-10 14:45:29 +00:00

View File

@@ -242,10 +242,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static"}} 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={[ buttons={[
{ {
text: "Make a Reservation", href: "#"}, text: "Make a Reservation", href: "#"},
{
text: "Book Now", href: "#"},
{ {
text: "Contact Us", href: "#"}, text: "Contact Us", href: "#"},
]} ]}
@@ -263,6 +271,8 @@ export default function LandingPage() {
label: "Our Menu", href: "#menu"}, label: "Our Menu", href: "#menu"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
{
label: "Locations", href: "#contact"}
], ],
}, },
{ {
@@ -273,16 +283,20 @@ export default function LandingPage() {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
{ {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy", href: "#"},
{
label: "Careers", href: "#"}
], ],
}, },
{ {
title: "Connect", items: [ 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"}
], ],
}, },
]} ]}