Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-08 21:03:44 +00:00

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
<FeatureCardTwentyEight
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Fresh Ingredients", subtitle: "Daily prep using high-quality meats and produce.", category: "Quality", value: "Fresh" },
{ id: "f2", title: "Authentic Recipes", subtitle: "Traditional flavors from our family to yours.", category: "Authentic", value: "100%" },
@@ -99,6 +100,8 @@ export default function LandingPage() {
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="Our commitment to quality."
title="By The Numbers"
metrics={[
{ id: "m1", icon: Users, title: "Loyal Guests", value: "50k+" },
@@ -111,6 +114,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Voices of Our Community"
description="What our guests have to say about our food."
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
@@ -126,6 +130,8 @@ export default function LandingPage() {
title="Common Questions"
description="Everything you need to know about our taqueria."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Where are you located?", content: "We are located at 3747 S Military Trl, Lake Worth Beach, FL 33463." },
{ id: "q2", title: "What are your operating hours?", content: "We are proud to serve you every day until 2:00 AM." },
@@ -138,6 +144,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
text="Visit us at 3747 S Military Trl, Lake Worth Beach, FL 33463. Call us at (561) 888-6138 to place your order. We are open until 2 AM daily!"
buttons={[{ text: "Call (561) 888-6138", href: "tel:5618886138" }]}
/>