diff --git a/src/app/page.tsx b/src/app/page.tsx index 31f7095..ae1d050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,17 +154,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Dynamite Chicken", variant: "Spicy & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", imageAlt: "Dynamite Chicken"}, + id: "p1", name: "Dynamite Chicken", variant: "Spicy & Crispy", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", imageAlt: "Dynamite Chicken"}, { - id: "p2", name: "Kung Pao Chicken", variant: "Classic Szechuan", imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", imageAlt: "Kung Pao Chicken"}, + id: "p2", name: "Kung Pao Chicken", variant: "Classic Szechuan", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", imageAlt: "Kung Pao Chicken"}, { - id: "p3", name: "Stuffed Chicken", variant: "Creamy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", imageAlt: "Stuffed Chicken"}, + id: "p3", name: "Stuffed Chicken", variant: "Creamy & Flavorful", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", imageAlt: "Stuffed Chicken"}, { - id: "p4", name: "Sweet & Sour Chicken", variant: "Tangy & Delightful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", imageAlt: "Sweet & Sour Chicken"}, + id: "p4", name: "Sweet & Sour Chicken", variant: "Tangy & Delightful", price: "$12.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", imageAlt: "Sweet & Sour Chicken"}, { - id: "p5", name: "Beef & Broccoli Noodles", variant: "Hearty Stir-fry", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", imageAlt: "Beef & Broccoli Noodles"}, + id: "p5", name: "Beef & Broccoli Noodles", variant: "Hearty Stir-fry", price: "$15.25", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", imageAlt: "Beef & Broccoli Noodles"}, { - id: "p6", name: "Spicy Tuna Roll", variant: "Fresh Sushi", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", imageAlt: "Spicy Tuna Roll"}, + id: "p6", name: "Spicy Tuna Roll", variant: "Fresh Sushi", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", imageAlt: "Spicy Tuna Roll"}, ]} title="Our Signature Dishes" description="Explore a selection of our most popular and beloved Asian dishes, crafted with authentic recipes and fresh ingredients."