diff --git a/src/app/page.tsx b/src/app/page.tsx index 18ad1fd..565af21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,148 +31,87 @@ export default function LandingPage() {
@@ -185,7 +124,7 @@ export default function LandingPage() { description="Born from community roots and a deep love for authentic ingredients, Mr. Jalapeño is more than a restaurant—it's a home away from home." subdescription="Every dish we craft tells a story of heritage, family, and the vibrant heat of authentic Texas cooking." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-hand-put-topping-homemade-pizza_1150-4697.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-hand-put-topping-homemade-pizza_1150-4697.jpg" mediaAnimation="blur-reveal" /> @@ -198,41 +137,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Stuffed Poblano", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bell-peppers-with-cheese-greens-meat-inside-plate-dark-background-food-bake-dinner-dish-meal_140725-115580.jpg?_wi=3", - }, + id: "p1", name: "Stuffed Poblano", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bell-peppers-with-cheese-greens-meat-inside-plate-dark-background-food-bake-dinner-dish-meal_140725-115580.jpg"}, { - id: "p2", - name: "Street Tacos", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949080.jpg?_wi=3", - }, + id: "p2", name: "Street Tacos", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949080.jpg"}, { - id: "p3", - name: "Fried Fish", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-with-greeens-sauces-side-view_141793-3551.jpg?_wi=3", - }, + id: "p3", name: "Fried Fish", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-with-greeens-sauces-side-view_141793-3551.jpg"}, { - id: "p4", - name: "Fajitas", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159785.jpg?_wi=3", - }, + id: "p4", name: "Fajitas", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159785.jpg"}, { - id: "p5", - name: "Veggie Fajitas", - price: "$19", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805459.jpg?_wi=3", - }, + id: "p5", name: "Veggie Fajitas", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805459.jpg"}, { - id: "p6", - name: "Texas Margarita", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/margarita_74190-1343.jpg?_wi=3", - }, + id: "p6", name: "Texas Margarita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/margarita_74190-1343.jpg"}, ]} title="Signature Selections" description="Hand-crafted delicacies prepared fresh daily." @@ -241,24 +156,19 @@ export default function LandingPage() {
@@ -357,42 +217,27 @@ export default function LandingPage() {