Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user