From 4d32e8991769cd6cd8337ead06a3314c00381df0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 00:02:20 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e386fa9..10e85f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,8 @@ export default function LandingPage() { name: "الرئيسية", id: "#hero"}, { name: "المتجر", id: "#products"}, + { + name: "من نحن", id: "#about"}, { name: "اتصل بنا", id: "#contact"}, ]} @@ -53,6 +55,8 @@ export default function LandingPage() { buttons={[ { text: "تسوق الآن 🛋️", href: "#products"}, + { + text: "من نحن", href: "#about"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/view-modern-photorealistic-lamp_23-2151039001.jpg"