Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44d17d9932 | |||
| 73e5788a89 | |||
| 1449744e18 | |||
| e6ad86c56c | |||
| 955afd6037 |
@@ -92,15 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Chicken Fried Steak", price: "$18", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Philly Cheesesteak", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" },
|
||||
{ id: "p3", name: "Signature Margarita", price: "$9", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg" },
|
||||
{ id: "p4", name: "Crispy French Fries", price: "$6", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg" },
|
||||
{ id: "p5", name: "Filet Mignon", price: "$22", variant: "Steak", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg" },
|
||||
{ id: "p6", name: "Garden Salad Bar", price: "$10", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg" },
|
||||
{ id: "p1", name: "Prime Cut Selection", price: "$28", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398183-ui0m7ork.png" },
|
||||
{ id: "p2", name: "House Specialty Platter", price: "$24", variant: "Chef Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398183-dmprc005.png" },
|
||||
{ id: "p3", name: "Gourmet Refreshments", price: "$12", variant: "Drinks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398184-tswuzour.png" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Our most popular dishes that keep customers coming back for more."
|
||||
description="Explore our curated selection of signature dishes and drinks, freshly prepared for an authentic dining experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user