Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -217,13 +217,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "Do you offer catering services?", content: "Yes, we offer full-service catering for events of all sizes. Please contact us directly for our catering menu and to discuss your specific needs."},
|
||||
id: "faq1", title: "Do you offer catering services?", content: "Yes, we offer full-service catering for events of all sizes. Please contact us directly for our catering menu and to discuss your specific needs. You can reach us via phone or email during business hours."
|
||||
},
|
||||
{
|
||||
id: "faq2", title: "Can I make a reservation?", content: "We operate on a first-come, first-served basis for dine-in guests to maintain a casual atmosphere. For large groups, please call ahead and we'll do our best to accommodate you."},
|
||||
id: "faq2", title: "Can I make a reservation?", content: "We operate on a first-come, first-served basis for dine-in guests to maintain a casual atmosphere. For large groups of 8 or more, please call ahead at (123) 456-7890, and we'll do our best to accommodate you."
|
||||
},
|
||||
{
|
||||
id: "faq3", title: "Do you have vegetarian options?", content: "While our specialty is smoked meats, we do offer a selection of delicious vegetarian sides and salads. Please ask our staff for recommendations."},
|
||||
id: "faq3", title: "Do you have vegetarian options?", content: "While our specialty is smoked meats, we do offer a selection of delicious vegetarian sides such as Creamy Mac & Cheese, Tangy Coleslaw, and our fresh seasonal salads. Please ask our staff for recommendations."
|
||||
},
|
||||
{
|
||||
id: "faq4", title: "What are your opening hours?", content: "Our current opening hours are: Tuesday-Thursday: 11 AM - 9 PM, Friday-Saturday: 11 AM - 10 PM, Sunday: 12 PM - 8 PM. We are closed on Mondays."},
|
||||
id: "faq4", title: "What are your opening hours and location?", content: "Our current opening hours are: Tuesday-Thursday: 11 AM - 9 PM, Friday-Saturday: 11 AM - 10 PM, Sunday: 12 PM - 8 PM. We are closed on Mondays. You can find us at 123 Smokehouse Lane, BBQ City, TX 77777."
|
||||
},
|
||||
{
|
||||
id: "faq5", title: "What are your contact methods?", content: "You can reach us by phone at (123) 456-7890, or send us an email at info@3wsmokeshack.com. We look forward to hearing from you!"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/usa-independence-day-concept-with-barbecue_23-2147819233.jpg"
|
||||
imageAlt="Large commercial BBQ smoker in a restaurant"
|
||||
@@ -240,10 +247,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
text="Visit Us or Order Today!\n\nFind us at:\n123 Smokehouse Lane, BBQ City, TX 77777\n\nCall us: (123) 456-7890\nEmail: info@3wsmokeshack.com"
|
||||
text="Visit Us or Order Today!\n\n3 W Smoke Shack\n123 Smokehouse Lane, BBQ City, TX 77777\n\nHours:\nTuesday - Thursday: 11 AM - 9 PM\nFriday - Saturday: 11 AM - 10 PM\nSunday: 12 PM - 8 PM\nClosed on Mondays\n\nCall us: (123) 456-7890\nEmail: info@3wsmokeshack.com"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=3W+Smoke+Shack,123+Smokehouse+Lane,BBQ+City,TX,77777", onClick: () => console.log('Get Directions'),
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=3W+Smoke+Shack,123+Smokehouse+Lane,BBQ+City,TX,77777", onClick: () => console.log('Get Directions')
|
||||
},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@3wsmokeshack.com"},
|
||||
@@ -284,6 +291,25 @@ export default function LandingPage() {
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "123 Smokehouse Lane", href: "https://www.google.com/maps/dir/?api=1&destination=3W+Smoke+Shack,123+Smokehouse+Lane,BBQ+City,TX,77777"
|
||||
},
|
||||
{
|
||||
label: "BBQ City, TX 77777"
|
||||
},
|
||||
{
|
||||
label: "(123) 456-7890", href: "tel:+11234567890"
|
||||
},
|
||||
{
|
||||
label: "info@3wsmokeshack.com", href: "mailto:info@3wsmokeshack.com"
|
||||
},
|
||||
{
|
||||
label: "Hours: Tue-Sun (Closed Mon)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="3 W Smoke Shack. Authentic BBQ, Slow-Smoked to Perfection."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user