diff --git a/src/app/page.tsx b/src/app/page.tsx index 098d339..b057683 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { text: "استعرض العقارات", href: "/properties" }, - { text: "احصل على استشارة مجانية", href: "#contact" } + { text: "احصل على استشارة مجانية اليوم", href: "#contact" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -298,4 +298,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}