3 Commits

Author SHA1 Message Date
58862e24d5 Update src/app/page.tsx 2026-05-15 12:46:23 +00:00
210caecdcd Merge version_1 into main
Merge version_1 into main
2026-05-15 12:44:28 +00:00
4a9c2371d5 Merge version_1 into main
Merge version_1 into main
2026-05-15 12:43:57 +00:00

View File

@@ -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"},
], ],
}, },
]} ]}