diff --git a/src/app/page.tsx b/src/app/page.tsx index 385c15f..2462606 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,12 +100,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Mutton Leg Roast", price: "Rs 3,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-potato-pies-with-mushed-pumpkin-its-seeds-dark-grey-background-bake-oven-cake-color-pie_140725-121443.jpg" }, - { id: "p2", name: "Chicken Tikka Platter", price: "Rs 1,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper-with-cherry-tomatoes_23-2148699118.jpg" }, - { id: "p3", name: "Grilled Fish", price: "Rs 2,200", imageSrc: "http://img.b2bpic.net/free-photo/scrimps-onion-rings-served-with-sauce-lemon_140725-8051.jpg" }, - { id: "p4", name: "Lamb Karahi", price: "Rs 2,800", imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg" }, - { id: "p5", name: "Seekh Kebab", price: "Rs 900", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg" }, - { id: "p6", name: "Fried Fish", price: "Rs 2,000", imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-6007.jpg" } + { id: "p1", name: "Mutton Leg Roast", price: "Rs 4,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-potato-pies-with-mushed-pumpkin-its-seeds-dark-grey-background-bake-oven-cake-color-pie_140725-121443.jpg" }, + { id: "p2", name: "Chicken Tikka Platter", price: "Rs 1,800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-parchment-paper-with-cherry-tomatoes_23-2148699118.jpg" }, + { id: "p3", name: "Grilled Fish", price: "Rs 2,500", imageSrc: "http://img.b2bpic.net/free-photo/scrimps-onion-rings-served-with-sauce-lemon_140725-8051.jpg" }, + { id: "p4", name: "Lamb Karahi", price: "Rs 3,200", imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg" }, + { id: "p5", name: "Seekh Kebab", price: "Rs 1,200", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg" }, + { id: "p6", name: "Fried Fish", price: "Rs 2,400", imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-6007.jpg" } ]} title="Menu Highlights" description="Taste the tradition with our popular signature dishes." @@ -150,9 +150,9 @@ export default function LandingPage() { @@ -165,4 +165,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file