4 Commits

Author SHA1 Message Date
fa76237eb7 Merge version_3 into main
Merge version_3 into main
2026-06-08 13:51:33 +00:00
cf2f8bb9e0 Update src/app/page.tsx 2026-06-08 13:51:29 +00:00
b2572f80d2 Merge version_2 into main
Merge version_2 into main
2026-06-08 13:48:43 +00:00
2f60b680ab Update src/app/page.tsx 2026-06-08 13:48:40 +00:00

View File

@@ -16,16 +16,16 @@ import { Cookie, Cake } from "lucide-react";
export default function ItalianRestaurantPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
sizing="mediumLarge"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
contentWidth="mediumLarge"
sizing="large"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -51,6 +51,9 @@ export default function ItalianRestaurantPage() {
background={{ variant: "sparkles-gradient" }}
tag="Artisanal Goodness"
tagIcon={Cookie}
tagAnimation="slide-up"
buttonAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-bunch-bagels-covered-sesame-seeds_181624-58886.jpg"
imageAlt="Beautiful display of freshly baked artisanal cakes and pastries in a warm setting"
buttons={[
@@ -62,8 +65,10 @@ export default function ItalianRestaurantPage() {
<div id="about" data-section="about">
<TextAbout
title="At Sweet Crumbs Bakery, our story begins generations ago with a passion for baking that runs deep in our family. From grandmothers cherished recipes to modern culinary techniques, we pour our heart into every creation. We believe in the magic of simple, high-quality ingredients transformed into delectable treats that bring joy and comfort. Our commitment is to craft not just baked goods, but moments of happiness, celebrating tradition and infusing every crumb with love. Join us in savoring the legacy of Sweet Crumbs, where every bite tells a tale of dedication and deliciousness."
title="Sweet Crumbs: A Legacy of Love in Every Bite."
useInvertedBackground={false}
tagAnimation="slide-up"
buttonAnimation="slide-up"
buttons={[
{ text: "Discover Our Journey", href: "#" }
]}
@@ -92,6 +97,8 @@ export default function ItalianRestaurantPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -112,6 +119,7 @@ export default function ItalianRestaurantPage() {
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
tagAnimation="slide-up"
/>
</div>
@@ -132,6 +140,8 @@ export default function ItalianRestaurantPage() {
]}
textboxLayout="default"
useInvertedBackground={true}
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -139,7 +149,7 @@ export default function ItalianRestaurantPage() {
<FeatureCardSixteen
title="The Sweet Crumbs Difference"
description="Discover why our unwavering commitment to quality, freshness, and artisanal craftsmanship sets us apart."
animationType="slide-up"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
@@ -152,13 +162,15 @@ export default function ItalianRestaurantPage() {
"Handcrafted fresh daily", "Premium natural ingredients", "Gluten-free & Vegan options available", "Easy browsing & convenient ordering"
]
}}
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to satisfy your sweet cravings or plan a custom order? Connect with Sweet Crumbs Bakery today!"
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Order Now", href: "#menu" },
{ text: "Call Us", href: "tel:+1234567890" },