diff --git a/src/app/page.tsx b/src/app/page.tsx index 196d998..1296394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() { ); -} +} \ No newline at end of file