8 Commits

Author SHA1 Message Date
13c136327e Update src/app/page.tsx 2026-04-06 04:04:25 +00:00
6631084a22 Merge version_6 into main
Merge version_6 into main
2026-04-06 04:03:01 +00:00
e4111226b1 Update src/app/page.tsx 2026-04-06 04:02:58 +00:00
85c7facbfb Merge version_5 into main
Merge version_5 into main
2026-04-06 04:01:44 +00:00
827cfc17a6 Update src/app/page.tsx 2026-04-06 04:01:41 +00:00
2fa351c266 Merge version_4 into main
Merge version_4 into main
2026-04-06 04:00:45 +00:00
df544ebf65 Update src/app/page.tsx 2026-04-06 04:00:42 +00:00
9c72c5c0de Merge version_3 into main
Merge version_3 into main
2026-04-06 03:59:25 +00:00

View File

@@ -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." description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
buttons={[ buttons={[
{ {
text: "Order Online", href: "#menu"}, text: "Order Now", href: "#menu"},
{ {
text: "Our Story", href: "#about"}, text: "Our Story", href: "#about"},
]} ]}
@@ -74,7 +74,7 @@ export default function LandingPage() {
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
@@ -136,8 +136,9 @@ export default function LandingPage() {
tag="Contact" tag="Contact"
title="Order Freshly Baked" title="Order Freshly Baked"
description="Located at 123 Main St. Give us a call or order online now." 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" mediaAnimation="slide-up"
buttonText="Order Online"
/> />
</div> </div>