Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:25:30 +00:00
parent 3d0fefff33
commit ea4e655147

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Ara: (0312) 806 88 62", href: "tel:+903128068862" },
{ text: "Hemen Ara & Danışın", href: "tel:+903128068862" },
{ text: "Harita Yönlendirmesi", href: "https://maps.google.com/?q=Çiğdemtepe,+Kermes+Sk.+No:9/A,+06560+Yenimahalle/Ankara" },
]}
/>
@@ -154,4 +154,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}