2 Commits

Author SHA1 Message Date
6d8d5d311a Update src/app/page.tsx 2026-05-06 18:25:24 +00:00
bf61394eba Merge version_2 into main
Merge version_2 into main
2026-05-06 18:24:24 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "rotated-rays-static"}} variant: "rotated-rays-animated"}}
title="Authentic Wood-Fired Pizza" title="Authentic Wood-Fired Pizza"
description="Experience the true taste of Italy with our hand-stretched dough and locally sourced fresh ingredients, fired to perfection in our traditional ovens." description="Experience the true taste of Italy with our hand-stretched dough and locally sourced fresh ingredients, fired to perfection in our traditional ovens."
buttons={[ buttons={[
@@ -68,21 +68,21 @@ export default function LandingPage() {
description="Our journey started in a small kitchen with a simple dream: to bring the art of traditional pizza-making to our community. Every pizza is a testament to our dedication to quality and flavor." description="Our journey started in a small kitchen with a simple dream: to bring the art of traditional pizza-making to our community. Every pizza is a testament to our dedication to quality and flavor."
bulletPoints={[ bulletPoints={[
{ {
title: "Tradition", description: "Authentic recipes passed down through generations."}, title: "Tradition", description: "Authentic recipes passed down through generations.", icon: Flame},
{ {
title: "Freshness", description: "Daily prepared dough and locally sourced toppings."}, title: "Freshness", description: "Daily prepared dough and locally sourced toppings.", icon: Leaf},
{ {
title: "Passion", description: "Handcrafted with love for every single customer."}, title: "Passion", description: "Handcrafted with love for every single customer.", icon: Flame},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-spread-pizza-dough_23-2148570347.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-spread-pizza-dough_23-2148570347.jpg"
imageAlt="Preparing artisan dough" imageAlt="Preparing artisan dough"
mediaAnimation="slide-up" mediaAnimation="blur-reveal"
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureBento <FeatureBento
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
@@ -103,7 +103,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
@@ -128,7 +128,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardSeven <MetricCardSeven
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
@@ -168,8 +168,8 @@ export default function LandingPage() {
{ {
src: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg", alt: "Customer 5"}, src: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg", alt: "Customer 5"},
]} ]}
ratingAnimation="slide-up" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="blur-reveal"
/> />
</div> </div>
@@ -189,7 +189,7 @@ export default function LandingPage() {
]} ]}
title="Common Questions" title="Common Questions"
description="Got questions about our pizza? We have answers." description="Got questions about our pizza? We have answers."
faqsAnimation="slide-up" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -197,7 +197,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain"}} variant: "sparkles-gradient"}}
title="Join Our Pizza Club" title="Join Our Pizza Club"
description="Sign up for our newsletter to get the latest updates, exclusive discounts, and secret menu items." description="Sign up for our newsletter to get the latest updates, exclusive discounts, and secret menu items."
tag="Newsletter" tag="Newsletter"