3 Commits

Author SHA1 Message Date
a67867f5fd Update src/app/page.tsx 2026-03-07 08:27:09 +00:00
3bd585e4c2 Update src/app/layout.tsx 2026-03-07 08:27:09 +00:00
72414875ed Merge version_2 into main
Merge version_2 into main
2026-03-07 08:04:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -131,7 +131,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Klaar om uw computer weer aan het werk te krijgen? Bel ons op +31 (0)6 XXXX XXXX of bring uw apparaat langs voor een gratis diagnose." text="Beschikbaar vandaag tot 18:00 uur. Bel nu voor uw gratis diagnose. Pc Oké helpt u snel aan een werkende computer. +31 (0)6 XXXX XXXX"
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Bel ons", href: "tel:+31612345678" }, { text: "Bel ons", href: "tel:+31612345678" },
@@ -151,4 +151,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }