Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e94d85ef0 | |||
| 0c40b32f37 |
@@ -81,7 +81,7 @@ export default function HomePage() {
|
|||||||
description="Inspired by the Cedars. Made for the Strong."
|
description="Inspired by the Cedars. Made for the Strong."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "/hoodies" },
|
{ text: "Shop Now", href: "/hoodies" },
|
||||||
{ text: "Discover Our Heritage", href: "/our-story" },
|
{ text: "Learn Our Story", href: "/our-story" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-indoor-steel-stairs_627829-2160.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-indoor-steel-stairs_627829-2160.jpg"
|
||||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
|||||||
<div id="featured-hoodies" data-section="featured-hoodies">
|
<div id="featured-hoodies" data-section="featured-hoodies">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Featured Hoodies"
|
title="Featured Hoodies"
|
||||||
description="Discover our curated collection of premium hoodies, each representing Lebanese heritage and modern design."
|
description="Trusted by over 1,000+ Lebanese customers. Discover our curated collection of premium hoodies, each representing Lebanese heritage and modern design."
|
||||||
tag="New Collection"
|
tag="New Collection"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -256,4 +256,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user