Merge version_3 into main #3
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user