Update src/app/about/page.tsx

This commit is contained in:
2026-03-13 05:38:28 +00:00
parent 18ce0dbb91
commit fdd10f2696

View File

@@ -17,8 +17,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Drain Cleaning", href: "/services#drain-cleaning" },
{ label: "Water Heaters", href: "/services#water-heaters" },
{ label: "Repiping", href: "/services#repiping" },
@@ -26,8 +25,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Blog", href: "/blog" },
@@ -35,8 +33,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call (407) 809-1743", href: "tel:(407) 809-1743" },
{ label: "Schedule Service", href: "/contact" },
{ label: "Request Quote", href: "/contact" },
@@ -44,8 +41,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty", href: "#" },
@@ -61,7 +57,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -80,22 +76,16 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Drain Genie Plumbing: Your Trusted Orlando Plumber Since 2005",
},
type: "text", content: "Drain Genie Plumbing: Your Trusted Orlando Plumber Since 2005"},
]}
useInvertedBackground={false}
buttons={[
{
text: "Our Story",
href: "/about",
},
text: "Our Story", href: "/about"},
{
text: "Meet Our Team",
href: "/about",
},
text: "Meet Our Team", href: "/about"},
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>