Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db07db65ec | |||
| 1a9ca103b7 | |||
| b9dd64d6de | |||
| 6a8aa3eec1 | |||
| e0a0c358bc |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "عنا", id: "#about"},
|
||||
{
|
||||
name: "المنتجات", id: "#products"},
|
||||
name: "المنتجات", id: "/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