Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
211
src/app/page.tsx
211
src/app/page.tsx
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Zap } from "lucide-react";
|
||||
import { Zap, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,51 +33,34 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Ostalb Elektrotechnik"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Your Trusted Partner for Electrical Solutions"
|
||||
description="Ostalb Elektrotechnik provides comprehensive electrical services for homes, businesses, and industrial facilities. Experience reliability, safety, and expertise."
|
||||
tag="Expertise & Reliability"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-checking-switchboard-basement_651396-3066.jpg"
|
||||
imageAlt="Electrician working on a modern electrical panel"
|
||||
@@ -104,32 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Modern Wiring & Installations",
|
||||
description: "From new builds to renovations, we provide professional wiring and installation services compliant with the latest safety standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52159.jpg",
|
||||
imageAlt: "Complex electrical wiring installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Modern Wiring & Installations", description: "From new builds to renovations, we provide professional wiring and installation services compliant with the latest safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52159.jpg", imageAlt: "Complex electrical wiring installation", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Smart Home & Lighting",
|
||||
description: "Automate your home with intelligent lighting systems and smart controls for enhanced comfort, security, and energy efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg",
|
||||
imageAlt: "Modern LED lighting installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Smart Home & Lighting", description: "Automate your home with intelligent lighting systems and smart controls for enhanced comfort, security, and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg", imageAlt: "Modern LED lighting installation", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Panel Upgrades & Repairs",
|
||||
description: "Ensure your electrical system is safe and up-to-date with our expert panel upgrades, fuse box replacements, and timely repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-off-light-switch_1398-1286.jpg",
|
||||
imageAlt: "Upgraded electrical panel",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Panel Upgrades & Repairs", description: "Ensure your electrical system is safe and up-to-date with our expert panel upgrades, fuse box replacements, and timely repairs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-off-light-switch_1398-1286.jpg", imageAlt: "Upgraded electrical panel", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Maintenance & Diagnostics",
|
||||
description: "Preventative maintenance and precise diagnostics to keep your electrical systems running smoothly and safely, preventing costly outages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg",
|
||||
imageAlt: "Preventive electrical maintenance",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Maintenance & Diagnostics", description: "Preventative maintenance and precise diagnostics to keep your electrical systems running smoothly and safely, preventing costly outages.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg", imageAlt: "Preventive electrical maintenance", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Electrical Services"
|
||||
@@ -146,20 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "25+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "years", value: "25+", description: "Years of Experience"},
|
||||
{
|
||||
id: "projects",
|
||||
value: "500+",
|
||||
description: "Successful Projects",
|
||||
},
|
||||
id: "projects", value: "500+", description: "Successful Projects"},
|
||||
{
|
||||
id: "clients",
|
||||
value: "300+",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
id: "clients", value: "300+", description: "Satisfied Clients"},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Proudly serving the Ostalb community with dedication and excellence."
|
||||
@@ -171,14 +129,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Siemens",
|
||||
"Bosch",
|
||||
"ABB",
|
||||
"Schneider Electric",
|
||||
"E.ON",
|
||||
"Vattenfall",
|
||||
"RWE",
|
||||
]}
|
||||
"Siemens", "Bosch", "ABB", "Schneider Electric", "E.ON", "Vattenfall", "RWE"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our commitment to quality and reliable service has earned us the trust of renowned companies across various sectors."
|
||||
speed={50}
|
||||
@@ -193,26 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maximilian Bauer",
|
||||
role: "Lead Electrician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/management-executives-talk-about-factory-automation-strategies_482257-120491.jpg",
|
||||
imageAlt: "Portrait of Maximilian Bauer",
|
||||
},
|
||||
id: "1", name: "Maximilian Bauer", role: "Lead Electrician", imageSrc: "http://img.b2bpic.net/free-photo/management-executives-talk-about-factory-automation-strategies_482257-120491.jpg", imageAlt: "Portrait of Maximilian Bauer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lena Schmidt",
|
||||
role: "Electrical Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carpenter-woodworking-shop-proud-his-work_482257-84422.jpg",
|
||||
imageAlt: "Portrait of Lena Schmidt",
|
||||
},
|
||||
id: "2", name: "Lena Schmidt", role: "Electrical Engineer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carpenter-woodworking-shop-proud-his-work_482257-84422.jpg", imageAlt: "Portrait of Lena Schmidt"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jonas Weber",
|
||||
role: "Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-phone-showing-approval_23-2148269391.jpg",
|
||||
imageAlt: "Portrait of Jonas Weber",
|
||||
},
|
||||
id: "3", name: "Jonas Weber", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-phone-showing-approval_23-2148269391.jpg", imageAlt: "Portrait of Jonas Weber"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our highly skilled and certified professionals are passionate about delivering the best electrical solutions with a focus on safety and precision."
|
||||
@@ -227,25 +163,15 @@ export default function LandingPage() {
|
||||
author="Dr. Anna Müller, CEO of Innovate AG"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg",
|
||||
alt: "Dr. Anna Müller",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg", alt: "Dr. Anna Müller"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
alt: "Thomas Koch",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", alt: "Thomas Koch"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-pensive-middle-aged-business-man_1262-2982.jpg",
|
||||
alt: "Sabine Lange",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-pensive-middle-aged-business-man_1262-2982.jpg", alt: "Sabine Lange"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg",
|
||||
alt: "Markus Brandt",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg", alt: "Markus Brandt"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
|
||||
alt: "Laura Richter",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", alt: "Laura Richter"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="opacity"
|
||||
@@ -259,40 +185,20 @@ export default function LandingPage() {
|
||||
description="Ready to start your next electrical project? Fill out the form below, and our team will get back to you promptly to discuss your needs."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (optional)"},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "service_type",
|
||||
label: "Select Service Type",
|
||||
options: [
|
||||
"Residential Wiring",
|
||||
"Commercial Installation",
|
||||
"Industrial Electrics",
|
||||
"Smart Home Automation",
|
||||
"Panel Upgrade",
|
||||
"Electrical Repair",
|
||||
"Maintenance",
|
||||
],
|
||||
name: "service_type", label: "Select Service Type", options: [
|
||||
"Residential Wiring", "Commercial Installation", "Industrial Electrics", "Smart Home Automation", "Panel Upgrade", "Electrical Repair", "Maintenance"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concept-education-back-school_1150-16913.jpg"
|
||||
@@ -307,62 +213,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Wiring & Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Wiring & Installation", href: "#services"},
|
||||
{
|
||||
label: "Smart Home",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Smart Home", href: "#services"},
|
||||
{
|
||||
label: "Panel Upgrades",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Panel Upgrades", href: "#services"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Maintenance", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Email", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user