diff --git a/src/app/page.tsx b/src/app/page.tsx
index 88f32a4..2240a91 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,100 +44,33 @@ export default function LandingPage() {
@@ -158,34 +79,11 @@ export default function LandingPage() {
@@ -224,48 +110,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Costilla St. Louis",
- price: "$17.50",
- imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2918.jpg",
- imageAlt: "Costilla St. Louis",
- },
- {
- id: "p2",
- name: "Tomahawk",
- price: "$23.00",
- imageSrc: "http://img.b2bpic.net/free-photo/well-fried-steak-with-baked-potatoes_140725-2241.jpg",
- imageAlt: "Tomahawk",
- },
- {
- id: "p3",
- name: "Pulpo al Grill",
- price: "$25.70",
- imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-7581.jpg",
- imageAlt: "Pulpo al Grill",
- },
- {
- id: "p4",
- name: "Panceta Crocante",
- price: "$26.50",
- imageSrc: "http://img.b2bpic.net/free-photo/slices-fried-chicken-decorated-with-lettuce-small-bowl-sauce_181624-32177.jpg",
- imageAlt: "Panceta Crocante",
- },
- {
- id: "p5",
- name: "Argentino (Chorizos)",
- price: "$9.50",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738918.jpg",
- imageAlt: "Chorizos",
- },
- {
- id: "p6",
- name: "Salmón al Grill",
- price: "$26.70",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-salmon-with-vegetables-lemon-soy-sauce-plate-wooden-table_141793-8433.jpg",
- imageAlt: "Salmón al Grill",
- },
+ { id: "p1", name: "Costilla St. Louis", price: "$17.50", imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2918.jpg", imageAlt: "Costilla St. Louis" },
+ { id: "p2", name: "Tomahawk", price: "$23.00", imageSrc: "http://img.b2bpic.net/free-photo/well-fried-steak-with-baked-potatoes_140725-2241.jpg", imageAlt: "Tomahawk" },
+ { id: "p3", name: "Pulpo al Grill", price: "$25.70", imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-7581.jpg", imageAlt: "Pulpo al Grill" },
+ { id: "p4", name: "Panceta Crocante", price: "$26.50", imageSrc: "http://img.b2bpic.net/free-photo/slices-fried-chicken-decorated-with-lettuce-small-bowl-sauce_181624-32177.jpg", imageAlt: "Panceta Crocante" },
+ { id: "p5", name: "Argentino (Chorizos)", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738918.jpg", imageAlt: "Chorizos" },
+ { id: "p6", name: "Salmón al Grill", price: "$26.70", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-salmon-with-vegetables-lemon-soy-sauce-plate-wooden-table_141793-8433.jpg", imageAlt: "Salmón al Grill" },
]}
title="Nuestros Cortes Estrella"
description="Descubre las especialidades que nos han convertido en tu lugar favorito de la ciudad."
@@ -277,49 +127,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- testimonials={[
- {
- id: "t1",
- name: "Sarah Johnson",
- handle: "@sarah_j",
- testimonial: "El pulpo al grill es espectacular. Regresaremos siempre.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-women-eating-together_23-2148681856.jpg",
- },
- {
- id: "t2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "La salsa de queso es simplemente adictiva. ¡Excelente servicio!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006715.jpg",
- },
- {
- id: "t3",
- name: "Emily Rodriguez",
- handle: "@erod",
- testimonial: "Súper deliciosa la comida. Las papas con paprika son lo máximo.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
- },
- {
- id: "t4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Atención al detalle inmejorable. La mejor panceta.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- },
- {
- id: "t5",
- name: "Lucía P.",
- handle: "@lucia_p",
- testimonial: "Un lugar muy agradable, limpio y con una vibra excelente.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
- },
- ]}
showRating={true}
+ testimonials={[
+ { id: "t1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "El pulpo al grill es espectacular. Regresaremos siempre.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-women-eating-together_23-2148681856.jpg" },
+ { id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "La salsa de queso es simplemente adictiva. ¡Excelente servicio!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006715.jpg" },
+ { id: "t3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Súper deliciosa la comida. Las papas con paprika son lo máximo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
+ { id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Atención al detalle inmejorable. La mejor panceta.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
+ { id: "t5", name: "Lucía P.", handle: "@lucia_p", testimonial: "Un lugar muy agradable, limpio y con una vibra excelente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
+ ]}
title="Lo que Dicen de Rukito"
description="Más que un restaurante, una experiencia que compartes con quienes más quieres."
/>
@@ -329,21 +144,9 @@ export default function LandingPage() {
@@ -372,68 +168,20 @@ export default function LandingPage() {