diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index bdd8bfa..b6ea17e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -24,7 +24,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
- background="noise"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -43,10 +43,7 @@ export default function AboutPage() {
@@ -57,10 +57,7 @@ export default function ContactPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 2b6a8cc..ea95718 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -24,7 +24,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
- background="noise"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -48,35 +48,17 @@ export default function ServicesPage() {
tagAnimation="slide-up"
accordionItems={[
{
- id: "1",
- title: "Drain Cleaning & Unclogging",
- content: "Fast drain cleaning service using advanced equipment including motorized drain augers and hydro-jetting. We handle everything from slow drains to complete blockages. Same-day service available for emergency clogs. We also handle kitchen sink clogs, bathroom drain issues, and main line blockages.",
- },
+ id: "1", title: "Drain Cleaning & Unclogging", content: "Fast drain cleaning service using advanced equipment including motorized drain augers and hydro-jetting. We handle everything from slow drains to complete blockages. Same-day service available for emergency clogs. We also handle kitchen sink clogs, bathroom drain issues, and main line blockages."},
{
- id: "2",
- title: "Sewer Line Repair & Replacement",
- content: "Professional sewer line diagnosis and repair using camera inspection technology. We identify root intrusion, cracks, and blockages without unnecessary digging. We provide trenchless repair solutions when possible to minimize property damage. Licensed and insured with over 5 years of experience.",
- },
+ id: "2", title: "Sewer Line Repair & Replacement", content: "Professional sewer line diagnosis and repair using camera inspection technology. We identify root intrusion, cracks, and blockages without unnecessary digging. We provide trenchless repair solutions when possible to minimize property damage. Licensed and insured with over 5 years of experience."},
{
- id: "3",
- title: "Water Heater Installation & Repair",
- content: "Expert water heater service for all brands and types including tank, tankless, and hybrid models. We offer repair, replacement, and preventative maintenance to keep your water hot 24/7. Energy-efficient models available to reduce utility costs.",
- },
+ id: "3", title: "Water Heater Installation & Repair", content: "Expert water heater service for all brands and types including tank, tankless, and hybrid models. We offer repair, replacement, and preventative maintenance to keep your water hot 24/7. Energy-efficient models available to reduce utility costs."},
{
- id: "4",
- title: "Pipe Repair & Replacement",
- content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. We handle copper, PVC, and polybutylene pipes. Free estimates available for all pipe repair projects.",
- },
+ id: "4", title: "Pipe Repair & Replacement", content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. We handle copper, PVC, and polybutylene pipes. Free estimates available for all pipe repair projects."},
{
- id: "5",
- title: "Toilet & Fixture Repair",
- content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs. We install high-efficiency toilets that reduce water usage and lower your bills.",
- },
+ id: "5", title: "Toilet & Fixture Repair", content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs. We install high-efficiency toilets that reduce water usage and lower your bills."},
{
- id: "6",
- title: "Garbage Disposal Service",
- content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals. We install quality units with warranties and provide maintenance tips.",
- },
+ id: "6", title: "Garbage Disposal Service", content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals. We install quality units with warranties and provide maintenance tips."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"
imageAlt="Professional plumber performing service"
@@ -93,10 +75,7 @@ export default function ServicesPage() {