Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c28297956 | |||
| bd67a1fbe1 | |||
| 96b7b86e2a | |||
| bf76222407 |
1415
src/app/layout.tsx
1415
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -146,9 +146,9 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
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"
|
||||
tagIcon={ShoppingBag}
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View All Products", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -285,4 +285,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user