Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 08:14:36 +00:00
parent 5d6ba7545a
commit 4ef909a596

View File

@@ -22,8 +22,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Web Design", href: "#services" },
{ label: "SEO Optimization", href: "#services" },
{ label: "Lead Generation", href: "#services" },
@@ -31,8 +30,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Testimonials", href: "#testimonials" },
@@ -40,8 +38,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Pricing", href: "#pricing" },
@@ -49,8 +46,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -81,10 +77,7 @@ export default function AboutPage() {
heading={[
{ type: "text", content: "We help contractors and trades professionals" },
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png",
alt: "Team of professionals",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-diverse-team-of-professionals-in-busin-1772525364824-7e7b1c83.png", alt: "Team of professionals"},
{ type: "text", content: "build web presence that drives real results" },
]}
useInvertedBackground={false}
@@ -102,43 +95,25 @@ export default function AboutPage() {
tag="About Us"
features={[
{
title: "Industry Expertise",
description:
"We understand the unique challenges contractors face. Our team has years of experience working with plumbing, electrical, HVAC, and general contracting businesses.",
bentoComponent: "3d-stack-cards",
items: [
title: "Industry Expertise", description:
"We understand the unique challenges contractors face. Our team has years of experience working with plumbing, electrical, HVAC, and general contracting businesses.", bentoComponent: "3d-stack-cards", items: [
{
icon: Target,
title: "Specialized Knowledge",
subtitle: "Trade-focused strategies",
detail: "Deep understanding of your industry needs",
},
title: "Specialized Knowledge", subtitle: "Trade-focused strategies", detail: "Deep understanding of your industry needs"},
{
icon: Users,
title: "Proven Results",
subtitle: "Real contractors, real growth",
detail: "Hundreds of successful projects delivered",
},
title: "Proven Results", subtitle: "Real contractors, real growth", detail: "Hundreds of successful projects delivered"},
{
icon: TrendingUp,
title: "Long-term Partnership",
subtitle: "Beyond launch support",
detail: "Continuous optimization and improvement",
},
title: "Long-term Partnership", subtitle: "Beyond launch support", detail: "Continuous optimization and improvement"},
],
},
{
title: "Results-Driven Approach",
description:
"We don't just build pretty websites. Every element is optimized for lead generation and conversion. You'll see measurable ROI.",
bentoComponent: "animated-bar-chart",
},
title: "Results-Driven Approach", description:
"We don't just build pretty websites. Every element is optimized for lead generation and conversion. You'll see measurable ROI.", bentoComponent: "animated-bar-chart"},
{
title: "Full-Service Solutions",
description:
"From initial design through ongoing support, we handle everything. Web design, SEO, lead management, and ongoing optimization all in one place.",
bentoComponent: "line-chart",
},
title: "Full-Service Solutions", description:
"From initial design through ongoing support, we handle everything. Web design, SEO, lead management, and ongoing optimization all in one place.", bentoComponent: "line-chart"},
]}
textboxLayout="default"
animationType="slide-up"