Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-18 00:42:34 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Ver Menú", href: "#menu" },
{ text: "Reservar Mesa", href: "#contact" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_1203-3435.jpg"
imageAlt="Interior acogedor de Gianella Caffè e Tè"
mediaAnimation="blur-reveal"
@@ -67,7 +67,7 @@ export default function LandingPage() {
{ value: "12+", title: "Años de Experiencia" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg"
imageAlt="Taza de café artesanal"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -82,22 +82,22 @@ export default function LandingPage() {
tagIcon={Sparkles}
products={[
{
id: "cappuccino", name: "Cappuccino Premium", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=2", imageAlt: "Cappuccino artesanal"
id: "cappuccino", name: "Cappuccino Premium", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg", imageAlt: "Cappuccino artesanal"
},
{
id: "medialunas", name: "Medialunas Caseras", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg?_wi=1", imageAlt: "Medialunas recién horneadas"
id: "medialunas", name: "Medialunas Caseras", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg", imageAlt: "Medialunas recién horneadas"
},
{
id: "brunch", name: "Brunch Gourmet", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg?_wi=1", imageAlt: "Plato de brunch especial"
id: "brunch", name: "Brunch Gourmet", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg", imageAlt: "Plato de brunch especial"
},
{
id: "tea", name: "Té Premium", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-light-background-flower-color-morning-breakfast-ceremony-food-fruit-flavor_140725-156939.jpg", imageAlt: "Selección de tés especiales"
},
{
id: "scone", name: "Scones Recién Horneados", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg?_wi=2", imageAlt: "Scones caseros"
id: "scone", name: "Scones Recién Horneados", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg", imageAlt: "Scones caseros"
},
{
id: "sandwich", name: "Sandwich Especial", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg?_wi=2", imageAlt: "Sandwich gourmet"
id: "sandwich", name: "Sandwich Especial", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg", imageAlt: "Sandwich gourmet"
}
]}
gridVariant="three-columns-all-equal-width"