Update src/app/page.tsx

This commit is contained in:
2026-06-01 23:43:49 +00:00
parent 7c1d31c5f4
commit f7cdad6b70

View File

@@ -81,7 +81,7 @@ export default function TruffsyBurgersPage() {
useInvertedBackground={false}
features={[
{ id: "f1", title: "Fresh, Local Ingredients", tags: ["Quality", "Sustainable"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-ingredients-arranged_23-2151985504.jpg", imageAlt: "fresh vegetables burger ingredients" },
{ id: "f2", title: "Artisan Baked Buns", tags: ["Craft", "Baked Daily"], imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-meat-lettuce_1203-1271.jpg", imageAlt: "artisan brioche buns bakery close-up" },
{ id: "f2", title: "Artisan Baked Buns", tags: ["Craft", "Baked Daily"], imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-meat-lettuce_1203-1271.jpg?_wi=1", imageAlt: "artisan brioche buns bakery close-up" },
{ id: "f3", title: "Signature Truffle Sauces", tags: ["Unique", "Flavorful"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-seasonings-with-french-fries-brown-wooden-table-potato-fast-food-meal_140725-95247.jpg", imageAlt: "selection of gourmet sauces condiments" }
]}
/>
@@ -98,7 +98,7 @@ export default function TruffsyBurgersPage() {
{ id: "m1", name: "The Truffle Burger", price: "$18.00", variant: "Signature patty, truffle aioli, Swiss, caramelized onions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYYSRfDOXxT3vd96kPqhcogMjd/uploaded-1780357327461-1xac7otj.jpg", imageAlt: "Gourmet truffle burger with truffle aioli, Swiss cheese, and caramelized onions" },
{ id: "m2", name: "Classic Cheeseburger", price: "$14.00", variant: "Beef patty, cheddar, lettuce, tomato, pickles, special sauce", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burger-orange-background_23-2148289467.jpg", imageAlt: "Classic cheeseburger" },
{ id: "m3", name: "Spicy Jalapeño Burger", price: "$16.00", variant: "Beef patty, pepper jack, jalapeños, chipotle mayo", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg", imageAlt: "Spicy jalapeño burger" },
{ id: "m4", name: "Mushroom Swiss Burger", price: "$17.00", variant: "Beef patty, sautéed mushrooms, Swiss cheese, garlic aioli", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-meat-lettuce_1203-1271.jpg", imageAlt: "Mushroom Swiss burger" },
{ id: "m4", name: "Mushroom Swiss Burger", price: "$17.00", variant: "Beef patty, sautéed mushrooms, Swiss cheese, garlic aioli", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-meat-lettuce_1203-1271.jpg?_wi=2", imageAlt: "Mushroom Swiss burger" },
{ id: "m5", name: "Crispy Chicken Sandwich", price: "$15.00", variant: "Fried chicken breast, pickles, coleslaw, brioche bun", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-fillet-with-crackers-greens-round-plate_176474-3355.jpg", imageAlt: "Crispy chicken sandwich" },
{ id: "m6", name: "Veggie Bean Burger", price: "$14.00", variant: "House-made black bean patty, avocado, sprouts, tomato", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-ingredients-wooden-board_23-2148575440.jpg", imageAlt: "Veggie bean burger" },
{ id: "m7", name: "Truffle Fries", price: "$8.00", variant: "Crispy fries tossed in truffle oil and Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-salt-shaker-special-sauce_23-2148701499.jpg", imageAlt: "Truffle fries with Parmesan" },