From 4364b59f373b22bd3bf09fe8a26e7c66dcf9376a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:46:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a6500a..c84790d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} - products={[{ id: "1", name: "Signature Dim Sum Platter", price: "199 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lamwi4" }, { id: "2", name: "Cantonese Roast Duck", price: "249 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=flc6j7" }, { id: "3", name: "Stir-fried Beef Noodles", price: "189 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ckn3sv" }, { id: "4", name: "Shrimp Fried Rice", price: "179 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wf4t8i" }, { id: "5", name: "Steamed Pork Dumplings", price: "129 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tj7y0k" }, { id: "6", name: "Hot and Sour Soup", price: "99 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0r5gw9" }]} + products={[ + { id: "1", name: "Signature Dim Sum Platter", price: "199 NOK", imageSrc: "https://images.unsplash.com/photo-1544145945-f2342b27bd40?q=80&w=800&h=600&fit=crop" }, + { id: "2", name: "Cantonese Roast Duck", price: "249 NOK", imageSrc: "https://images.unsplash.com/photo-1563379091339-03b21ab4a4f8?q=80&w=800&h=600&fit=crop" }, + { id: "3", name: "Stir-fried Beef Noodles", price: "189 NOK", imageSrc: "https://images.unsplash.com/photo-1585032226651-759b368d7246?q=80&w=800&h=600&fit=crop" }, + { id: "4", name: "Shrimp Fried Rice", price: "179 NOK", imageSrc: "https://images.unsplash.com/photo-1603133872878-684f2089fb4b?q=80&w=800&h=600&fit=crop" }, + { id: "5", name: "Steamed Pork Dumplings", price: "129 NOK", imageSrc: "https://images.unsplash.com/photo-1569691899454-db7150b64e79?q=80&w=800&h=600&fit=crop" }, + { id: "6", name: "Hot and Sour Soup", price: "99 NOK", imageSrc: "https://images.unsplash.com/photo-1547928573-04870f3751cea?q=80&w=800&h=600&fit=crop" } + ]} title="Our Popular Dishes" description="Explore our chef's selection of traditional Cantonese delicacies, meticulously prepared." /> @@ -166,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1