Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Order Online", id: "#menu" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
@@ -146,7 +147,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Guests Say"
|
||||
description="Don't just take our word for it – hear what our amazing customers have to say about their MAD Brothers experience."
|
||||
description="Read authentic reviews from customers who've savored our Tex-Mex and burgers, sharing their delightful dining experiences at MAD Brothers."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Local Guide", company: "Kaunas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-dessert-cafe_637285-9084.jpg" },
|
||||
{ id: "2", name: "Michael C.", role: "Food Blogger", company: "Vilnius", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/female-baker-holding-fresh-pastry-heart-shape-ceramic-plate-showing-thumb-up-sign_23-2148027995.jpg" },
|
||||
@@ -164,7 +165,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Got Questions?"
|
||||
description="Find quick answers to the most common questions about MAD Brothers, our menu, and your visit."
|
||||
description="Quickly find answers to common questions about dining with us, our menu, reservations, and more at MAD Brothers."
|
||||
faqs={[
|
||||
{ id: "faq1", title: "What are your opening hours?", content: "We are open Monday to Saturday from 11:00 AM to 10:00 PM, and Sundays from 12:00 PM to 9:00 PM." },
|
||||
{ id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a delicious Garden Veggie Burger and can adapt several Tex-Mex dishes to be vegetarian or vegan upon request. Please ask our staff!" },
|
||||
@@ -198,7 +199,7 @@ export default function LandingPage() {
|
||||
logoAlt="MAD Brothers logo"
|
||||
logoText="MAD Brothers"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "Order Online", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Connect", items: [{ label: "Reservations", href: "#contact" }, { label: "Feedback", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user