6 Commits

Author SHA1 Message Date
e87794adb7 Update src/app/styles/variables.css 2026-03-05 11:03:42 +00:00
1c8f636bab Merge version_2 into main
Merge version_2 into main
2026-03-05 10:59:11 +00:00
1ddd5bba62 Update src/app/page.tsx 2026-03-05 10:59:07 +00:00
4dc8193c88 Update src/app/layout.tsx 2026-03-05 10:59:07 +00:00
9ce77a85f6 Merge version_1 into main
Merge version_1 into main
2026-03-05 10:53:25 +00:00
f8dbe1c209 Merge version_1 into main
Merge version_1 into main
2026-03-05 10:52:13 +00:00
3 changed files with 48 additions and 87 deletions

View File

@@ -1,74 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Alpha Electricals & Plumbing | Eldoret Services",
description: "Professional electrical and plumbing services in Eldoret and Rift Valley. Installations, repairs, interior fittings. Call +254 712 340453 for free quote.",
keywords: "electrical services Eldoret, plumber Eldoret, electrical installation Kenya, plumbing repair, interior fittings, appliance installation",
metadataBase: new URL("https://alphaelectricals.co.ke"),
alternates: {
canonical: "https://alphaelectricals.co.ke",
},
openGraph: {
title: "Alpha Electricals & Plumbing - Local Service Expert",
description: "Trusted electrical and plumbing solutions in Eldoret. Professional installations, repairs, and appliance sales.",
url: "https://alphaelectricals.co.ke",
siteName: "Alpha Electricals & Plumbing Limited",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5885.jpg",
alt: "Professional electrical service",
},
],
},
twitter: {
card: "summary_large_image",
title: "Alpha Electricals & Plumbing",
description: "Professional electrical and plumbing services in Eldoret",
images: ["http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5885.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Alpha Electricals & Plumbing - Eldoret Services", description: "Professional electrical and plumbing services in Eldoret and the Rift Valley region."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1436,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -49,23 +49,29 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now: +254 712 340453", href: "tel:+254712340453" },
{ text: "Book Instant Appointment", href: "tel:+254712340453" },
{ text: "Get Free Quote", href: "#contact" },
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5885.jpg", imageAlt: "Professional electrician performing installation"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installer-with-tool-his-hands-working-with-cable-construction-site_169016-5885.jpg", imageAlt: "Professional electrician performing installation"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-vector/plumber-horizontal-banner-set_1284-11792.jpg", imageAlt: "Expert plumber fixing pipe installation"},
id: "2", imageSrc: "http://img.b2bpic.net/free-vector/plumber-horizontal-banner-set_1284-11792.jpg", imageAlt: "Expert plumber fixing pipe installation"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg", imageAlt: "Modern kitchen and bathroom interior fittings"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg", imageAlt: "Modern kitchen and bathroom interior fittings"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Professional electrical tools and equipment"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Professional electrical tools and equipment"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg", imageAlt: "Electrical installation in residential home"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg", imageAlt: "Electrical installation in residential home"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Alpha Electricals professional team"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Alpha Electricals professional team"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -84,16 +90,20 @@ export default function HomePage() {
features={[
{
title: "Electrical Installations", description: "Professional wiring, lighting installations, and complete electrical systems for homes and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52188.jpg", imageAlt: "Electrical installation service", buttonIcon: ArrowRight,
buttonHref: "/services"},
buttonHref: "/services"
},
{
title: "Plumbing Solutions", description: "Expert pipe installations, leak repairs, drain blockage resolution, and water system setup.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing repair service", buttonIcon: ArrowRight,
buttonHref: "/services"},
buttonHref: "/services"
},
{
title: "Interior Fittings", description: "Premium kitchen and bathroom fittings with professional installation and design consultation.", imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg", imageAlt: "Interior fittings installation", buttonIcon: ArrowRight,
buttonHref: "/services"},
buttonHref: "/services"
},
{
title: "Appliance Installation", description: "Safe and professional installation of electrical appliances with warranty support.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Appliance installation", buttonIcon: ArrowRight,
buttonHref: "/services"},
buttonHref: "/services"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -105,7 +115,8 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose Us"
description={[
"Alpha Electricals & Plumbing Limited has been the trusted choice for electrical and plumbing solutions in Eldoret and across the Rift Valley for years. Our professional technicians combine expertise with quality workmanship to deliver reliable, affordable services.", "We pride ourselves on quick response times, transparent pricing, and a commitment to customer satisfaction. Whether you need emergency repairs or planned installations, our team is ready to help. We serve homeowners, contractors, property managers, and businesses with equal dedication.", "With our local expertise and nationwide delivery capabilities, we're your one-stop solution for all electrical and plumbing needs."]}
"Alpha Electricals & Plumbing Limited has been the trusted choice for electrical and plumbing solutions in Eldoret and across the Rift Valley for years. Our professional technicians combine expertise with quality workmanship to deliver reliable, affordable services.", "We pride ourselves on quick response times, transparent pricing, and a commitment to customer satisfaction. Whether you need emergency repairs or planned installations, our team is ready to help. We serve homeowners, contractors, property managers, and businesses with equal dedication.", "With our local expertise and nationwide delivery capabilities, we're your one-stop solution for all electrical and plumbing needs."
]}
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/254712340453" }]}
showBorder={true}
useInvertedBackground={false}
@@ -123,7 +134,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Eldoret City", "Iten", "Kapsabet", "Kisumu Region", "Nakuru Region", "Kericho Region", "Nationwide Delivery", "Commercial Properties"]}
"Eldoret City", "Iten", "Kapsabet", "Kisumu Region", "Nakuru Region", "Kericho Region", "Nationwide Delivery", "Commercial Properties"
]}
speed={40}
showCard={true}
/>
@@ -140,16 +152,20 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "John Kipchoge", role: "Homeowner", company: "Eldoret", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "John Kipchoge testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "John Kipchoge testimonial"
},
{
id: "2", name: "Mary Kiprotich", role: "Property Manager", company: "Iten Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Mary Kiprotich testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Mary Kiprotich testimonial"
},
{
id: "3", name: "Peter Kemboi", role: "Contractor", company: "Kisumu Construction", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Peter Kemboi testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Peter Kemboi testimonial"
},
{
id: "4", name: "Ruth Cheruiyot", role: "Business Owner", company: "Eldoret Retail", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Ruth Cheruiyot testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Ruth Cheruiyot testimonial"
},
]}
kpiItems={[
{ value: "500+", label: "Satisfied Customers" },
@@ -193,4 +209,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #151B54;
--primary-cta: #1E90FF;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #1E90FF;
--background-accent: #e6f0ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);