Update src/app/page.tsx

This commit is contained in:
2026-05-09 08:31:10 +00:00
parent 512294a45b
commit 2743badab9

View File

@@ -54,6 +54,9 @@ export default function LandingPage() {
buttons={[
{
text: "Get a Free Quote", href: "#contact"
},
{
text: "קבל הצעת מחיר חינם", href: "#contact"
}
]}
kpis={[
@@ -269,4 +272,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}