Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-16 09:38:43 +00:00

View File

@@ -81,7 +81,7 @@ export default function HomePage() {
description="Inspired by the Cedars. Made for the Strong."
buttons={[
{ text: "Shop Now", href: "/hoodies" },
{ text: "Discover Our Heritage", href: "/our-story" },
{ text: "Learn Our Story", href: "/our-story" },
]}
buttonAnimation="slide-up"
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">
<ProductCardThree
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"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -256,4 +256,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}