4 Commits

Author SHA1 Message Date
c377d6ad9f Merge version_3 into main
Merge version_3 into main
2026-03-06 14:59:37 +00:00
bec3d7076a Update src/app/page.tsx 2026-03-06 14:59:33 +00:00
5e1d20ea91 Update src/app/layout.tsx 2026-03-06 14:59:33 +00:00
4ba580b0f2 Merge version_2 into main
Merge version_2 into main
2026-03-06 14:57:14 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -74,7 +74,7 @@ export default function SweetBakeryPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardTwo
title="Premium Selections" title="Premium Selections"
description="Handcrafted with love and the finest ingredients" description="Loved by 3,000+ customers • Handcrafted daily with premium ingredients"
tag="Best Sellers" tag="Best Sellers"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -204,4 +204,4 @@ export default function SweetBakeryPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }