From ad555502ce936ae736de84930cc38738818239b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:41:54 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 60 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 81262ff..c32e16e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,10 +15,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="aurora" - cardStyle="outline" + background="none" + cardStyle="solid" primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" + secondaryButtonStyle="layered" headingFontWeight="semibold" > @@ -26,16 +26,11 @@ export default function LandingPage() { @@ -59,10 +54,8 @@ export default function LandingPage() { title="Meet Our Team" description="The experts behind Arch Roofing Systems." members={[ - { - id: "tm1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg"}, - { - id: "tm2", name: "Sarah Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg"}, + { id: "tm1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg" }, + { id: "tm2", name: "Sarah Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" }, ]} /> @@ -70,34 +63,9 @@ export default function LandingPage() { @@ -83,34 +71,9 @@ export default function LandingPage() { @@ -124,34 +99,9 @@ export default function LandingPage() {