From 2495df0c946342ade1c3fae7167ee0db2cc40002 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:14:20 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 +++++++++--------------------------------- 1 file changed, 18 insertions(+), 71 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 34b9f81..bec72c2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,31 +13,23 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -67,20 +52,8 @@ export default function LandingPage() { title="Our Values" description="We believe in honest service." features={[ - { - tag: "Integrity", - title: "Honesty", - subtitle: "Core value", - description: "Straight talk, fair prices.", - imageSrc: "http://img.b2bpic.net/free-photo/man-defocused-strength-sophisticated-large_1134-1348.jpg", - }, - { - tag: "Safety", - title: "Standards", - subtitle: "Safe work", - description: "We put your home safety first.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg", - }, + { tag: "Integrity", title: "Honesty", subtitle: "Core value", description: "Straight talk, fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/man-defocused-strength-sophisticated-large_1134-1348.jpg" }, + { tag: "Safety", title: "Standards", subtitle: "Safe work", description: "We put your home safety first.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg" }, ]} /> @@ -88,34 +61,8 @@ export default function LandingPage() { @@ -92,34 +64,8 @@ export default function LandingPage() {