From 14cfd3692bbb2c05b318bede1f973f1bf8f6a4f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:50:57 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 68 ++++++++++-------------------------------- 1 file changed, 16 insertions(+), 52 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index de7c5ec..7ec0343 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,27 +27,17 @@ export default function LandingPage() { @@ -58,19 +48,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years of Craft", - value: "20+", - }, + label: "Years of Craft", value: "20+"}, { icon: Shield, - label: "Guaranteed Work", - value: "100%", - }, + label: "Guaranteed Work", value: "100%"}, { icon: CheckCircle, - label: "Transparent Jobs", - value: "1000+", - }, + label: "Transparent Jobs", value: "1000+"}, ]} metricsAnimation="slide-up" /> @@ -85,19 +69,9 @@ export default function LandingPage() { description="The numbers behind our dedication." metrics={[ { - id: "m1", - value: "20+", - title: "Years Experience", - description: "Hands-on expertise.", - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", - }, + id: "m1", value: "20+", title: "Years Experience", description: "Hands-on expertise.", imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=800&auto=format&fit=crop"}, { - id: "m2", - value: "100%", - title: "Customer Satisfaction", - description: "Our highest priority.", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg", - }, + id: "m2", value: "100%", title: "Customer Satisfaction", description: "Our highest priority.", imageSrc: "https://images.unsplash.com/photo-1556740738-b6a63e27c4df?q=80&w=800&auto=format&fit=crop"}, ]} /> @@ -108,29 +82,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About Ray", - href: "/about", - }, + label: "About Ray", href: "/about"}, { - label: "Schedule Service", - href: "/contact", - }, + label: "Schedule Service", href: "/contact"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -140,4 +104,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From f81ca9c012741263f034c39e9e37f4aee55f5cfe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:50:58 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 52 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 38 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index beb9c84..660a201 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,27 +26,17 @@ export default function LandingPage() { @@ -54,8 +44,7 @@ export default function LandingPage() { @@ -84,29 +70,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About Ray", - href: "/about", - }, + label: "About Ray", href: "/about"}, { - label: "Schedule Service", - href: "/contact", - }, + label: "Schedule Service", href: "/contact"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -116,4 +92,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 2bace358eccc2e9ea5b1074be8627fd2aa27eb99 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:50:58 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11cd5db..237cf44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Call Ray", href: "tel:5555555555"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=1" + imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&auto=format&fit=crop" mediaAnimation="slide-up" avatars={[ { @@ -159,8 +159,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Commitment to Quality" description="Ray has dedicated his career to honest service. Every job is an opportunity to prove why local expertise matters." - imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=2" - imageAlt="Ray at work" + imageSrc="https://images.unsplash.com/photo-1534347628048-617573ede396?q=80&w=800&auto=format&fit=crop" + imageAlt="Professional HVAC technician performing maintenance" /> @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From d361317cad5860dc0e20fbae1b3cc07f8342cab0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:50:59 +0000 Subject: [PATCH 4/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 73 +++++++++------------------------------ 1 file changed, 16 insertions(+), 57 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 17851c3..6cd7377 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,27 +26,17 @@ export default function LandingPage() { @@ -57,26 +47,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "d1", - title: "Air Conditioning", - subtitle: "Maintenance & Installation", - category: "AC", - value: "We fix cooling problems right the first time, ensuring your home stays cool efficiently.", - }, + id: "d1", title: "Air Conditioning", subtitle: "Maintenance & Installation", category: "AC", value: "We fix cooling problems right the first time, ensuring your home stays cool efficiently."}, { - id: "d2", - title: "Boilers & Heating", - subtitle: "Season Repairs", - category: "Heating", - value: "Expert boiler and furnace repairs to get you through the winter with peace of mind.", - }, + id: "d2", title: "Boilers & Heating", subtitle: "Season Repairs", category: "Heating", value: "Expert boiler and furnace repairs to get you through the winter with peace of mind."}, { - id: "d3", - title: "Ductless Systems", - subtitle: "Precision Installation", - category: "Mini-Splits", - value: "Modern, energy-efficient solutions customized to your specific space and needs.", - }, + id: "d3", title: "Ductless Systems", subtitle: "Precision Installation", category: "Mini-Splits", value: "Modern, energy-efficient solutions customized to your specific space and needs."}, ]} title="Comprehensive HVAC Solutions" description="We specialize in honest, expert residential HVAC care. We take the time to explain every detail, ensuring you get the right solution at a fair price." @@ -91,15 +66,9 @@ export default function LandingPage() { description="Details about our maintenance and installation procedures." faqs={[ { - id: "s-q1", - title: "How often should I tune up my AC?", - content: "We recommend an annual inspection before the cooling season starts.", - }, + id: "s-q1", title: "How often should I tune up my AC?", content: "We recommend an annual inspection before the cooling season starts."}, { - id: "s-q2", - title: "Is a ductless system right for my home?", - content: "Ductless systems are ideal for add-ons, older homes, or rooms where traditional ductwork isn't feasible.", - }, + id: "s-q2", title: "Is a ductless system right for my home?", content: "Ductless systems are ideal for add-ons, older homes, or rooms where traditional ductwork isn't feasible."}, ]} faqsAnimation="slide-up" /> @@ -111,29 +80,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About Ray", - href: "/about", - }, + label: "About Ray", href: "/about"}, { - label: "Schedule Service", - href: "/contact", - }, + label: "Schedule Service", href: "/contact"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -143,4 +102,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 7f0d14995ca84ec469c9bd58609ddbf38d52a00d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:50:59 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..960c772 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);