3 Commits

Author SHA1 Message Date
94bf1c9fd4 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:17:45 +00:00
c2c140f319 Update src/app/page.tsx 2026-03-05 13:17:34 +00:00
1deb172050 Merge version_1 into main
Merge version_1 into main
2026-03-04 08:49:06 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Experience the finest in luxury baking. Each pastry is carefully crafted using premium ingredients and time-honored techniques passed down through generations." description="Experience the finest in luxury baking. Each pastry is carefully crafted using premium ingredients and time-honored techniques passed down through generations."
tag="Premium Artisan Baking" tag="Premium Artisan Baking"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "gradient-bars" }} background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/man-puts-croissant-into-paper-bag-using-tongs_1303-32309.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-puts-croissant-into-paper-bag-using-tongs_1303-32309.jpg"
imageAlt="Artisan pastries display" imageAlt="Artisan pastries display"
buttons={[ buttons={[
@@ -92,7 +92,7 @@ export default function LandingPage() {
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -113,7 +113,7 @@ export default function LandingPage() {
"100% natural ingredients", "No artificial preservatives", "Consistent handcrafted quality", "Small-batch production", "Baked fresh daily" "100% natural ingredients", "No artificial preservatives", "Consistent handcrafted quality", "Small-batch production", "Baked fresh daily"
] ]
}} }}
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="Our Difference" tag="Our Difference"
@@ -142,7 +142,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -172,7 +172,7 @@ export default function LandingPage() {
id: "6", name: "Thomas Anderson", handle: "@thomas.taste", testimonial: "This is what premium baking looks like. No shortcuts, no compromises. Just pure excellence in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Thomas Anderson" id: "6", name: "Thomas Anderson", handle: "@thomas.taste", testimonial: "This is what premium baking looks like. No shortcuts, no compromises. Just pure excellence in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Thomas Anderson"
} }
]} ]}
animationType="slide-up" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
speed={40} speed={40}
@@ -205,7 +205,7 @@ export default function LandingPage() {
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -219,7 +219,7 @@ export default function LandingPage() {
{ text: "Get Directions", href: "#" }, { text: "Get Directions", href: "#" },
{ text: "Contact Us", href: "#" } { text: "Contact Us", href: "#" }
]} ]}
background={{ variant: "radial-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>