Merge version_1 into main #2
@@ -41,24 +41,16 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Response",
|
||||
value: "Always",
|
||||
},
|
||||
label: "Fast Response", value: "Always"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
label: "Transparent Communication",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Transparent Communication", value: "100%"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Honest Pricing",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
label: "Honest Pricing", value: "Guaranteed"},
|
||||
{
|
||||
icon: Wrench,
|
||||
label: "Expert Workmanship",
|
||||
value: "Licensed",
|
||||
},
|
||||
label: "Expert Workmanship", value: "Licensed"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -72,29 +64,11 @@ export default function AboutPage() {
|
||||
tag="Customer Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Grant W.",
|
||||
role: "Homeowner, Coral Gables",
|
||||
testimonial: "They came right after work and replaced my water heater the same day. Professional, fast, and honest. Exactly what they quoted—no surprises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg?_wi=2",
|
||||
imageAlt: "Grant W.",
|
||||
},
|
||||
id: "1", name: "Grant W.", role: "Homeowner, Coral Gables", testimonial: "They came right after work and replaced my water heater the same day. Professional, fast, and honest. Exactly what they quoted—no surprises.", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg", imageAlt: "Grant W."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pedro Y.",
|
||||
role: "Homeowner, Miami Beach",
|
||||
testimonial: "The plumber paid attention to every detail and made sure everything was perfect before leaving. That level of care is rare and appreciated.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=2",
|
||||
imageAlt: "Pedro Y.",
|
||||
},
|
||||
id: "2", name: "Pedro Y.", role: "Homeowner, Miami Beach", testimonial: "The plumber paid attention to every detail and made sure everything was perfect before leaving. That level of care is rare and appreciated.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg", imageAlt: "Pedro Y."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jameson C.",
|
||||
role: "Homeowner, Kendall",
|
||||
testimonial: "They repiped almost my entire sewer system and kept me informed the whole time. Professional crew, transparent pricing, zero stress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg?_wi=2",
|
||||
imageAlt: "Jameson C.",
|
||||
},
|
||||
id: "3", name: "Jameson C.", role: "Homeowner, Kendall", testimonial: "They repiped almost my entire sewer system and kept me informed the whole time. Professional crew, transparent pricing, zero stress.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg", imageAlt: "Jameson C."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -110,13 +84,9 @@ export default function AboutPage() {
|
||||
description="Whether it's a routine repair or a complete system replacement, our expert team is ready to deliver fast, honest, and professional plumbing service to your Miami home."
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+1-305-555-0123",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:+1-305-555-0123"},
|
||||
{
|
||||
text: "📝 Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "📝 Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -129,7 +99,7 @@ export default function AboutPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Services", id: "services", href: "/#services" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Reviews", href: "/#testimonials" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user