diff --git a/src/app/page.tsx b/src/app/page.tsx
index 231ec63..607ef0a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,134 +30,55 @@ export default function LandingPage() {
@@ -167,8 +88,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Mi Maceta"
description={[
- "We are a local artisanal pizzeria in Las Piedras, dedicated to bringing unique flavors to our community. Every pizza is crafted by hand, fresh, and made to order just for you.",
- ]}
+ "We are a local artisanal pizzeria in Las Piedras, dedicated to bringing unique flavors to our community. Every pizza is crafted by hand, fresh, and made to order just for you."]}
/>
@@ -179,60 +99,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Special",
- name: "Pizza Personal",
- price: "$12",
- rating: 5,
- reviewCount: "15",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-1ofhfct2.png?_wi=3",
- },
- {
- id: "p2",
- brand: "Special",
- name: "Calzone Preferencia",
- price: "$10",
- rating: 5,
- reviewCount: "22",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-bu1yy56f.jpg?_wi=3",
- },
- {
- id: "p3",
- brand: "Special",
- name: "Alfredo Pizza",
- price: "$14",
- rating: 5,
- reviewCount: "10",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-6s6cen94.png?_wi=3",
- },
- {
- id: "p4",
- brand: "Special",
- name: "Pepperoni Classic",
- price: "$11",
- rating: 5,
- reviewCount: "18",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-5l3vs285.png?_wi=3",
- },
- {
- id: "p5",
- brand: "Special",
- name: "Cheese Lovers",
- price: "$9",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-girl-eating-pizza-kitchen-close-up-shot-positive-woman-enjoying-her-dinner_197531-9818.jpg?_wi=3",
- },
- {
- id: "p6",
- brand: "Special",
- name: "Vegetarian",
- price: "$13",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
- },
+ { id: "p1", brand: "Special", name: "Pizza Personal", price: "$12", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-1ofhfct2.png" },
+ { id: "p2", brand: "Special", name: "Calzone Preferencia", price: "$10", rating: 5, reviewCount: "22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-bu1yy56f.jpg" },
+ { id: "p3", brand: "Special", name: "Alfredo Pizza", price: "$14", rating: 5, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-6s6cen94.png" },
+ { id: "p4", brand: "Special", name: "Pepperoni Classic", price: "$11", rating: 5, reviewCount: "18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-5l3vs285.png" },
+ { id: "p5", brand: "Special", name: "Cheese Lovers", price: "$9", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-girl-eating-pizza-kitchen-close-up-shot-positive-woman-enjoying-her-dinner_197531-9818.jpg" },
+ { id: "p6", brand: "Special", name: "Vegetarian", price: "$13", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }
]}
title="Our Signature Pizza"
description="Explore our delicious variety of pizzas and calzones crafted with artisanal ingredients."
@@ -241,45 +113,16 @@ export default function LandingPage() {
@@ -342,13 +150,11 @@ export default function LandingPage() {
@@ -357,29 +163,15 @@ export default function LandingPage() {