diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f12a06..47cf32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="4.3★ Local • Original" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "📞 Llamar Ahora", href: "tel:+18097181268" }, { text: "📝 Solicitar Información", href: "#consultation" } @@ -53,11 +53,11 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { id: "protein", imageSrc: "http://img.b2bpic.net/free-photo/protein-powder-pouring-into-shaker-cup_23-2152017167.jpg", imageAlt: "protein powder sports nutrition supplement" }, - { id: "preworkout", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=1", imageAlt: "preworkout energy drink supplement" }, + { id: "preworkout", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "preworkout energy drink supplement" }, { id: "vitamins", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-vegetables-with-different-medicine-wooden-spoon_181624-47137.jpg", imageAlt: "vitamins multivitamin health supplement" }, { id: "weight-gainer", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "weight gainer mass gainer nutrition" }, { id: "bcaa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-fitness-woman-taking-vitamins-dietary-supplements-muscles_1258-189559.jpg", imageAlt: "BCAA amino acids supplement" }, - { id: "creatine", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=2", imageAlt: "creatine muscle supplement fitness" } + { id: "creatine", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "creatine muscle supplement fitness" } ]} autoPlay={true} autoPlayInterval={4000} @@ -91,7 +91,7 @@ export default function LandingPage() { title: "Proteínas", description: "Whey protein, caseína y proteína vegana de las mejores marcas", imageSrc: "http://img.b2bpic.net/free-photo/bananas-is-good-way-healthy-carbs_329181-7978.jpg", imageAlt: "protein category whey protein fitness supplies", button: { text: "Ver Proteínas", href: "#consultation" } }, { - title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=3", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } + title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } }, { title: "Vitaminas y Minerales", description: "Salud integral con multivitamínicos y suplementos premium", imageSrc: "http://img.b2bpic.net/free-photo/immunity-boosting-food-healthy-lifestyle_23-2149211528.jpg", imageAlt: "vitamins category health supplements nutrition", button: { text: "Ver Vitaminas", href: "#consultation" }