Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 23:22:55 +00:00
parent 816b553c0f
commit b5bde39ac3

View File

@@ -43,32 +43,17 @@ export default function AboutPage() {
description="We're a team of strategic designers and developers dedicated to transforming local businesses through high-impact web solutions. Every project is built with precision, purpose, and proven results."
features={[
{
id: "01",
title: "Strategic Thinking",
description:
"We don't just build websites—we build business solutions that align with your revenue goals and market positioning.",
imageSrc:
"http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=2",
imageAlt: "Strategic thinking and planning",
},
id: "01", title: "Strategic Thinking", description:
"We don't just build websites—we build business solutions that align with your revenue goals and market positioning.", imageSrc:
"http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Strategic thinking and planning"},
{
id: "02",
title: "Design Excellence",
description:
"Our designs combine aesthetic beauty with functional usability, ensuring every pixel serves your business objectives.",
imageSrc:
"http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg?_wi=2",
imageAlt: "Design excellence",
},
id: "02", title: "Design Excellence", description:
"Our designs combine aesthetic beauty with functional usability, ensuring every pixel serves your business objectives.", imageSrc:
"http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg", imageAlt: "Design excellence"},
{
id: "03",
title: "Results-Driven Approach",
description:
"We measure success by your metrics: leads generated, conversions achieved, and revenue driven by your new website.",
imageSrc:
"http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=1",
imageAlt: "Results-driven metrics",
},
id: "03", title: "Results-Driven Approach", description:
"We measure success by your metrics: leads generated, conversions achieved, and revenue driven by your new website.", imageSrc:
"http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "Results-driven metrics"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -84,29 +69,17 @@ export default function AboutPage() {
description="These principles guide every decision we make and every project we deliver."
metrics={[
{
id: "1",
icon: Lightbulb,
title: "Innovation",
value: "Cutting Edge",
},
id: "1", icon: Lightbulb,
title: "Innovation", value: "Cutting Edge"},
{
id: "2",
icon: Users,
title: "Collaboration",
value: "True Partnership",
},
id: "2", icon: Users,
title: "Collaboration", value: "True Partnership"},
{
id: "3",
icon: Target,
title: "Precision",
value: "Detail Focused",
},
id: "3", icon: Target,
title: "Precision", value: "Detail Focused"},
{
id: "4",
icon: Rocket,
title: "Excellence",
value: "Premium Quality",
},
id: "4", icon: Rocket,
title: "Excellence", value: "Premium Quality"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -121,32 +94,17 @@ export default function AboutPage() {
description="We deliver more than websites—we deliver competitive advantages that drive your business forward."
features={[
{
id: "01",
title: "Local Business Expertise",
description:
"We specialize in serving local businesses and understand the unique challenges and opportunities in your market.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-people-shaking-hands_23-2150433381.jpg",
imageAlt: "Local business partnership",
},
id: "01", title: "Local Business Expertise", description:
"We specialize in serving local businesses and understand the unique challenges and opportunities in your market.", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-people-shaking-hands_23-2150433381.jpg", imageAlt: "Local business partnership"},
{
id: "02",
title: "Transparent Process",
description:
"You'll know exactly what we're doing, why we're doing it, and how it impacts your bottom line every step of the way.",
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-colleagues-standing-table-looking-design-projects_1098-20475.jpg?_wi=2",
imageAlt: "Transparent collaboration",
},
id: "02", title: "Transparent Process", description:
"You'll know exactly what we're doing, why we're doing it, and how it impacts your bottom line every step of the way.", imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-colleagues-standing-table-looking-design-projects_1098-20475.jpg", imageAlt: "Transparent collaboration"},
{
id: "03",
title: "Ongoing Support",
description:
"Your success doesn't end at launch. We provide continued optimization, support, and training to keep your website performing.",
imageSrc:
"http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg",
imageAlt: "Ongoing client support",
},
id: "03", title: "Ongoing Support", description:
"Your success doesn't end at launch. We provide continued optimization, support, and training to keep your website performing.", imageSrc:
"http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg", imageAlt: "Ongoing client support"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -165,7 +123,7 @@ export default function AboutPage() {
{ text: "Book a Consultation", href: "/booking" },
{ text: "View Our Work", href: "/portfolio" },
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>