diff --git a/src/app/page.tsx b/src/app/page.tsx index 7593c15..dbe341f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Heart } from "lucide-react"; +import { Heart, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,10 @@ export default function LandingPage() {
@@ -103,7 +56,7 @@ export default function LandingPage() { tag="Our Story" title="A Legacy of Flavor" description="Since our founding, Doña Rita has been dedicated to preserving the rich traditions of authentic Mexican tamales." - subdescription="Every tamal is crafted with premium ingredients and time-honored techniques, bringing the warmth of a family kitchen to your table." + subdescription="Every tamal is crafted with premium ingredients and time-honored techniques, bringing the warmth of a family kitchen to your table. Visit us at Terán 1, Zona Centro, 87300 Heroica Matamoros, Tamaulipas, Mexico." icon={Heart} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-old-woman-celebrating-tamil-new-year_23-2151210748.jpg" imageAlt="Doña Rita cooking" @@ -116,94 +69,25 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} products={[ - { - id: "1", - name: "Pork Verde", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=1", - }, - { - id: "2", - name: "Chicken Mole", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=2", - }, - { - id: "3", - name: "Beef Roja", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=3", - }, - { - id: "4", - name: "Cheese & Jalapeño", - price: "$3.25", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=4", - }, - { - id: "5", - name: "Sweet Corn", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=5", - }, - { - id: "6", - name: "Vegan Mushroom", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=6", - }, + { id: "1", name: "Pork Verde", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=1" }, + { id: "2", name: "Chicken Mole", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=2" }, + { id: "3", name: "Beef Roja", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-venezuelan-hallaca-dish_181624-57385.jpg?_wi=3" } ]} title="Our Signature Tamales" description="Explore our delicious variety of traditional and specialty tamales." /> -