Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -68,6 +68,7 @@ export default function LandingPage() {
|
||||
title="Menu Highlights"
|
||||
description="A curated selection of signature dishes and craft beverages."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Signature Steaks", description: "Hand-cut, locally sourced beef, seared to perfection.", imageSrc: "https://img.b2bpic.net/premium-photo/steak-dish_55577-5678.jpg" },
|
||||
{ title: "Artisan Cocktails", description: "Expertly mixed drinks using premium spirits and fresh botanicals.", imageSrc: "https://img.b2bpic.net/premium-photo/cocktail-drink_9988-1122.jpg" },
|
||||
@@ -81,6 +82,7 @@ export default function LandingPage() {
|
||||
title="Customer Reviews"
|
||||
description="Hear what our guests have to say about their experience at Eliza's."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah M.", date: "Oct 2024", title: "Exceptional Experience", quote: "The atmosphere is unmatched and the food is consistently delicious. My favorite local spot!", tag: "Dining", avatarSrc: "https://img.b2bpic.net/premium-photo/woman-avatar_4455-8899.jpg" },
|
||||
{ id: "t2", name: "John D.", date: "Nov 2024", title: "Best Cocktails", quote: "Expertly mixed drinks and a friendly staff. A truly premium experience.", tag: "Drinks", avatarSrc: "https://img.b2bpic.net/premium-photo/man-avatar_3344-7766.jpg" }
|
||||
@@ -94,6 +96,7 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about dining at Eliza's."
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you take reservations?", content: "Yes, we recommend booking in advance, especially for weekends." },
|
||||
{ id: "f2", title: "Do you offer dietary options?", content: "Absolutely, our kitchen is happy to accommodate gluten-free, vegan, and vegetarian preferences." }
|
||||
@@ -105,6 +108,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Find Us"
|
||||
description="Join us at our location for an unforgettable evening. Reach out for any inquiries or events."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" }
|
||||
|
||||
Reference in New Issue
Block a user