diff --git a/src/app/page.tsx b/src/app/page.tsx
index efd5838..4057261 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,142 +33,48 @@ export default function LandingPage() {
@@ -178,14 +84,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Freshly Cooked Daily",
- "Family-Owned",
- "Queens Favorite",
- "Authentic Honduran Cuisine",
- "Generous Portions",
- "Handmade Recipes",
- "Soulful Comfort",
- ]}
+ "Freshly Cooked Daily", "Family-Owned", "Queens Favorite", "Authentic Honduran Cuisine", "Generous Portions", "Handmade Recipes", "Soulful Comfort"]}
title="Queens' Favorite Honduran Cuisine"
description="Freshly cooked daily, family-owned, and authentic to the core."
/>
@@ -199,7 +98,7 @@ export default function LandingPage() {
description="El Buen Sabor is a hard-to-find authentic Honduran gem serving comfort food made with soul, warmth, and recipes passed down for generations."
subdescription="Every meal is an invitation to taste the traditions of Honduras in an elevated, cozy neighborhood atmosphere."
icon={Utensils}
- imageSrc="http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg"
mediaAnimation="slide-up"
/>
@@ -211,60 +110,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Seafood",
- name: "Pargo Frito",
- price: "$24.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg?_wi=2",
- },
- {
- id: "2",
- brand: "Breakfast",
- name: "Honduran Breakfast",
- price: "$16.00",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg",
- },
- {
- id: "3",
- brand: "Sides",
- name: "Sweet Plantains",
- price: "$6.00",
- rating: 5,
- reviewCount: "205",
- imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg",
- },
- {
- id: "4",
- brand: "Traditional",
- name: "Pupusas",
- price: "$4.50",
- rating: 5,
- reviewCount: "340",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-potato-with-greens-inside-plate-dark-background-cooking-frying-food-meal-dish-meat-photo_140725-160878.jpg",
- },
- {
- id: "5",
- brand: "Soups",
- name: "Sopa de Res",
- price: "$18.00",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg",
- },
- {
- id: "6",
- brand: "Baleadas",
- name: "Baleadas Especial",
- price: "$8.00",
- rating: 5,
- reviewCount: "412",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-fish-dark-surface-meal-pepper-meat-cooking-fry-seafood-sea-food-salad-dish_179666-17614.jpg",
- },
+ { id: "1", brand: "Seafood", name: "Pargo Frito", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg" },
+ { id: "2", brand: "Breakfast", name: "Honduran Breakfast", price: "$16.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg" },
+ { id: "3", brand: "Sides", name: "Sweet Plantains", price: "$6.00", rating: 5, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg" },
+ { id: "4", brand: "Traditional", name: "Pupusas", price: "$4.50", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-potato-with-greens-inside-plate-dark-background-cooking-frying-food-meal-dish-meat-photo_140725-160878.jpg" },
+ { id: "5", brand: "Soups", name: "Sopa de Res", price: "$18.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg" },
+ { id: "6", brand: "Baleadas", name: "Baleadas Especial", price: "$8.00", rating: 5, reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-fish-dark-surface-meal-pepper-meat-cooking-fry-seafood-sea-food-salad-dish_179666-17614.jpg" },
]}
title="The Plates Everyone Talks About"
description="Crispy snapper, traditional baleadas, and soulful soups await."
@@ -274,23 +125,12 @@ export default function LandingPage() {
@@ -440,54 +200,21 @@ export default function LandingPage() {