Merge version_1 into main #2
@@ -38,9 +38,7 @@ export default function AboutPage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,26 +68,11 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5+ Years",
|
||||
title: "Local Service Excellence",
|
||||
description: "Serving Fall River and surrounding communities with dedication",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=5",
|
||||
},
|
||||
id: "1", value: "5+ Years", title: "Local Service Excellence", description: "Serving Fall River and surrounding communities with dedication", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
title: "Transparent Pricing",
|
||||
description: "Flat rates with no hidden charges or surprise fees",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=4",
|
||||
},
|
||||
id: "2", value: "100%", title: "Transparent Pricing", description: "Flat rates with no hidden charges or surprise fees", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5-Star",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Consistently rated 5 stars by our valued customers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=4",
|
||||
},
|
||||
id: "3", value: "5-Star", title: "Customer Satisfaction", description: "Consistently rated 5 stars by our valued customers", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,7 +90,7 @@ export default function AboutPage() {
|
||||
{ text: "SCHEDULE SERVICE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,14 +98,13 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -130,8 +112,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -139,8 +120,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
@@ -37,9 +37,7 @@ export default function ContactPage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,7 +69,7 @@ export default function ContactPage() {
|
||||
{ text: "REQUEST FREE QUOTE", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,7 +87,7 @@ export default function ContactPage() {
|
||||
{ text: "EMAIL US", href: "mailto:info@fallriverplumbing.com" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,14 +95,13 @@ export default function ContactPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=10"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -112,8 +109,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -121,8 +117,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
145
src/app/page.tsx
145
src/app/page.tsx
@@ -42,9 +42,7 @@ export default function HomePage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,35 +58,23 @@ export default function HomePage() {
|
||||
{ text: "GET FREE QUOTE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Professional plumber at work"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "5.0 Rating",
|
||||
handle: "98 Customer Reviews",
|
||||
testimonial: "\"I will definitely be using them in the future!\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
name: "5.0 Rating", handle: "98 Customer Reviews", testimonial: "\"I will definitely be using them in the future!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Professional",
|
||||
handle: "Verified Service",
|
||||
testimonial: "\"Professional company to help you with your plumbing needs!\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
},
|
||||
name: "Professional", handle: "Verified Service", testimonial: "\"Professional company to help you with your plumbing needs!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Outstanding Work",
|
||||
handle: "Happy Homeowner",
|
||||
testimonial: "\"The cost was very reasonable and the cleanup was outstanding.\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
},
|
||||
name: "Outstanding Work", handle: "Happy Homeowner", testimonial: "\"The cost was very reasonable and the cleanup was outstanding.\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,15 +86,7 @@ export default function HomePage() {
|
||||
title="Why Homeowners Choose Fall River Plumbing"
|
||||
description="Industry-leading credentials and commitment to excellence"
|
||||
names={[
|
||||
"5.0 Google Rating",
|
||||
"Verified Business",
|
||||
"Background Checked",
|
||||
"Workmanship Guarantee",
|
||||
"5+ Years in Business",
|
||||
"Family-Owned & Operated",
|
||||
"Flat Rate Pricing",
|
||||
"Licensed & Insured",
|
||||
]}
|
||||
"5.0 Google Rating", "Verified Business", "Background Checked", "Workmanship Guarantee", "5+ Years in Business", "Family-Owned & Operated", "Flat Rate Pricing", "Licensed & Insured"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -128,12 +106,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Faucet Installation & Repair",
|
||||
description: "Expert faucet repair and installation for kitchens and bathrooms. We fix leaks, upgrade fixtures, and ensure proper installation for lasting performance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Faucet Installation & Repair", description: "Expert faucet repair and installation for kitchens and bathrooms. We fix leaks, upgrade fixtures, and ensure proper installation for lasting performance.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"},
|
||||
items: [
|
||||
{ icon: Wrench, text: "Quick repairs" },
|
||||
{ icon: Zap, text: "Modern upgrades" },
|
||||
@@ -142,12 +116,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Toilet Installation & Repair",
|
||||
description: "Professional toilet repair, replacement, and installation. Fixes for running toilets, clogs, leaks, and upgrades to water-efficient models.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Toilet Installation & Repair", description: "Professional toilet repair, replacement, and installation. Fixes for running toilets, clogs, leaks, and upgrades to water-efficient models.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Emergency fixes" },
|
||||
{ icon: Droplet, text: "Water savings" },
|
||||
@@ -156,12 +126,8 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Shower Installation & Repair",
|
||||
description: "Complete shower solutions from repairs to full renovations. We handle fixtures, enclosures, valve repairs, and modern shower system installations.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Shower Installation & Repair", description: "Complete shower solutions from repairs to full renovations. We handle fixtures, enclosures, valve repairs, and modern shower system installations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg"},
|
||||
items: [
|
||||
{ icon: Droplet, text: "Valve repairs" },
|
||||
{ icon: Sparkles, text: "Luxury upgrades" },
|
||||
@@ -170,12 +136,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Heater Service",
|
||||
description: "Installation, repair, and maintenance of water heaters. Gas, electric, or tankless systems—we service them all with expert care.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=1",
|
||||
},
|
||||
id: "4", title: "Water Heater Service", description: "Installation, repair, and maintenance of water heaters. Gas, electric, or tankless systems—we service them all with expert care.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Fast installation" },
|
||||
{ icon: Flame, text: "Energy efficient" },
|
||||
@@ -213,33 +175,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Family-Owned",
|
||||
title: "Local Expertise",
|
||||
description: "Over 5 years serving Fall River residents with care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2",
|
||||
},
|
||||
id: "1", value: "Family-Owned", title: "Local Expertise", description: "Over 5 years serving Fall River residents with care", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Flat Rate",
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, no surprises on the final bill",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2",
|
||||
},
|
||||
id: "2", value: "Flat Rate", title: "Transparent Pricing", description: "No hidden fees, no surprises on the final bill", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Guaranteed",
|
||||
title: "Quality Workmanship",
|
||||
description: "Every job backed by our workmanship guarantee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=2",
|
||||
},
|
||||
id: "3", value: "Guaranteed", title: "Quality Workmanship", description: "Every job backed by our workmanship guarantee", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Fast Response",
|
||||
title: "Emergency Service",
|
||||
description: "Quick response times for urgent plumbing needs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=2",
|
||||
},
|
||||
id: "4", value: "Fast Response", title: "Emergency Service", description: "Quick response times for urgent plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,35 +191,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
cardTitle="Over 10,000+ customers trust Fall River Plumbing for expert service"
|
||||
cardTag="See what homeowners are saying"
|
||||
@@ -300,7 +224,7 @@ export default function HomePage() {
|
||||
{ text: "GET FREE QUOTE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,14 +232,13 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -323,8 +246,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -332,8 +254,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
@@ -38,9 +38,7 @@ export default function ReviewsPage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,35 +47,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=13",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=14",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=15",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
cardTitle="Trusted by thousands of satisfied homeowners across Fall River"
|
||||
cardTag="Read our customer reviews"
|
||||
@@ -98,26 +78,11 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
description: "Consistently rated 5 stars with 98+ verified reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=7",
|
||||
},
|
||||
id: "1", value: "5.0", title: "Google Rating", description: "Consistently rated 5 stars with 98+ verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Would Recommend",
|
||||
description: "Overwhelming majority of customers recommend our services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=5",
|
||||
},
|
||||
id: "2", value: "98%", title: "Would Recommend", description: "Overwhelming majority of customers recommend our services", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "10K+",
|
||||
title: "Happy Customers",
|
||||
description: "Thousands of satisfied homeowners have trusted us",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=5",
|
||||
},
|
||||
id: "3", value: "10K+", title: "Happy Customers", description: "Thousands of satisfied homeowners have trusted us", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +100,7 @@ export default function ReviewsPage() {
|
||||
{ text: "GET YOUR FREE QUOTE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,14 +108,13 @@ export default function ReviewsPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -158,8 +122,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -167,8 +130,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
@@ -37,9 +37,7 @@ export default function ServiceAreaPage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,19 +48,7 @@ export default function ServiceAreaPage() {
|
||||
title="We Serve Fall River & Surrounding Communities"
|
||||
description="Professional plumbing services available throughout the Fall River area and nearby towns"
|
||||
names={[
|
||||
"Fall River",
|
||||
"Somerset",
|
||||
"Swansea",
|
||||
"Dighton",
|
||||
"Rehoboth",
|
||||
"Tiverton",
|
||||
"Freetown",
|
||||
"Westport",
|
||||
"North Attleborough",
|
||||
"Assonet",
|
||||
"Berkley",
|
||||
"Providence",
|
||||
]}
|
||||
"Fall River", "Somerset", "Swansea", "Dighton", "Rehoboth", "Tiverton", "Freetown", "Westport", "North Attleborough", "Assonet", "Berkley", "Providence"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -77,15 +63,7 @@ export default function ServiceAreaPage() {
|
||||
title="The Benefits of Choosing a Local Plumber"
|
||||
description="Local expertise, faster response times, and personalized service you can count on"
|
||||
names={[
|
||||
"Faster Response",
|
||||
"Local Knowledge",
|
||||
"Family-Owned Care",
|
||||
"Community Trusted",
|
||||
"Quick Arrival",
|
||||
"Personal Service",
|
||||
"Emergency Ready",
|
||||
"Neighborhood Focus",
|
||||
]}
|
||||
"Faster Response", "Local Knowledge", "Family-Owned Care", "Community Trusted", "Quick Arrival", "Personal Service", "Emergency Ready", "Neighborhood Focus"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -106,7 +84,7 @@ export default function ServiceAreaPage() {
|
||||
{ text: "REQUEST SERVICE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,14 +92,13 @@ export default function ServiceAreaPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -129,8 +106,7 @@ export default function ServiceAreaPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -138,8 +114,7 @@ export default function ServiceAreaPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
@@ -37,9 +37,7 @@ export default function ServicesPage() {
|
||||
brandName="Fall River Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "CALL NOW: (508) 555-0123",
|
||||
href: "tel:+15085550123",
|
||||
}}
|
||||
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,12 +53,8 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Faucet Installation & Repair",
|
||||
description: "Expert faucet repair and installation for kitchens and bathrooms. We fix leaks, upgrade fixtures, and ensure proper installation for lasting performance. From traditional designs to modern touchless systems.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=3",
|
||||
},
|
||||
id: "1", title: "Faucet Installation & Repair", description: "Expert faucet repair and installation for kitchens and bathrooms. We fix leaks, upgrade fixtures, and ensure proper installation for lasting performance. From traditional designs to modern touchless systems.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"},
|
||||
items: [
|
||||
{ icon: Wrench, text: "Quick repairs" },
|
||||
{ icon: Zap, text: "Modern upgrades" },
|
||||
@@ -69,12 +63,8 @@ export default function ServicesPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Toilet Installation & Repair",
|
||||
description: "Professional toilet repair, replacement, and installation. Fixes for running toilets, clogs, leaks, and upgrades to water-efficient models. We work with all major brands and styles.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=3",
|
||||
},
|
||||
id: "2", title: "Toilet Installation & Repair", description: "Professional toilet repair, replacement, and installation. Fixes for running toilets, clogs, leaks, and upgrades to water-efficient models. We work with all major brands and styles.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Emergency fixes" },
|
||||
{ icon: Droplet, text: "Water savings" },
|
||||
@@ -83,12 +73,8 @@ export default function ServicesPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Shower Installation & Repair",
|
||||
description: "Complete shower solutions from repairs to full renovations. We handle fixtures, enclosures, valve repairs, and modern shower system installations including steam showers and rainfall heads.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Shower Installation & Repair", description: "Complete shower solutions from repairs to full renovations. We handle fixtures, enclosures, valve repairs, and modern shower system installations including steam showers and rainfall heads.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg"},
|
||||
items: [
|
||||
{ icon: Droplet, text: "Valve repairs" },
|
||||
{ icon: Sparkles, text: "Luxury upgrades" },
|
||||
@@ -112,12 +98,8 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Heater Service",
|
||||
description: "Installation, repair, and maintenance of water heaters. Gas, electric, or tankless systems—we service them all with expert care and competitive pricing.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=2",
|
||||
},
|
||||
id: "4", title: "Water Heater Service", description: "Installation, repair, and maintenance of water heaters. Gas, electric, or tankless systems—we service them all with expert care and competitive pricing.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Fast installation" },
|
||||
{ icon: Flame, text: "Energy efficient" },
|
||||
@@ -126,12 +108,8 @@ export default function ServicesPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Drain Cleaning & Maintenance",
|
||||
description: "Professional drain cleaning services to keep your plumbing flowing smoothly. We use advanced equipment to clear blockages and prevent future issues.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
|
||||
},
|
||||
id: "5", title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning services to keep your plumbing flowing smoothly. We use advanced equipment to clear blockages and prevent future issues.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Fast clearing" },
|
||||
{ icon: Shield, text: "Prevention" },
|
||||
@@ -140,12 +118,8 @@ export default function ServicesPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Emergency Plumbing",
|
||||
description: "24/7 emergency plumbing services for urgent issues. Burst pipes, major leaks, and other emergencies handled quickly and professionally.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg",
|
||||
},
|
||||
id: "6", title: "Emergency Plumbing", description: "24/7 emergency plumbing services for urgent issues. Burst pipes, major leaks, and other emergencies handled quickly and professionally.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "24/7 response" },
|
||||
{ icon: Shield, text: "Fast resolution" },
|
||||
@@ -170,7 +144,7 @@ export default function ServicesPage() {
|
||||
{ text: "REQUEST FREE QUOTE", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,14 +152,13 @@ export default function ServicesPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Fall River Plumbing team"
|
||||
logoText="Fall River Plumbing"
|
||||
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Service Area", href: "/service-area" },
|
||||
@@ -193,8 +166,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#" },
|
||||
{ label: "Toilet Service", href: "#" },
|
||||
{ label: "Shower Installation", href: "#" },
|
||||
@@ -202,8 +174,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
|
||||
{ label: "Get Free Quote", href: "/contact" },
|
||||
{ label: "Emergency Service", href: "tel:+15085550123" },
|
||||
|
||||
Reference in New Issue
Block a user