Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 05:45:03 +00:00
parent 61bd4a8af2
commit 8218bef1b5

View File

@@ -21,8 +21,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "AI Websites", href: "/services" },
{ label: "AI Chatbots", href: "/services" },
{ label: "Automation", href: "/services" },
@@ -30,8 +29,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Results", href: "#results" },
@@ -39,8 +37,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Case Studies", href: "#" },
@@ -48,8 +45,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -64,7 +60,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -78,9 +74,7 @@ export default function AboutPage() {
id: item.id.startsWith("/") ? item.id : `#${item.id}`,
}))}
button={{
text: "Get My Website",
href: "#contact",
}}
text: "Get My Website", href: "#contact"}}
/>
</div>
@@ -88,27 +82,20 @@ export default function AboutPage() {
<AboutMetric
title="Results That Matter: Real Numbers from Real Clients"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{
icon: Globe,
label: "Websites Built",
value: "50+",
},
label: "Websites Built", value: "50+"},
{
icon: Zap,
label: "Average Lead Increase",
value: "300%",
},
label: "Average Lead Increase", value: "300%"},
{
icon: Users,
label: "Active Client Base",
value: "45+",
},
label: "Active Client Base", value: "45+"},
{
icon: Award,
label: "Client Satisfaction",
value: "98%",
},
label: "Client Satisfaction", value: "98%"},
]}
/>
</div>
@@ -117,55 +104,25 @@ export default function AboutPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Michael Rodriguez",
role: "Owner",
company: "Rodriguez Restaurant Group",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png?_wi=3",
imageAlt: "Professional headshot of a confident male restaurant owner",
},
id: "1", name: "Michael Rodriguez", role: "Owner", company: "Rodriguez Restaurant Group", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948556093-fb14a43f.png", imageAlt: "Professional headshot of a confident male restaurant owner"},
{
id: "2",
name: "Sarah Patel",
role: "Owner",
company: "Luminous Beauty Salon",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png?_wi=3",
imageAlt: "Professional headshot of a confident female beauty salon owner",
},
id: "2", name: "Sarah Patel", role: "Owner", company: "Luminous Beauty Salon", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555361-d94a2ee2.png", imageAlt: "Professional headshot of a confident female beauty salon owner"},
{
id: "3",
name: "Daniel Thompson",
role: "Manager",
company: "Elite Fitness Center",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png?_wi=3",
imageAlt: "Professional headshot of a confident male fitness gym owner",
},
id: "3", name: "Daniel Thompson", role: "Manager", company: "Elite Fitness Center", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-mal-1772948555797-dee7e2dd.png", imageAlt: "Professional headshot of a confident male fitness gym owner"},
{
id: "4",
name: "Jessica Kim",
role: "Practice Manager",
company: "Bright Smile Dental",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png?_wi=3",
imageAlt: "Professional headshot of a confident female dental clinic manager",
},
id: "4", name: "Jessica Kim", role: "Practice Manager", company: "Bright Smile Dental", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-headshot-of-a-confident-fem-1772948555295-264d7049.png", imageAlt: "Professional headshot of a confident female dental clinic manager"},
]}
kpiItems={[
{
value: "300%",
label: "Average Lead Increase",
},
value: "300%", label: "Average Lead Increase"},
{
value: "45+",
label: "Active Clients",
},
value: "45+", label: "Active Clients"},
{
value: "98%",
label: "Satisfaction Rate",
},
value: "98%", label: "Satisfaction Rate"},
]}
animationType="slide-up"
title="What Our Clients Say"
@@ -181,8 +138,7 @@ export default function AboutPage() {
title="Ready to Grow Your Business?"
description="Schedule your free website strategy call today. We'll analyze your business and show you exactly how we can help you attract more customers and increase revenue."
background={{
variant: "grid",
}}
variant: "animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Your business email"
buttonText="Book Free Call"