Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:44:35 +00:00
parent afd6413ee6
commit 5dfcbc1bd5

View File

@@ -31,129 +31,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Southwick Electric, Inc."
button={{
text: "Call Now",
href: "tel:4135696120",
}}
text: "Call Now", href: "tel:4135696120"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Your Trusted Electrical Partner in Massachusetts"
description="From commercial maintenance to new construction, Southwick Electric, Inc. provides prompt, professional, and affordable electrical services you can rely on."
testimonials={[
{
name: "Stephen Orluk",
handle: "@customer",
testimonial: "Our main breaker fried early Friday of Labor day weekend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
},
{
name: "Ryan Pease",
handle: "@customer",
testimonial: "Great service and price.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg",
},
{
name: "Jim Ovitt",
handle: "@customer",
testimonial: "Technician Nate was outstanding, great representative for your company!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-his-plans_23-2148242980.jpg",
},
{
name: "Sarah Miller",
handle: "@customer",
testimonial: "Fast, friendly, and very professional team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29879.jpg",
},
{
name: "David Clark",
handle: "@customer",
testimonial: "High quality work, will hire again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg",
},
{ name: "Stephen Orluk", handle: "@customer", testimonial: "Our main breaker fried early Friday of Labor day weekend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
{ name: "Ryan Pease", handle: "@customer", testimonial: "Great service and price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg" },
{ name: "Jim Ovitt", handle: "@customer", testimonial: "Technician Nate was outstanding, great representative for your company!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-holding-his-plans_23-2148242980.jpg" },
{ name: "Sarah Miller", handle: "@customer", testimonial: "Fast, friendly, and very professional team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29879.jpg" },
{ name: "David Clark", handle: "@customer", testimonial: "High quality work, will hire again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg" },
]}
buttons={[
{
text: "Get a Quote",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66530.jpg?_wi=1"
buttons={[{ text: "Get a Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66530.jpg"
imageAlt="electrician working industrial"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
alt: "happy homeowner portrait",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
alt: "Smiley father posing with arms crossed",
},
{
src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
alt: "Young male model posing outdoor",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-posing-kitchen_23-2148563431.jpg",
alt: "Front view man posing in kitchen",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
alt: "Front view smiley woman at travel agency",
},
{ src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", alt: "happy homeowner portrait" },
{ src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Smiley father posing with arms crossed" },
{ src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", alt: "Young male model posing outdoor" },
{ src: "http://img.b2bpic.net/free-photo/front-view-man-posing-kitchen_23-2148563431.jpg", alt: "Front view man posing in kitchen" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", alt: "Front view smiley woman at travel agency" },
]}
avatarText="Trusted by 500+ Local Clients"
marqueeItems={[
{
type: "text",
text: "Commercial Electrical",
},
{
type: "text",
text: "Industrial Systems",
},
{
type: "text",
text: "New Construction",
},
{
type: "text",
text: "Safety Certified",
},
{
type: "text",
text: "Licensed & Insured",
},
{ type: "text", text: "Commercial Electrical" },
{ type: "text", text: "Industrial Systems" },
{ type: "text", text: "New Construction" },
{ type: "text", text: "Safety Certified" },
{ type: "text", text: "Licensed & Insured" },
]}
/>
</div>
@@ -162,15 +81,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Professional Electrical Contracting Services",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/female-electrician-manages-switchgear-inspection-with-tablet-tech-room-panel-automation_169016-71118.jpg",
alt: "electrician inspection",
},
{ type: "text", content: "Professional Electrical Contracting Services" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-electrician-manages-switchgear-inspection-with-tablet-tech-room-panel-automation_169016-71118.jpg", alt: "electrician inspection" },
]}
/>
</div>
@@ -182,49 +94,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Commercial Services",
description: "Reliable maintenance and installation for businesses.",
icon: Zap,
title: "Commercial Services", description: "Reliable maintenance and installation for businesses.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-goggles-reviews-tablet-schematic-safe-inspection_169016-71212.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-goggles-reviews-tablet-schematic-safe-inspection_169016-71212.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66530.jpg?_wi=2",
imageAlt: "electrician inspection",
},
{
title: "Industrial Solutions",
description: "Expert services for complex industrial facilities.",
icon: Shield,
title: "Industrial Solutions", description: "Expert services for complex industrial facilities.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-checking-switchboard-basement_651396-3066.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-checking-switchboard-basement_651396-3066.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-manages-switchgear-inspection-with-tablet-tech-room-panel-automation_169016-71118.jpg",
imageAlt: "electrician inspection",
},
{
title: "New Construction",
description: "Quality electrical installation from the ground up.",
icon: Wrench,
title: "New Construction", description: "Quality electrical installation from the ground up.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-woman-performs-manual-switchgear-inspection-technical-maintenance_169016-70945.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-woman-performs-manual-switchgear-inspection-technical-maintenance_169016-70945.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
imageAlt: "electrician inspection",
},
]}
title="Comprehensive Electrical Solutions"
@@ -239,27 +127,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "10+",
title: "Years Experience",
description: "Reliable service delivery.",
icon: Award,
},
{
id: "2",
value: "500+",
title: "Projects Completed",
description: "Quality assurance.",
icon: CheckCircle,
},
{
id: "3",
value: "4.5",
title: "Google Rating",
description: "Trusted by our community.",
icon: Star,
},
{ id: "1", value: "10+", title: "Years Experience", description: "Reliable service delivery.", icon: Award },
{ id: "2", value: "500+", title: "Projects Completed", description: "Quality assurance.", icon: CheckCircle },
{ id: "3", value: "4.5", title: "Google Rating", description: "Trusted by our community.", icon: Star },
]}
title="Our Track Record"
description="Committed to excellence in everything we do."
@@ -273,26 +143,11 @@ export default function LandingPage() {
rating={5}
author="Jim Ovitt"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
alt: "happy homeowner portrait",
},
{
src: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg",
alt: "small business owner portrait",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg",
alt: "project manager construction",
},
{
src: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29879.jpg",
alt: "family outside house",
},
{
src: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg",
alt: "business client portrait",
},
{ src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "happy homeowner portrait" },
{ src: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg", alt: "small business owner portrait" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg", alt: "project manager construction" },
{ src: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29879.jpg", alt: "family outside house" },
{ src: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", alt: "business client portrait" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -304,21 +159,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What service areas do you cover?",
content: "We serve Massachusetts and Connecticut.",
},
{
id: "2",
title: "Do you handle industrial projects?",
content: "Yes, we specialize in both commercial and industrial projects.",
},
{
id: "3",
title: "How can I request a quote?",
content: "Call us at (413) 569-6120 or fill out the contact form below.",
},
{ id: "1", title: "What service areas do you cover?", content: "We serve Massachusetts and Connecticut." },
{ id: "2", title: "Do you handle industrial projects?", content: "Yes, we specialize in both commercial and industrial projects." },
{ id: "3", title: "How can I request a quote?", content: "Call us at (413) 569-6120 or fill out the contact form below." },
]}
title="Frequently Asked Questions"
description="Get quick answers to common questions about our services."
@@ -329,46 +172,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
text="Ready to get started? Contact Southwick Electric, Inc. for your electrical needs today."
buttons={[
{
text: "Call (413) 569-6120",
href: "tel:4135696120",
},
]}
buttons={[{ text: "Call (413) 569-6120", href: "tel:4135696120" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Southwick Electric, Inc."
/>