From 4f0fbf7729058f67176d54f7dd471fb114ecdb8e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:22:10 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 83bb510..02e46a2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"}} /> @@ -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."}, ]} /> @@ -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"}, ], }, ]}