diff --git a/src/app/page.tsx b/src/app/page.tsx
index 909cdd0..3ee9af4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,159 +31,41 @@ export default function LandingPage() {
-
-
-
-
@@ -192,273 +74,49 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Ecomadera",
- name: "Mesa de Comedor Roble",
- price: "450 €",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/retro-furniture-being-sold-yard-sale_23-2151216819.jpg",
- },
- {
- id: "p2",
- brand: "Ecomadera",
- name: "Consola Rústica",
- price: "290 €",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-media-console-with-decor_23-2152020451.jpg",
- },
- {
- id: "p3",
- brand: "Ecomadera",
- name: "Cama King Size",
- price: "890 €",
- rating: 4,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-his-workshop_23-2148640320.jpg",
- },
- {
- id: "p4",
- brand: "Ecomadera",
- name: "Taburete Minimalista",
- price: "85 €",
- rating: 5,
- reviewCount: "20",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960698.jpg",
- },
- {
- id: "p5",
- brand: "Ecomadera",
- name: "Librería Vintage",
- price: "350 €",
- rating: 4,
- reviewCount: "7",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-frames-shelf_23-2147755105.jpg",
- },
- {
- id: "p6",
- brand: "Ecomadera",
- name: "Baúl de Almacenaje",
- price: "210 €",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/wood-workshop_23-2147773370.jpg",
- },
+ { id: "p1", brand: "Arte Rural", name: "Oak Dining Table", price: "$450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/retro-furniture-being-sold-yard-sale_23-2151216819.jpg" },
+ { id: "p2", brand: "Arte Rural", name: "Rustic Console", price: "$290", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/wooden-media-console-with-decor_23-2152020451.jpg" },
+ { id: "p3", brand: "Arte Rural", name: "King Size Bed", price: "$890", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-his-workshop_23-2148640320.jpg" },
+ { id: "p4", brand: "Arte Rural", name: "Minimalist Stool", price: "$85", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960698.jpg" },
]}
- title="Nuestra Colección"
- description="Explora nuestra selección de piezas artesanales hechas a medida."
+ title="Our Collection"
+ description="Explore our selection of handcrafted, custom-made furniture pieces."
/>
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file