Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 15:07:43 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{
name: "عنا", id: "#about"},
{
name: "المنتجات", id: "#products"},
name: "المنتجات", href: "/products-catalog"},
{
name: "لماذا نحن", id: "#why-us"},
{
@@ -127,6 +127,12 @@ export default function LandingPage() {
]}
title="منتجاتنا المميزة"
description="اكتشف أحدث مجموعاتنا من الملابس الرجالية والنسائية وملابس الأطفال، بالإضافة إلى تشكيلات موسمية وإكسسوارات أنيقة."
buttons={[
{
text: "عرض جميع المنتجات", href: "/products-catalog"
}
]}
buttonAnimation="slide-up"
/>
</div>
@@ -230,7 +236,7 @@ export default function LandingPage() {
{
label: "عنا", href: "#about"},
{
label: "المنتجات", href: "#products"},
label: "المنتجات", href: "/products-catalog"},
{
label: "اتصل بنا", href: "#contact"},
],
@@ -261,4 +267,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}