Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-20 06:12:13 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import AboutMetric from '@/components/sections/about/AboutMetric';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
@@ -42,7 +42,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroOverlay
title="Fresh Meat. Authentic Flavor. Unmatched Quality."
description="Stephenville's trusted carnicería for premium fresh meats, housemade chorizo, and authentic Mexican food. From butcher-cut fajitas to our famous Taco Tuesday specials, experience genuine flavor and expert service."
background={{ variant: "radial-gradient" }}
@@ -54,27 +54,9 @@ export default function LandingPage() {
{ text: "Order Now", href: "#contact" }
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4763.jpg", imageAlt: "Fresh premium meat cuts at Cara Blanca"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-composition_23-2148980275.jpg", imageAlt: "Authentic Mexican chorizo meat products"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-beer-glass_23-2148764367.jpg", imageAlt: "Ready-to-eat tacos authentic Mexican"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spicy-mexican-food_23-2147640329.jpg", imageAlt: "Butcher shop fresh meat cutting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/variety-colorful-mexican-cuisine-breakfast-dishes-rustic-background_23-2148042516.jpg", imageAlt: "Mexican market fresh ingredients"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498427.jpg", imageAlt: "Family business meat market community"
}
]}
ariaLabel="Hero carousel showcasing Cara Blanca Meat Market products and authentic Mexican cuisine"
imageSrc="http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4763.jpg"
imageAlt="Fresh premium meat cuts at Cara Blanca"
ariaLabel="Hero overlay section showcasing Cara Blanca Meat Market"
/>
</div>