From d2680899c8dfcadd11be6dab88c471fae04f50f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:55:35 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 127 +++++++---------------------------------- 1 file changed, 21 insertions(+), 106 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9b0fc1..4af2d12 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,33 +14,25 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -50,24 +42,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Award, - title: "Years of Experience", - value: "60+", - }, - { - id: "m2", - icon: CheckCircle, - title: "QualityPro Certified", - value: "100%", - }, - { - id: "m3", - icon: Users, - title: "Satisfied Customers", - value: "50k+", - }, + { id: "m1", icon: Award, title: "Years of Experience", value: "60+" }, + { id: "m2", icon: CheckCircle, title: "QualityPro Certified", value: "100%" }, + { id: "m3", icon: Users, title: "Satisfied Customers", value: "50k+" } ]} title="Why London Trusts Us" description="Our legacy of excellence in pest control stands on quality and safety." @@ -82,22 +59,8 @@ export default function LandingPage() { title="Why Our Team Stands Out" description="Our staff are certified, background-checked, and friendly." testimonials={[ - { - id: "a1", - name: "Alex W.", - role: "Lead Tech", - testimonial: "I love helping families feel safe in their homes.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-stop-danger-coming-from-left-yellow_114579-13463.jpg", - imageAlt: "Sanitizer in special preventive uniform stop danger coming from left on yellow.", - }, - { - id: "a2", - name: "Maria K.", - role: "Lead Tech", - testimonial: "We use only the safest, most effective products available.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=3", - imageAlt: "Sanitizer in special preventive uniform stop danger coming from left on yellow.", - }, + { id: "a1", name: "Alex W.", role: "Lead Tech", testimonial: "I love helping families feel safe in their homes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-stop-danger-coming-from-left-yellow_114579-13463.jpg" }, + { id: "a2", name: "Maria K.", role: "Lead Tech", testimonial: "We use only the safest, most effective products available.", imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg" } ]} /> @@ -105,57 +68,9 @@ export default function LandingPage() { @@ -82,15 +55,7 @@ export default function LandingPage() { layout="section" title="Terms of Service" sections={[ - { - heading: "Privacy Policy", - content: [ - { - type: "paragraph", - text: "We take your privacy seriously and ensure your data remains secure.", - }, - ], - }, + { heading: "Privacy Policy", content: [{ type: "paragraph", text: "We take your privacy seriously and ensure your data remains secure." }] } ]} /> @@ -98,57 +63,9 @@ export default function LandingPage() {