diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ddd981..e4bbdfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Authentic Flavors, Family Traditions." description="Experience the true taste of El Salvador at Pupuseria Santana. Hand-crafted, fresh, and made with love in every bite." buttons={[{ text: "View Menu", href: "#menu" }, { text: "Book a Table", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" + imageSrc="https://img.freepik.com/free-photo/delicious-pupusas-traditional-salvadoran-dish_23-2149363385.jpg" imageAlt="Traditional Salvadoran pupusas" mediaAnimation="blur-reveal" avatars={[ @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Queso y Frijol", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-lavash-wrap-yogurt-small-bowl-plate-stained-white-surface-with-free-space_179666-42713.jpg", imageAlt: "Bean and Cheese Pupusa" }, - { id: "p2", name: "Revuelta (Everything)", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-assortment_23-2148708215.jpg", imageAlt: "Revuelta Pupusa" }, - { id: "p3", name: "Loroco y Queso", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751951.jpg", imageAlt: "Loroco and Cheese Pupusa" }, - { id: "p4", name: "Chicharron", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-assortment-top-view_23-2148708218.jpg", imageAlt: "Pork and Cheese Pupusa" }, - { id: "p5", name: "Espinaca y Queso", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-traditional-food_23-2148708257.jpg", imageAlt: "Spinach and Cheese Pupusa" }, - { id: "p6", name: "Ayote (Squash)", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-cutlets-chopped-vegetables_140725-114788.jpg", imageAlt: "Squash and Cheese Pupusa" }, + { id: "p1", name: "Queso y Frijol", price: "$3.50", imageSrc: "https://img.freepik.com/free-photo/pupusas-beans-cheese-traditional-salvadoran-food_23-2148450125.jpg", imageAlt: "Bean and Cheese Pupusa" }, + { id: "p2", name: "Revuelta (Everything)", price: "$4.00", imageSrc: "https://img.freepik.com/free-photo/pupusas-revueltas-salvadoran-food_23-2149363388.jpg", imageAlt: "Revuelta Pupusa" }, + { id: "p3", name: "Loroco y Queso", price: "$4.25", imageSrc: "https://img.freepik.com/free-photo/salvadoran-pupusas-loroco-cheese_23-2149363390.jpg", imageAlt: "Loroco and Cheese Pupusa" }, + { id: "p4", name: "Chicharron", price: "$4.00", imageSrc: "https://img.freepik.com/free-photo/pupusas-chicharron-cheese-salvadoran-cuisine_23-2149363382.jpg", imageAlt: "Pork and Cheese Pupusa" }, + { id: "p5", name: "Espinaca y Queso", price: "$3.75", imageSrc: "https://img.freepik.com/free-photo/spinach-cheese-pupusas-salvadoran-dish_23-2149363395.jpg", imageAlt: "Spinach and Cheese Pupusa" }, + { id: "p6", name: "Ayote (Squash)", price: "$3.50", imageSrc: "https://img.freepik.com/free-photo/pupusas-ayote-squash-cheese-salvadoran-food_23-2149363398.jpg", imageAlt: "Squash and Cheese Pupusa" }, ]} title="Our Featured Menu" description="Indulge in our selection of authentic pupusas, each prepared daily using secret family recipes." @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file