Update src/app/page.tsx
This commit is contained in:
107
src/app/page.tsx
107
src/app/page.tsx
@@ -28,7 +28,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Tampa's Trusted Plumbing Experts"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
|
||||
{ text: "Request Free Estimate", href: "/contact" },
|
||||
@@ -71,35 +71,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Drain Cleaning & Unclogging",
|
||||
content: "Fast drain cleaning service using advanced equipment. We handle everything from slow drains to complete blockages. Same-day service available.",
|
||||
},
|
||||
id: "1", title: "Drain Cleaning & Unclogging", content: "Fast drain cleaning service using advanced equipment. We handle everything from slow drains to complete blockages. Same-day service available."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sewer Line Repair & Replacement",
|
||||
content: "Professional sewer line diagnosis and repair. We use camera inspection to identify issues and provide affordable solutions. Licensed and insured.",
|
||||
},
|
||||
id: "2", title: "Sewer Line Repair & Replacement", content: "Professional sewer line diagnosis and repair. We use camera inspection to identify issues and provide affordable solutions. Licensed and insured."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Water Heater Installation & Repair",
|
||||
content: "Expert water heater service for all brands and types. We offer repair, replacement, and maintenance to keep your water hot 24/7.",
|
||||
},
|
||||
id: "3", title: "Water Heater Installation & Repair", content: "Expert water heater service for all brands and types. We offer repair, replacement, and maintenance to keep your water hot 24/7."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Pipe Repair & Replacement",
|
||||
content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. Free estimates available.",
|
||||
},
|
||||
id: "4", title: "Pipe Repair & Replacement", content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. Free estimates available."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Garbage Disposal Service",
|
||||
content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals.",
|
||||
},
|
||||
id: "6", title: "Garbage Disposal Service", content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"
|
||||
imageAlt="Professional plumbing service"
|
||||
@@ -116,10 +98,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Clog Kings Tampa?"
|
||||
description={[
|
||||
"We're a family-owned and operated plumbing company serving Tampa and surrounding areas for over 5 years. With a 4.9-star rating from 75+ verified Google reviews, we've built our reputation on reliability, honesty, and exceptional customer service.",
|
||||
"Our team is fully licensed, background checked, and Google Verified. We offer 24/7 emergency service because we know plumbing problems don't wait for business hours. Whether it's a burst pipe at midnight or a clogged drain on Sunday, we're available to help.",
|
||||
"Every job comes with transparent pricing, free estimates, and a commitment to doing the work right the first time. Your satisfaction is our priority.",
|
||||
]}
|
||||
"We're a family-owned and operated plumbing company serving Tampa and surrounding areas for over 5 years. With a 4.9-star rating from 75+ verified Google reviews, we've built our reputation on reliability, honesty, and exceptional customer service.", "Our team is fully licensed, background checked, and Google Verified. We offer 24/7 emergency service because we know plumbing problems don't wait for business hours. Whether it's a burst pipe at midnight or a clogged drain on Sunday, we're available to help.", "Every job comes with transparent pricing, free estimates, and a commitment to doing the work right the first time. Your satisfaction is our priority."]}
|
||||
buttons={[
|
||||
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
|
||||
{ text: "Read Our Reviews", href: "#testimonials" },
|
||||
@@ -139,41 +118,17 @@ export default function HomePage() {
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Robert Thompson"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonials section"
|
||||
@@ -195,35 +150,17 @@ export default function HomePage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you service?",
|
||||
content: "We proudly serve Tampa and all surrounding areas within 30 minutes of our office. Same-day emergency service is available throughout our service area. Call us to confirm we service your location.",
|
||||
},
|
||||
id: "1", title: "What areas do you service?", content: "We proudly serve Tampa and all surrounding areas within 30 minutes of our office. Same-day emergency service is available throughout our service area. Call us to confirm we service your location."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes! We provide free, no-obligation estimates for all services. We'll diagnose the problem, explain our solution, and provide transparent pricing before any work begins.",
|
||||
},
|
||||
id: "2", title: "Do you offer free estimates?", content: "Yes! We provide free, no-obligation estimates for all services. We'll diagnose the problem, explain our solution, and provide transparent pricing before any work begins."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you available 24/7?",
|
||||
content: "Absolutely. We're available 24 hours a day, 7 days a week, 365 days a year for emergency plumbing. Call (813) 537-8085 anytime for emergency service.",
|
||||
},
|
||||
id: "3", title: "Are you available 24/7?", content: "Absolutely. We're available 24 hours a day, 7 days a week, 365 days a year for emergency plumbing. Call (813) 537-8085 anytime for emergency service."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if I have a burst pipe or sewage backup?",
|
||||
content: "Call us immediately at (813) 537-8085. We offer emergency response service and will arrive quickly to stop the leak and prevent further damage. Many burst pipes and backups require same-day service.",
|
||||
},
|
||||
id: "4", title: "What if I have a burst pipe or sewage backup?", content: "Call us immediately at (813) 537-8085. We offer emergency response service and will arrive quickly to stop the leak and prevent further damage. Many burst pipes and backups require same-day service."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes. We are fully licensed, insured, and Google Verified. We've also passed both license checks and background checks. You can trust us in your home.",
|
||||
},
|
||||
id: "5", title: "Are you licensed and insured?", content: "Yes. We are fully licensed, insured, and Google Verified. We've also passed both license checks and background checks. You can trust us in your home."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How quickly can you arrive?",
|
||||
content: "We typically arrive within 30-60 minutes for emergency calls. Our 24/7 team is ready to respond immediately. Call (813) 537-8085 to get an estimated arrival time.",
|
||||
},
|
||||
id: "6", title: "How quickly can you arrive?", content: "We typically arrive within 30-60 minutes for emergency calls. Our 24/7 team is ready to respond immediately. Call (813) 537-8085 to get an estimated arrival time."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services, pricing, and response times."
|
||||
@@ -246,7 +183,7 @@ export default function HomePage() {
|
||||
{ text: "Call (813) 537-8085", href: "tel:+18135378085" },
|
||||
{ text: "Request Callback", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user