Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c3c14e0c6 | |||
| b5cdfc3948 |
@@ -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"}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user