4 Commits

Author SHA1 Message Date
0e6b48581b Update src/app/page.tsx 2026-03-11 08:01:43 +00:00
562f944927 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:00:47 +00:00
85d8603ca3 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:00:16 +00:00
ffd6baa5b7 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:59:02 +00:00

View File

@@ -73,7 +73,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Sawotec"
description="Reliable Electrical Solutions in Upper Austria"
description="Professional Electrical Experts You Can Trust for Installations, Repairs & Smart Home Systems"
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg"
imageAlt="Professional electricians installing electrical systems"
showDimOverlay={true}
@@ -89,7 +89,8 @@ export default function HomePage() {
<TextSplitAbout
title="About Sawotec"
description={[
"Sawotec is a leading electrical services company based in Upper Austria (Oberösterreich), serving private homes, businesses, and industrial clients with professionalism and expertise.", "With years of experience in electrical installations, smart home systems, and industrial electrical work, we pride ourselves on reliability, quality, and customer satisfaction. Our team of certified electricians is equipped to handle projects of any size.", "We believe in building lasting relationships with our clients through transparent communication, professional workmanship, and exceptional service."]}
"Sawotec is a leading electrical services company based in Upper Austria (Oberösterreich), serving private homes, businesses, and industrial clients with professionalism and expertise.", "With years of experience in electrical installations, smart home systems, and industrial electrical work, we pride ourselves on reliability, quality, and customer satisfaction. Our team of certified electricians is equipped to handle projects of any size.", "We believe in building lasting relationships with our clients through transparent communication, professional workmanship, and exceptional service."
]}
useInvertedBackground={false}
showBorder={true}
buttons={[{ text: "Discover Our Services", href: "/services" }]}
@@ -108,22 +109,26 @@ export default function HomePage() {
id: "1", title: "Electrical Installations", author: "Residential & Commercial", description:
"Complete electrical system installation for new constructions and renovations, including wiring, panels, outlets, and lighting systems.", tags: ["Installation", "Professional"],
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "electrician installing electrical outlet wall residential"},
"http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "electrician installing electrical outlet wall residential"
},
{
id: "2", title: "Smart Home Systems", author: "Modern Technology", description:
"State-of-the-art smart home automation and control systems for energy efficiency, security, and convenience.", tags: ["Smart Home", "Automation"],
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg", imageAlt: "smart home automation control system panel display"},
"http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg", imageAlt: "smart home automation control system panel display"
},
{
id: "3", title: "Industrial Electrical Services", author: "Heavy-Duty Solutions", description:
"Specialized industrial electrical work including three-phase systems, machinery installation, and compliance solutions.", tags: ["Industrial", "Machinery"],
imageSrc:
"http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg", imageAlt: "industrial electrical three phase panel heavy machinery"},
"http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg", imageAlt: "industrial electrical three phase panel heavy machinery"
},
{
id: "4", title: "Maintenance & Repairs", author: "24/7 Support Available", description:
"Regular maintenance, troubleshooting, and emergency repairs to keep your electrical systems running safely and efficiently.", tags: ["Maintenance", "Repairs"],
imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67712.jpg", imageAlt: "electrician performing maintenance electrical system inspection"},
"http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67712.jpg", imageAlt: "electrician performing maintenance electrical system inspection"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -141,7 +146,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"OMV Austria", "Siemens Österreich", "Verbund Group", "Strabag SE", "Porsche Austria", "BMW Austria", "Energie Oberösterreich", "Local Construction Firms"]}
"OMV Austria", "Siemens Österreich", "Verbund Group", "Strabag SE", "Porsche Austria", "BMW Austria", "Energie Oberösterreich", "Local Construction Firms"
]}
speed={40}
showCard={true}
/>
@@ -174,4 +180,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}