diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 22c5704..8260bb9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,9 +48,10 @@ export default function AboutPage() { { value: "1000+", title: "Happy Customers" }, { value: "15+", title: "Years Experience" } ]} - imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg" imageAlt="Professional electrician team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -90,8 +91,7 @@ export default function AboutPage() { @@ -91,32 +92,16 @@ export default function HomePage() { description="Comprehensive electrical solutions for homes and businesses in Perth" features={[ { - title: "Residential Wiring & Installation", - description: "Complete rewiring, new installations, and upgrades for your home", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=4", - imageAlt: "Residential electrical work", - buttonIcon: ArrowRight + title: "Residential Wiring & Installation", description: "Complete rewiring, new installations, and upgrades for your home", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Residential electrical work", buttonIcon: ArrowRight }, { - title: "Commercial & Industrial", - description: "Trusted by Perth businesses for complex electrical systems", - imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg?_wi=2", - imageAlt: "Commercial electrical services", - buttonIcon: ArrowRight + title: "Commercial & Industrial", description: "Trusted by Perth businesses for complex electrical systems", imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", imageAlt: "Commercial electrical services", buttonIcon: ArrowRight }, { - title: "Emergency Repairs", - description: "Available 24/7 for power outages and urgent electrical issues", - imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=2", - imageAlt: "Emergency electrical repairs", - buttonIcon: ArrowRight + title: "Emergency Repairs", description: "Available 24/7 for power outages and urgent electrical issues", imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg", imageAlt: "Emergency electrical repairs", buttonIcon: ArrowRight }, { - title: "Safety Inspections", - description: "Professional electrical safety inspections and compliance testing", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=3", - imageAlt: "Electrical safety inspection", - buttonIcon: ArrowRight + title: "Safety Inspections", description: "Professional electrical safety inspections and compliance testing", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrical safety inspection", buttonIcon: ArrowRight } ]} textboxLayout="default" @@ -146,40 +131,20 @@ export default function HomePage() { tag="Reviews" testimonials={[ { - id: "1", - name: "John Mitchell", - role: "Homeowner", - company: "Perth Suburbs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=1", - imageAlt: "professional portrait male worker avatar" + id: "1", name: "John Mitchell", role: "Homeowner", company: "Perth Suburbs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg", imageAlt: "professional portrait male worker avatar" }, { - id: "2", - name: "Sarah Thompson", - role: "Business Manager", - company: "Local Perth Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", - imageAlt: "professional portrait female customer satisfied" + id: "2", name: "Sarah Thompson", role: "Business Manager", company: "Local Perth Business", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "professional portrait female customer satisfied" }, { - id: "3", - name: "Michael Davis", - role: "Restaurant Owner", - company: "Perth CBD", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", - imageAlt: "professional portrait businessman client happy" + id: "3", name: "Michael Davis", role: "Restaurant Owner", company: "Perth CBD", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "professional portrait businessman client happy" }, { - id: "4", - name: "Emma Wilson", - role: "Property Manager", - company: "Residential Perth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=1", - imageAlt: "professional portrait person worker team" + id: "4", name: "Emma Wilson", role: "Property Manager", company: "Residential Perth", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg", imageAlt: "professional portrait person worker team" } ]} gridVariant="uniform-all-items-equal" @@ -224,8 +189,7 @@ export default function HomePage() {