Update src/app/page.tsx
This commit is contained in:
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
products={[
|
||||
{ id: "1", name: "Cheese Kottu", price: "1200", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
|
||||
{ id: "2", name: "String Hopper Set", price: "850", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rolled-pancakes-with-boiled-egg-honey-table-served-breakfast_141793-5075.jpg" },
|
||||
@@ -194,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user