From 5979701ce0623d59359f2e451615c1356f1c31c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:31:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4be1a6..28340a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,14 +16,14 @@ export default function LandingPage() { @@ -124,9 +133,11 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "24/7", title: "Available Service", description: "Emergency repairs handled promptly", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430639.jpg", imageAlt: "24/7 availability"}, + id: "1", value: "24/7", title: "Available Service", description: "Emergency repairs handled promptly", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430639.jpg", imageAlt: "24/7 availability" + }, { - id: "2", value: "100%", title: "Licensed & Insured", description: "Full protection for your home", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-mature-businessman-outdoors_23-2147955297.jpg?_wi=2", imageAlt: "Licensed professional"}, + id: "2", value: "100%", title: "Licensed & Insured", description: "Full protection for your home", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-mature-businessman-outdoors_23-2147955297.jpg?_wi=2", imageAlt: "Licensed professional" + }, ]} /> @@ -144,16 +155,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Grove City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-bearded-man-rub-hands-relish-good-profit_176420-17946.jpg", imageAlt: "professional portrait headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-bearded-man-rub-hands-relish-good-profit_176420-17946.jpg", imageAlt: "professional portrait headshot business" + }, { id: "2", name: "Michael Chen", role: "Property Owner", company: "Grove City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-91.jpg", imageAlt: "female professional portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-91.jpg", imageAlt: "female professional portrait headshot" + }, { id: "3", name: "Jennifer Martinez", role: "Homeowner", company: "Grove City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "professional portrait man headshot business"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "professional portrait man headshot business" + }, { id: "4", name: "Patricia Williams", role: "Business Owner", company: "Grove City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "professional woman portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "professional woman portrait headshot" + }, ]} /> -- 2.49.1 From 1e6bf8e8071b15e45feee0f8c1d6356532034928 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:31:22 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..76bb908 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,8 +17,8 @@ --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #1c1c1c; + --background-accent: #8a8a8a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1