Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 04:16:38 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
title="Taste the Essence of Authentic Refreshment"
description="La Casita Refresqueria brings you traditional, handcrafted beverages made from the finest natural ingredients. Experience the perfect blend of taste, quality, and authentic flavor in every sip."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/tropical-juice-with-orange-slice-it_140725-2868.jpg", imageAlt: "Fresh colorful tropical beverages"
@@ -117,10 +117,10 @@ export default function LandingPage() {
title: "100% Fresh Ingredients", description: "We source only the finest, freshest fruits and natural ingredients for every batch. No artificial flavors or preservatives—just pure, authentic refreshment.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=1", imageAlt: "Fresh premium ingredients preparation"
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Fresh premium ingredients preparation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=1", imageAlt: "Artisanal beverage crafting"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Artisanal beverage crafting"
}
]
},
@@ -128,10 +128,10 @@ export default function LandingPage() {
title: "Handcrafted Quality", description: "Each beverage is carefully prepared by skilled artisans using traditional methods. We take pride in every detail, ensuring consistent excellence in every glass.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=2", imageAlt: "Skilled beverage preparation"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Skilled beverage preparation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=2", imageAlt: "Ingredient selection process"
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Ingredient selection process"
}
]
}
@@ -206,7 +206,7 @@ export default function LandingPage() {
<ContactText
text="Ready to experience authentic refreshment? Visit La Casita today or order online to have our premium beverages delivered to your door."
animationType="background-highlight"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "contact" },