Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42a7f8cbdd | |||
| 321e1cb7c7 | |||
| 86aea73a13 | |||
| 21f703fdc6 |
@@ -63,6 +63,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "/order"},
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"},
|
||||
@@ -136,7 +140,7 @@ export default function LandingPage() {
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
title="Our Bakery by the Numbers"
|
||||
description="Quality matters, and our numbers show it."
|
||||
@@ -188,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user