Update src/app/page.tsx

This commit is contained in:
2026-05-10 13:20:00 +00:00
parent ac6ae57881
commit 2ae649944b

View File

@@ -57,6 +57,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
title="Top Pizzas"
description="Our most popular, hand-crafted pies."
useInvertedBackground={false}
products={[
{ id: "p1", name: "Classic Margherita", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg" },
{ id: "p2", name: "Truffle Forest", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900925.jpg" },
@@ -70,6 +71,7 @@ export default function LandingPage() {
title="About Us"
metrics={[{ icon: Award, label: "Chef Experience", value: "25+ Years" }]}
metricsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -80,6 +82,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[{ title: "Family Feast", description: "A deal that brings everyone together.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-made-cardboard-paper_23-2150379721.jpg" }]}
/>
</div>
@@ -90,6 +93,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
description="Our achievements so far."
useInvertedBackground={false}
metrics={[
{ id: "1", value: "10k+", title: "Served", description: "Happy customers", icon: Users },
{ id: "2", value: "99%", title: "Rating", description: "Quality score", icon: Star }
@@ -100,7 +105,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Customer Reviews"
description="See what our customers say."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Great flavor!", quote: "Best pizza ever.", name: "Alex P.", role: "Local" },
{ id: "2", title: "Superb!", quote: "Amazing service and food.", name: "Sarah J.", role: "Foodie" }
@@ -113,6 +120,8 @@ export default function LandingPage() {
title="Stay Updated"
description="Sign up for our newsletter."
tag="Newsletter"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>