diff --git a/src/app/page.tsx b/src/app/page.tsx index 95478a5..5e564c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,9 @@ export default function LandingPage() { name: "تواصل معنا", id: "contact"}, ]} brandName="نكهة المطعم" + button={{ + text: "حجز طاولة", href: "#contact" + }} /> @@ -245,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file