Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69a3843435 | |||
| 634176370b | |||
| 13c136327e | |||
| 6631084a22 | |||
| e4111226b1 | |||
| 85c7facbfb | |||
| 827cfc17a6 | |||
| 2fa351c266 | |||
| df544ebf65 | |||
| 9c72c5c0de | |||
| 18a6b09790 | |||
| 0092568ca2 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#menu"},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
@@ -72,26 +72,27 @@ 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={[
|
||||
{
|
||||
id: "1", name: "Margherita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=2"},
|
||||
id: "1", name: "Margherita with Fresh Basil", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Pepperoni", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg?_wi=2"},
|
||||
id: "2", name: "Spicy Pepperoni & Honey", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Veggie Delight", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg?_wi=2"},
|
||||
id: "3", name: "Veggie Delight with Pesto", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "BBQ Chicken", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.jpg?_wi=2"},
|
||||
id: "4", name: "Smoky BBQ Chicken & Onion", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", name: "Supreme", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/half-sliced-pizza-mushrooms-red-pepper-olives-black-stone-board_114579-4474.jpg?_wi=2"},
|
||||
id: "5", name: "Supreme Meat Lovers", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/half-sliced-pizza-mushrooms-red-pepper-olives-black-stone-board_114579-4474.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "Four Cheese", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese_140725-11081.jpg"},
|
||||
id: "6", name: "Four Cheese with Garlic Crust", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese_140725-11081.jpg"},
|
||||
]}
|
||||
title="Our Signature Pies"
|
||||
description="Explore our hand-crafted menu of traditional and artisan pizzas."
|
||||
description="Explore our hand-crafted menu of traditional and artisan pizzas made with fresh, locally sourced ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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