diff --git a/src/app/page.tsx b/src/app/page.tsx index 40004dc..5c2f24f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Cafetería Local" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "☎️ Llamar ahora", href: "tel:+542234123456" }, { text: "📝 Hacer consulta", href: "contact" }, @@ -55,13 +55,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Interior del café Simple.cafe"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg?_wi=1", imageAlt: "Café con medialunas"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-white-mug-with-three-croissants-wooden-board_181624-46083.jpg", imageAlt: "Café con medialunas"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg?_wi=1", imageAlt: "Medialunas y budines frescos"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg", imageAlt: "Medialunas y budines frescos"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg?_wi=1", imageAlt: "Té e infusiones"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-dried-raisins-wood-bowl-rustic_141793-7186.jpg", imageAlt: "Té e infusiones"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1", imageAlt: "Ambiente acogedor"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", imageAlt: "Ambiente acogedor"}, ]} useInvertedBackground={false} ariaLabel="Sección hero de Simple.cafe" @@ -72,11 +72,11 @@ export default function LandingPage() {