Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 20:22:10 +00:00
parent 22d6737100
commit 4f0fbf7729

View File

@@ -23,7 +23,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -35,9 +35,7 @@ export default function AboutPage() {
brandName="DDD"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+17271111234",
}}
text: "Call Now", href: "tel:+17271111234"}}
/>
</div>
@@ -55,17 +53,11 @@ export default function AboutPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Founded in 2012",
description: "Over a decade of experience in product development, 3D printing, and prototyping.",
},
title: "Founded in 2012", description: "Over a decade of experience in product development, 3D printing, and prototyping."},
{
title: "Local Expertise",
description: "Serving St. Petersburg, Florida and surrounding communities with responsive, personalized service.",
},
title: "Local Expertise", description: "Serving St. Petersburg, Florida and surrounding communities with responsive, personalized service."},
{
title: "Founder-Led",
description: "Direct access to our founder ensures quality, accountability, and passion in every project.",
},
title: "Founder-Led", description: "Direct access to our founder ensures quality, accountability, and passion in every project."},
]}
/>
</div>
@@ -80,17 +72,9 @@ export default function AboutPage() {
animationType="slide-up"
groups={[
{
id: "leadership",
groupTitle: "Leadership",
members: [
id: "leadership", groupTitle: "Leadership", members: [
{
id: "1",
title: "Isa (E-ssa) Abdur-Rabbani",
subtitle: "Founder & CEO",
detail: "OSHIN LLC | Est. 2012",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
imageAlt: "Isa Abdur-Rabbani, Founder of Design Develop Deliver",
},
id: "1", title: "Isa (E-ssa) Abdur-Rabbani", subtitle: "Founder & CEO", detail: "OSHIN LLC | Est. 2012", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "Isa Abdur-Rabbani, Founder of Design Develop Deliver"},
],
},
]}