3 Commits

Author SHA1 Message Date
b492a0f20b Merge version_3 into main
Merge version_3 into main
2026-03-12 06:28:27 +00:00
883b51e61d Update src/app/page.tsx 2026-03-12 06:28:23 +00:00
0e8ff61f01 Merge version_2 into main
Merge version_2 into main
2026-03-12 06:26:47 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Crafted with passion, elegance, and the finest ingredients. Every cake is a celebration of taste, texture, and visual perfection designed for your most special moments." title="15 Years of Excellence: Handcrafted with passion, elegance, and the finest ingredients. Every cake is a celebration of taste, texture, and visual perfection designed for your most special moments."
useInvertedBackground={false} useInvertedBackground={false}
metricsAnimation="slide-up" metricsAnimation="slide-up"
metrics={[ metrics={[
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }