Update src/app/about/page.tsx
This commit is contained in:
@@ -9,6 +9,7 @@ import Link from 'next/link';
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: 'Home', id: '/' },
|
||||
{ name: 'Services', id: '/services' },
|
||||
{ name: 'About', id: '/about' },
|
||||
{ name: 'Reviews', id: '/reviews' },
|
||||
@@ -41,8 +42,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story: A Family Standard of Work"
|
||||
description={[
|
||||
"Nick and Sons Plumbing is built on a simple promise: show up, do it right, and treat people well. Founded by Nick, a master plumber with over two decades of experience, we bring a family standard of quality and integrity to every home we service.",
|
||||
"Homeowners consistently mention our thoroughness, courtesy, and trustworthiness—because that’s how we work, every time. We believe in building long-term relationships based on reliable work and clear communication."
|
||||
"Nick and Sons Plumbing is built on a simple promise: show up, do it right, and treat people well. Founded by Nick, a master plumber with over two decades of experience, we bring a family standard of quality and integrity to every home we service.", "Homeowners consistently mention our thoroughness, courtesy, and trustworthiness—because that’s how we work, every time. We believe in building long-term relationships based on reliable work and clear communication."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
className="py-20 lg:py-28"
|
||||
@@ -56,9 +56,9 @@ export default function AboutPage() {
|
||||
title="Our Core Values"
|
||||
description="These principles guide every job we do, ensuring you receive the highest quality service."
|
||||
features={[
|
||||
{ title: "Pro-Level Skill", description: "We solve problems other plumbers miss—and we do it efficiently.", imageSrc: "https://img.b2bpic.net/free-vector/plumber-services-logo-design-template_742173-26552.jpg?_wi=2", imageAlt: "Icon representing skill" },
|
||||
{ title: "Integrity You Can Feel", description: "Customers call out our honesty, professionalism, and respect in the home.", imageSrc: "https://img.b2bpic.net/free-vector/handshake-circles-set_78370-9465.jpg?_wi=2", imageAlt: "Icon representing integrity" },
|
||||
{ title: "Above-and-Beyond Service", description: "If we see a second issue while fixing the first, we handle it the right way—no shortcuts.", imageSrc: "https://img.b2bpic.net/free-vector/check-mark-stars_78370-4435.jpg?_wi=2", imageAlt: "Icon representing above and beyond service" }
|
||||
{ title: "Pro-Level Skill", description: "We solve problems other plumbers miss—and we do it efficiently.", imageSrc: "https://img.b2bpic.net/free-vector/plumber-services-logo-design-template_742173-26552.jpg", imageAlt: "Icon representing skill" },
|
||||
{ title: "Integrity You Can Feel", description: "Customers call out our honesty, professionalism, and respect in the home.", imageSrc: "https://img.b2bpic.net/free-vector/handshake-circles-set_78370-9465.jpg", imageAlt: "Icon representing integrity" },
|
||||
{ title: "Above-and-Beyond Service", description: "If we see a second issue while fixing the first, we handle it the right way—no shortcuts.", imageSrc: "https://img.b2bpic.net/free-vector/check-mark-stars_78370-4435.jpg", imageAlt: "Icon representing above and beyond service" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -76,8 +76,8 @@ export default function AboutPage() {
|
||||
title="Meet the Team"
|
||||
description="Led by Nick, our team is comprised of certified professionals dedicated to quality."
|
||||
features={[
|
||||
{ title: "Nick - Founder & Master Plumber", description: "With over 20 years of experience, Nick leads the team with a commitment to quality and customer satisfaction.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1", imageAlt: "Nick, founder of Nick and Sons Plumbing" },
|
||||
{ title: "The Sons - Certified Technicians", description: "Trained by the best, our next generation of plumbers brings modern techniques and the same family values to every job.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2", imageAlt: "The professional team of plumbers" }
|
||||
{ title: "Nick - Founder & Master Plumber", description: "With over 20 years of experience, Nick leads the team with a commitment to quality and customer satisfaction.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "Nick, founder of Nick and Sons Plumbing" },
|
||||
{ title: "The Sons - Certified Technicians", description: "Trained by the best, our next generation of plumbers brings modern techniques and the same family values to every job.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "The professional team of plumbers" }
|
||||
]}
|
||||
gridVariant="two-items-per-row"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user