Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-11 08:04:14 +00:00

View File

@@ -139,8 +139,8 @@ export default function HomePage() {
{/* Social Proof Section */}
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Leading Companies"
description="Sawotec has partnered with numerous businesses and residential clients across Upper Austria"
title="Vertraut von führenden Unternehmen"
description="Sawotec hat mit zahlreichen Unternehmen und privaten Kunden in Oberösterreich zusammengearbeitet"
tag="Partners & Clients"
tagIcon={Award}
textboxLayout="default"
@@ -156,13 +156,13 @@ export default function HomePage() {
{/* Contact Section */}
<div id="contact" data-section="contact">
<ContactCenter
tag="Get in Touch"
title="Request Your Free Quote Today"
description="Contact Sawotec for electrical installations, smart home systems, maintenance, and industrial solutions. Our team is ready to assist you."
tag="Kontaktieren Sie uns"
title="Fordern Sie noch heute Ihr kostenloses Angebot an"
description="Kontaktieren Sie Sawotec für Elektroinstallationen, Smart-Home-Systeme, Wartung und Industrielösungen. Unser Team ist bereit, Ihnen zu helfen."
tagIcon={Phone}
inputPlaceholder="Your email address"
buttonText="Get Quote"
termsText="We respect your privacy. Your information will only be used to provide you with a quote and contact information."
inputPlaceholder="Ihre E-Mail-Adresse"
buttonText="Angebot anfordern"
termsText="Wir respektieren Ihre Privatsphäre. Ihre Informationen werden nur zur Bereitstellung eines Angebots und von Kontaktinformationen verwendet."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
@@ -180,4 +180,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}