4 Commits

Author SHA1 Message Date
27a9381c2a Update src/app/page.tsx 2026-03-12 06:46:49 +00:00
66fca15f92 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:43:23 +00:00
872a7b49bd Merge version_1 into main
Merge version_1 into main
2026-03-12 06:42:58 +00:00
cb248b59d1 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:42:03 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="featured-cakes" data-section="featured-cakes">
<ProductCardFour
title="Our Cake Collection"
description="Handcrafted cakes made fresh daily with premium ingredients. Choose from our popular varieties or order a custom cake."
description="Starting from ₹200 • All prices include delivery — Handcrafted cakes made fresh daily with premium ingredients. Choose from our popular varieties or order a custom cake."
tag="Featured Cakes"
tagAnimation="slide-up"
textboxLayout="default"
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}