Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-16 11:20:00 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Cactus, Flame, Star } from 'lucide-react';
import { Flame, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -43,10 +43,10 @@ export default function LandingPage() {
description="Where the tacos are loud, the micheladas are cold, and nobody leaves hungry. Serious authentic Mexican food. Not serious people."
tag="Family Favorite in Decatur"
tagIcon={Flame}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=1", imageAlt: "Sizzling authentic tacos"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Sizzling authentic tacos"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027846.jpg", imageAlt: "Cold refreshing michelada"
@@ -64,7 +64,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="Our Story"
tagIcon={Cactus}
tagIcon={Star}
title="Not Fancy. Just Really Good."
useInvertedBackground={false}
buttons={[
@@ -83,10 +83,10 @@ export default function LandingPage() {
{
id: 1,
title: "Authentic Flavor", description: "Homemade recipes passed down through generations. No shortcuts, no shortcuts.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=2", imageAlt: "Authentic tacos"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Authentic tacos"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg?_wi=1", imageAlt: "Homemade menudo"
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg", imageAlt: "Homemade menudo"
}
},
{
@@ -101,10 +101,10 @@ export default function LandingPage() {
{
id: 3,
title: "Affordable Prices", description: "Great Mexican food doesn't have to break the bank. Fresh, delicious, and kind to your wallet.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Fresh camarones"
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Fresh camarones"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg?_wi=1", imageAlt: "Crispy mojarra"
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg", imageAlt: "Crispy mojarra"
}
}
]}
@@ -122,16 +122,16 @@ export default function LandingPage() {
tagIcon={Star}
products={[
{
id: "tacos", name: "Tacos", price: "From $3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=3", imageAlt: "Juicy authentic tacos"
id: "tacos", name: "Tacos", price: "From $3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Juicy authentic tacos"
},
{
id: "menudo", name: "Menudo", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg?_wi=2", imageAlt: "Legendary weekend menudo"
id: "menudo", name: "Menudo", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg", imageAlt: "Legendary weekend menudo"
},
{
id: "camarones", name: "Camarones a la Diabla", price: "From $12.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=2", imageAlt: "Spicy shrimp that wakes your taste buds"
id: "camarones", name: "Camarones a la Diabla", price: "From $12.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Spicy shrimp that wakes your taste buds"
},
{
id: "mojarra", name: "Mojarra Frita", price: "From $13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg?_wi=2", imageAlt: "Crispy whole fried fish"
id: "mojarra", name: "Mojarra Frita", price: "From $13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg", imageAlt: "Crispy whole fried fish"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -185,7 +185,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "#" },
{ text: "Call Us", href: "tel:+1-234-567-8900" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>