diff --git a/src/app/page.tsx b/src/app/page.tsx
index a07abfa..e38c81c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,15 @@ export default function LandingPage() {
@@ -52,78 +46,44 @@ export default function LandingPage() {
@@ -134,9 +94,7 @@ export default function LandingPage() {
title="Pasión por los postres"
buttons={[
{
- text: "Conocenos",
- href: "#",
- },
+ text: "Conocenos", href: "#"},
]}
/>
@@ -149,32 +107,14 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- brand: "Clásico",
- name: "Crema de Chocolate",
- price: "$4.50",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-cupcake-with-cream-berry-wooden-wall-cinnamon-cones_169016-4925.jpg",
- },
+ id: "1", brand: "Clásico", name: "Crema de Chocolate", price: "$4.50", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-cupcake-with-cream-berry-wooden-wall-cinnamon-cones_169016-4925.jpg"},
{
- id: "2",
- brand: "Frutal",
- name: "Crema con Uvas",
- price: "$4.99",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cups-with-chocolate-mousse_23-2148238799.jpg",
- },
+ id: "2", brand: "Frutal", name: "Crema con Uvas", price: "$4.99", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cups-with-chocolate-mousse_23-2148238799.jpg"},
{
- id: "3",
- brand: "Premium",
- name: "Doble Chocolate",
- price: "$5.50",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg",
- },
+ id: "3", brand: "Premium", name: "Doble Chocolate", price: "$5.50", rating: 5,
+ reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg"},
]}
title="Nuestros Favoritos"
description="Una selección cuidadosamente creada para deleitar tu paladar con texturas cremosas."
@@ -189,45 +129,14 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Ana García",
- role: "Cliente frecuente",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg?_wi=1",
- },
+ id: "1", name: "Ana García", role: "Cliente frecuente", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg?_wi=1"},
{
- id: "2",
- name: "Luis Pérez",
- role: "Amante de los postres",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-shot-happy-cute-young-woman-sofa-eating-bowl-cereals-with-milk-smiling_1258-203994.jpg",
- },
+ id: "2", name: "Luis Pérez", role: "Amante de los postres", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-shot-happy-cute-young-woman-sofa-eating-bowl-cereals-with-milk-smiling_1258-203994.jpg"},
{
- id: "3",
- name: "Sofía Martínez",
- role: "Foodie",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-glad-african-american-female-freelancer-works-remotely-sits-outdoor-cafe-uses-modern-electronic-gadgets-communication-surfing-internet_273609-3434.jpg",
- },
- {
- id: "4",
- name: "Javier Ruiz",
- role: "Cliente frecuente",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-croissant-bed_23-2148311714.jpg",
- },
- {
- id: "5",
- name: "Elena Torres",
- role: "Fan",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-young-woman-with-orange-hand-drinks-freshly-squeezed-juice-from_1258-198430.jpg?_wi=2",
- },
+ id: "3", name: "Sofía Martínez", role: "Foodie", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/attractive-glad-african-american-female-freelancer-works-remotely-sits-outdoor-cafe-uses-modern-electronic-gadgets-communication-surfing-internet_273609-3434.jpg"},
]}
title="Lo que dicen nuestros clientes"
description="La experiencia de sabor que nos hace especiales."
@@ -237,17 +146,12 @@ export default function LandingPage() {
@@ -256,29 +160,16 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file