Update src/app/page.tsx
This commit is contained in:
@@ -32,13 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Oatsy"
|
||||
navItems={[
|
||||
{ name: "الرئيسية", id: "home" },
|
||||
{ name: "من نحن", id: "about" },
|
||||
{ name: "القائمة", id: "menu" },
|
||||
{ name: "الأكثر طلباً", id: "best" },
|
||||
{ name: "فوائد الشوفان", id: "benefits" },
|
||||
{ name: "الباقات", id: "plans" },
|
||||
{ name: "تواصل معنا", id: "contact" }
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Meal Plans", id: "plans" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "اطلب الآن", href: "#contact"
|
||||
|
||||
Reference in New Issue
Block a user