Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-15 12:46:29 +00:00

View File

@@ -261,27 +261,27 @@ export default function LandingPage() {
{
items: [
{
label: "Home", href: "#hero"},
label: "الرئيسية", href: "#hero"},
{
label: "Menu", href: "#products"},
label: "القائمة", href: "#products"},
{
label: "Contact", href: "#contact"},
label: "اتصل بنا", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
label: "سياسة الخصوصية", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "شروط الخدمة", href: "#"},
],
},
{
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>
</ThemeProvider>
);
}
}