Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69a3843435 | |||
| 634176370b | |||
| 13c136327e | |||
| 6631084a22 | |||
| e4111226b1 | |||
| 85c7facbfb | |||
| 827cfc17a6 | |||
| 2fa351c266 |
@@ -72,9 +72,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
tag="Best Seller"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
@@ -136,8 +137,9 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Order Freshly Baked"
|
||||
description="Located at 123 Main St. Give us a call or order online now."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-cookie-table_107420-12121.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-with-cheese-olives-dark-surface-italian-bake-dough-meal-food-pizza_140725-101998.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Order Online"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user