3 Commits

Author SHA1 Message Date
8d02c80fa2 Merge version_3 into main
Merge version_3 into main
2026-03-16 09:38:43 +00:00
3e94d85ef0 Update src/app/page.tsx 2026-03-16 09:38:39 +00:00
0c40b32f37 Merge version_2 into main
Merge version_2 into main
2026-03-16 09:37:37 +00:00

View File

@@ -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>
); );
} }