diff --git a/src/app/page.tsx b/src/app/page.tsx
index 03f67e9..7e139c7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,67 +29,37 @@ export default function LandingPage() {
@@ -100,18 +70,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Water Heaters", description: "Professional replacement and efficient repairs.", bentoComponent: "reveal-icon", icon: Zap,
- },
- {
- title: "Fixture Installation", description: "Expert faucet and spigot installations.", bentoComponent: "reveal-icon", icon: Wrench,
- },
- {
- title: "Emergency Repairs", description: "Toilet repairs and emergency leak assistance.", bentoComponent: "reveal-icon", icon: AlertCircle,
- },
+ { title: "Residential Services", description: "Complete plumbing solutions for your home.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "Commercial Services", description: "Reliable plumbing for local businesses.", bentoComponent: "reveal-icon", icon: Wrench },
+ { title: "Emergency Support", description: "Fast response for your plumbing emergencies.", bentoComponent: "reveal-icon", icon: AlertCircle },
]}
title="Expert Plumbing Services"
- description="From emergency pipe repairs to full fixture installations, we handle it all with a friendly, local touch."
+ description="We handle everything from routine maintenance to complex pipe repairs with a friendly, family-oriented approach."
/>
@@ -120,17 +84,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="Family-Run, Community Focused"
- description="Ken's Plumbing Inc. has served the Fox River Valley for years. As a father-son team, we believe in honest pricing, prompt communication, and treating your home like our own."
+ description="Ken's Plumbing Inc. has proudly served the Fox River Valley for years. As a father-son team, we treat your property like our own, ensuring honest pricing and transparent communication on every job."
bulletPoints={[
- {
- title: "Local Expertise", description: "Serving Fox River Valley for generations."},
- {
- title: "Family Owned", description: "Adam and his son provide personalized care."},
- {
- title: "Honest Pricing", description: "Straightforward, fair rates every time."},
+ { title: "Local Roots", description: "Serving Fox River Valley for generations." },
+ { title: "Family Owned", description: "Personalized care from our family to yours." },
+ { title: "Professional Standards", description: "Reliable and high-quality results every time." },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=1"
- imageAlt="Ken's Plumbing family team"
+ imageAlt="Family team"
mediaAnimation="slide-up"
/>
@@ -139,16 +100,8 @@ export default function LandingPage() {
@@ -181,13 +129,11 @@ export default function LandingPage() {
logoText="Ken's Plumbing Inc."
copyrightText="© 2025 Ken's Plumbing Inc. | Serving Fox River Valley"
socialLinks={[
- {
- icon: Facebook,
- href: "#", ariaLabel: "Facebook"},
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index c98065d..e36857b 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
- --foreground: #000612e6;
+ --foreground: #120a00e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #E34400;
--secondary-cta-text: #ffffff;
--accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --background-accent: #E34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);