diff --git a/src/app/page.tsx b/src/app/page.tsx
index d42bffe..9beedc9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,137 +29,38 @@ export default function LandingPage() {
@@ -179,42 +80,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Sancocho Pulpero",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg",
- },
- {
- id: "p2",
- name: "Mofongo de Autor",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg",
- },
- {
- id: "p3",
- name: "Pescado al Coco",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
- },
- {
- id: "p4",
- name: "Majarete Gourmet",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-profiteroles-with-chocolate-icing-grated-nuts_141793-4685.jpg",
- },
- {
- id: "p5",
- name: "Morir Soñando Special",
- price: "$9",
- imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-lemon-slice-cinnamon_140725-44198.jpg",
- },
- {
- id: "p6",
- name: "Tostones de la Casa",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/frozen-raspberry_23-2148176349.jpg",
- },
+ { id: "p1", name: "Sancocho Pulpero", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg" },
+ { id: "p2", name: "Mofongo de Autor", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg" },
+ { id: "p3", name: "Pescado al Coco", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
+ { id: "p4", name: "Majarete Gourmet", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-profiteroles-with-chocolate-icing-grated-nuts_141793-4685.jpg" },
+ { id: "p5", name: "Morir Soñando Special", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-lemon-slice-cinnamon_140725-44198.jpg" },
+ { id: "p6", name: "Tostones de la Casa", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/frozen-raspberry_23-2148176349.jpg" },
]}
title="Our Signature Dishes"
description="Explore our curated menu of traditional Dominican flavors elevated with a contemporary culinary touch."
@@ -226,47 +97,13 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
+ animationType="slide-up"
testimonials={[
- {
- id: "1",
- name: "Elena Rodriguez",
- role: "Food Critic",
- company: "Gastronomy Weekly",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
- },
- {
- id: "2",
- name: "Carlos Martinez",
- role: "Local Chef",
- company: "Culinary Union",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-cafe-with-coffee-cup_1170-696.jpg",
- },
- {
- id: "3",
- name: "Sofia Torres",
- role: "Food Blogger",
- company: "Flavors of DR",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
- },
- {
- id: "4",
- name: "Luis Gomez",
- role: "Diner",
- company: "Satisfied Patron",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
- },
- {
- id: "5",
- name: "Maria Hernandez",
- role: "Regular Guest",
- company: "Loyal Patron",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
- },
+ { id: "1", name: "Elena Rodriguez", role: "Food Critic", company: "Gastronomy Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
+ { id: "2", name: "Carlos Martinez", role: "Local Chef", company: "Culinary Union", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-cafe-with-coffee-cup_1170-696.jpg" },
+ { id: "3", name: "Sofia Torres", role: "Food Blogger", company: "Flavors of DR", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg" },
+ { id: "4", name: "Luis Gomez", role: "Diner", company: "Satisfied Patron", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" },
+ { id: "5", name: "Maria Hernandez", role: "Regular Guest", company: "Loyal Patron", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" },
]}
title="Voices of Our Guests"
description="Discover what our patrons love most about their experience at La Pulpería."
@@ -276,9 +113,7 @@ export default function LandingPage() {