Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58862e24d5 | |||
| 210caecdcd | |||
| 4a9c2371d5 |
@@ -261,27 +261,27 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home", href: "#hero"},
|
label: "الرئيسية", href: "#hero"},
|
||||||
{
|
{
|
||||||
label: "Menu", href: "#products"},
|
label: "القائمة", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "اتصل بنا", href: "#contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "سياسة الخصوصية", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Terms of Service", href: "#"},
|
label: "شروط الخدمة", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "https://instagram.com"},
|
label: "إنستغرام", href: "https://instagram.com"},
|
||||||
{
|
{
|
||||||
label: "Call Us", href: "tel:0656826299"},
|
label: "اتصل بنا", href: "tel:0656826299"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -291,4 +291,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user