diff --git a/src/app/page.tsx b/src/app/page.tsx
index d8e36ea..68a6c35 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -57,41 +49,21 @@ export default function LandingPage() {
description="Descubre productos diseñados con precisión para elevar tu presencia sin gastar de más."
buttons={[
{
- text: "Explorar colección",
- href: "#products",
- },
+ text: "Explorar colección", href: "#products"},
]}
carouselItems={[
{
- id: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg",
- imageAlt: "Veltrán Noir Perfume",
- },
+ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", imageAlt: "Veltrán Noir Perfume"},
{
- id: "2",
- imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg",
- imageAlt: "Veltrán Audio X",
- },
+ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg", imageAlt: "Veltrán Audio X"},
{
- id: "3",
- imageSrc: "http://img.b2bpic.net/free-photo/ethnic-businessman-adjusting-sleeve_23-2147768610.jpg",
- imageAlt: "Veltrán Classic Watch",
- },
+ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/ethnic-businessman-adjusting-sleeve_23-2147768610.jpg", imageAlt: "Veltrán Classic Watch"},
{
- id: "4",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-aroma-diffuser-moisturizing-air-winter-decor_169016-43542.jpg",
- imageAlt: "Veltrán LED Diffuser",
- },
+ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-aroma-diffuser-moisturizing-air-winter-decor_169016-43542.jpg", imageAlt: "Veltrán LED Diffuser"},
{
- id: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg",
- imageAlt: "Maison Veltrán Bundle",
- },
+ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg", imageAlt: "Maison Veltrán Bundle"},
{
- id: "6",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8829.jpg",
- imageAlt: "Maison Veltrán Lifestyle",
- },
+ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8829.jpg", imageAlt: "Maison Veltrán Lifestyle"},
]}
/>
@@ -100,62 +72,27 @@ export default function LandingPage() {