Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 09:25:32 +00:00
parent 81769cc2b6
commit 40ef9ea8c3

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -50,9 +50,10 @@ export default function AboutPage() {
{ value: "500+", title: "Active Contractors" },
{ value: "1M+", title: "Leads Generated" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg"
imageAlt="Levos Digital team mission"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -66,25 +67,9 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Elite Roofing Solutions",
"ProConcrete Specialists",
"GreenScape Landscaping",
"SolarMax Energy",
"HomeShield HVAC",
"Apex Plumbing Co",
"ProPaint Contractors",
"ElectriPro Services",
]}
"Elite Roofing Solutions", "ProConcrete Specialists", "GreenScape Landscaping", "SolarMax Energy", "HomeShield HVAC", "Apex Plumbing Co", "ProPaint Contractors", "ElectriPro Services"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg",
"http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg",
"http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg",
"http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg",
"http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg",
"http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg",
"http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg",
"http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg", "http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg", "http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg", "http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg", "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg", "http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg", "http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg", "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg"]}
speed={40}
showCard={true}
/>
@@ -107,8 +92,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -116,8 +100,7 @@ export default function AboutPage() {
],
},
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Website Builder", href: "/services" },
{ label: "Estimator Tool", href: "/estimator" },
{ label: "Automation Suite", href: "/services" },
@@ -125,8 +108,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -134,8 +116,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },