4 Commits

Author SHA1 Message Date
9c28297956 Merge version_3 into main
Merge version_3 into main
2026-03-08 04:21:56 +00:00
bd67a1fbe1 Update src/app/page.tsx 2026-03-08 04:21:52 +00:00
96b7b86e2a Update src/app/layout.tsx 2026-03-08 04:21:52 +00:00
bf76222407 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:19:54 +00:00
2 changed files with 9 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -146,9 +146,9 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardThree <ProductCardThree
title="Complete Collection" title="Complete Collection"
description="Browse our full range of faith-inspired hoodies, shirts, and pants" description="Browse our full range of faith-inspired hoodies, shirts, and pants. Enjoy fast shipping and our 100% satisfaction guarantee on all orders."
tag="Shop All" tag="Shop All"
tagIcon={ShoppingBag} tagIcon={ShoppingCart}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[{ text: "View All Products", href: "#" }]} buttons={[{ text: "View All Products", href: "#" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -285,4 +285,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }