Update src/app/page.tsx

This commit is contained in:
2026-03-12 11:32:44 +00:00
parent a22e4bbf61
commit 7f68f28c68

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<div id="featured" data-section="featured">
<ProductCardThree
title="Our Signature Collections"
description="Explore our most beloved premium chocolate creations, handpicked for their exceptional quality and unforgettable taste."
description="Handcrafted favorites ready to ship. Add to cart and enjoy free delivery on orders over $50."
tag="Bestsellers"
tagAnimation="slide-up"
textboxLayout="default"
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}