Update src/app/page.tsx

This commit is contained in:
2026-05-05 19:09:42 +00:00
parent 46d1c901bb
commit 6368a7dbf1

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/cheerful-couple-painting-wall_23-2147782321.jpg", alt: "Müşteri" },
]}
avatarText="Mutlu Müşteriler"
buttons={[{ text: "Ücretsiz Keşif Randevusu", href: "#contact" }]}
buttons={[{ text: "Hemen Ücretsiz Keşif Al", href: "#contact" }]}
marqueeItems={[
{ type: "text", text: "İstanbul Geneli Hizmet" },
{ type: "text", text: "Anahtar Teslim" },
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}