Update src/app/page.tsx

This commit is contained in:
2026-03-06 03:18:28 +00:00
parent 6407625975
commit 3d91d0399b

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}