7 Commits

Author SHA1 Message Date
899ebdc5b2 Update src/app/services/page.tsx 2026-03-11 08:04:36 +00:00
a7756aacf0 Update src/app/projects/page.tsx 2026-03-11 08:04:35 +00:00
99e89d854c Update src/app/page.tsx 2026-03-11 08:04:35 +00:00
fa6ea286f0 Update src/app/contact/page.tsx 2026-03-11 08:04:35 +00:00
035a0b6514 Update src/app/about/page.tsx 2026-03-11 08:04:34 +00:00
d8000d3e93 Update src/app/page.tsx 2026-03-11 08:04:09 +00:00
ef946ad347 Merge version_2 into main
Merge version_2 into main
2026-03-11 08:01:47 +00:00
5 changed files with 28 additions and 28 deletions

View File

@@ -94,17 +94,17 @@ export default function AboutPage() {
id: "1", title: "Certified & Licensed Professionals", author: "Expert Team", description: id: "1", title: "Certified & Licensed Professionals", author: "Expert Team", description:
"All our electricians are fully certified, insured, and continuously trained on the latest electrical codes and safety standards.", tags: ["Professional", "Certified"], "All our electricians are fully certified, insured, and continuously trained on the latest electrical codes and safety standards.", tags: ["Professional", "Certified"],
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg", imageAlt: "professional electrician team"}, "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg?_wi=1", imageAlt: "professional electrician team"},
{ {
id: "2", title: "Complete Project Management", author: "End-to-End Support", description: id: "2", title: "Complete Project Management", author: "End-to-End Support", description:
"From initial consultation through project completion, we manage every detail, ensuring timely delivery and exceptional results.", tags: ["Management", "Support"], "From initial consultation through project completion, we manage every detail, ensuring timely delivery and exceptional results.", tags: ["Management", "Support"],
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "project management and oversight"}, "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg?_wi=1", imageAlt: "project management and oversight"},
{ {
id: "3", title: "Cutting-Edge Technology", author: "Modern Solutions", description: id: "3", title: "Cutting-Edge Technology", author: "Modern Solutions", description:
"We use the latest tools and technology to deliver modern, efficient electrical systems that are built to last.", tags: ["Technology", "Innovation"], "We use the latest tools and technology to deliver modern, efficient electrical systems that are built to last.", tags: ["Technology", "Innovation"],
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg", imageAlt: "modern technology solutions"}, "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg?_wi=1", imageAlt: "modern technology solutions"},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -130,7 +130,7 @@ export default function AboutPage() {
{/* Footer */} {/* Footer */}
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg" imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=1"
imageAlt="Professional electricians working together installation project" imageAlt="Professional electricians working together installation project"
logoText="Sawotec" logoText="Sawotec"
copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved." copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved."

View File

@@ -82,7 +82,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg" imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=2"
imageAlt="professional electricians working together installation project" imageAlt="professional electricians working together installation project"
logoText="Sawotec" logoText="Sawotec"
copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved." copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved."

View File

@@ -74,7 +74,7 @@ export default function HomePage() {
<HeroLogo <HeroLogo
logoText="Sawotec" logoText="Sawotec"
description="Professional Electrical Experts You Can Trust for Installations, Repairs & Smart Home Systems" 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" imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg?_wi=2"
imageAlt="Professional electricians installing electrical systems" imageAlt="Professional electricians installing electrical systems"
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
@@ -109,25 +109,25 @@ export default function HomePage() {
id: "1", title: "Electrical Installations", author: "Residential & Commercial", description: 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"], "Complete electrical system installation for new constructions and renovations, including wiring, panels, outlets, and lighting systems.", tags: ["Installation", "Professional"],
imageSrc: 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?_wi=2", imageAlt: "electrician installing electrical outlet wall residential"
}, },
{ {
id: "2", title: "Smart Home Systems", author: "Modern Technology", description: 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"], "State-of-the-art smart home automation and control systems for energy efficiency, security, and convenience.", tags: ["Smart Home", "Automation"],
imageSrc: 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?_wi=2", imageAlt: "smart home automation control system panel display"
}, },
{ {
id: "3", title: "Industrial Electrical Services", author: "Heavy-Duty Solutions", description: 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"], "Specialized industrial electrical work including three-phase systems, machinery installation, and compliance solutions.", tags: ["Industrial", "Machinery"],
imageSrc: 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?_wi=1", imageAlt: "industrial electrical three phase panel heavy machinery"
}, },
{ {
id: "4", title: "Maintenance & Repairs", author: "24/7 Support Available", description: 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"], "Regular maintenance, troubleshooting, and emergency repairs to keep your electrical systems running safely and efficiently.", tags: ["Maintenance", "Repairs"],
imageSrc: 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?_wi=1", imageAlt: "electrician performing maintenance electrical system inspection"
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -139,8 +139,8 @@ export default function HomePage() {
{/* Social Proof Section */} {/* Social Proof Section */}
<div id="social-proof" data-section="social-proof"> <div id="social-proof" data-section="social-proof">
<SocialProofOne <SocialProofOne
title="Trusted by Leading Companies" title="Vertraut von führenden Unternehmen"
description="Sawotec has partnered with numerous businesses and residential clients across Upper Austria" description="Sawotec hat mit zahlreichen Unternehmen und privaten Kunden in Oberösterreich zusammengearbeitet"
tag="Partners & Clients" tag="Partners & Clients"
tagIcon={Award} tagIcon={Award}
textboxLayout="default" textboxLayout="default"
@@ -156,13 +156,13 @@ export default function HomePage() {
{/* Contact Section */} {/* Contact Section */}
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get in Touch" tag="Kontaktieren Sie uns"
title="Request Your Free Quote Today" title="Fordern Sie noch heute Ihr kostenloses Angebot an"
description="Contact Sawotec for electrical installations, smart home systems, maintenance, and industrial solutions. Our team is ready to assist you." description="Kontaktieren Sie Sawotec für Elektroinstallationen, Smart-Home-Systeme, Wartung und Industrielösungen. Unser Team ist bereit, Ihnen zu helfen."
tagIcon={Phone} tagIcon={Phone}
inputPlaceholder="Your email address" inputPlaceholder="Ihre E-Mail-Adresse"
buttonText="Get Quote" buttonText="Angebot anfordern"
termsText="We respect your privacy. Your information will only be used to provide you with a quote and contact information." termsText="Wir respektieren Ihre Privatsphäre. Ihre Informationen werden nur zur Bereitstellung eines Angebots und von Kontaktinformationen verwendet."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -171,7 +171,7 @@ export default function HomePage() {
{/* Footer */} {/* Footer */}
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg" imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=3"
imageAlt="Professional electricians working together installation project" imageAlt="Professional electricians working together installation project"
logoText="Sawotec" logoText="Sawotec"
copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved." copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved."

View File

@@ -71,7 +71,7 @@ export default function ProjectsPage() {
<HeroLogo <HeroLogo
logoText="Projects" logoText="Projects"
description="Featured Projects & Client Success Stories" description="Featured Projects & Client Success Stories"
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg?_wi=3"
imageAlt="Professional electricians installing electrical systems" imageAlt="Professional electricians installing electrical systems"
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
@@ -115,7 +115,7 @@ export default function ProjectsPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg" imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=4"
imageAlt="Professional electricians working together installation project" imageAlt="Professional electricians working together installation project"
logoText="Sawotec" logoText="Sawotec"
copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved." copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved."

View File

@@ -71,7 +71,7 @@ export default function ServicesPage() {
<HeroLogo <HeroLogo
logoText="Services" logoText="Services"
description="Comprehensive Electrical Solutions for Every Need" description="Comprehensive Electrical Solutions for Every Need"
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg?_wi=4"
imageAlt="Professional electricians installing electrical systems" imageAlt="Professional electricians installing electrical systems"
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
@@ -94,23 +94,23 @@ export default function ServicesPage() {
id: "1", title: "Electrical Installations", author: "Residential & Commercial", description: 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"], "Complete electrical system installation for new constructions and renovations, including wiring, panels, outlets, and lighting systems.", tags: ["Installation", "Professional"],
imageSrc: 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?_wi=3", imageAlt: "electrician installing electrical outlet wall residential"},
{ {
id: "2", title: "Smart Home Systems", author: "Modern Technology", description: 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"], "State-of-the-art smart home automation and control systems for energy efficiency, security, and convenience.", tags: ["Smart Home", "Automation"],
imageSrc: 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?_wi=3", imageAlt: "smart home automation control system panel display"},
{ {
id: "3", title: "Industrial Electrical Services", author: "Heavy-Duty Solutions", description: 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"], "Specialized industrial electrical work including three-phase systems, machinery installation, and compliance solutions.", tags: ["Industrial", "Machinery"],
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg", imageAlt: "http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-51765.jpg?_wi=2", imageAlt:
"industrial electrical three phase panel heavy machinery"}, "industrial electrical three phase panel heavy machinery"},
{ {
id: "4", title: "Maintenance & Repairs", author: "24/7 Support Available", description: 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"], "Regular maintenance, troubleshooting, and emergency repairs to keep your electrical systems running safely and efficiently.", tags: ["Maintenance", "Repairs"],
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67712.jpg", imageAlt: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67712.jpg?_wi=2", imageAlt:
"electrician performing maintenance electrical system inspection"}, "electrician performing maintenance electrical system inspection"},
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -136,7 +136,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg" imageSrc="http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=5"
imageAlt="Professional electricians working together installation project" imageAlt="Professional electricians working together installation project"
logoText="Sawotec" logoText="Sawotec"
copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved." copyrightText="© 2025 Sawotec Electrical Solutions. All rights reserved."