From d566c4a775551fd16e662702f9a7bf42460e441e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:49:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 191 +++++++++-------------------------------------- 1 file changed, 37 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 790174e..0337cde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,20 +47,15 @@ export default function LandingPage() {
@@ -109,64 +88,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "Renovations", - title: "Luxury Bathroom Renovations", - items: [ - "Complete design consultation", - "Fixture installation", - "Spa-like upgrades", - ], + id: "1", label: "Renovations", title: "Luxury Bathroom Renovations", items: [ + "Complete design consultation", "Fixture installation", "Spa-like upgrades"], }, { - id: "2", - label: "Repairs", - title: "Emergency Repairs", - items: [ - "24/7 Rapid response", - "Leak identification", - "Urgent fixes", - ], + id: "2", label: "Repairs", title: "Emergency Repairs", items: [ + "24/7 Rapid response", "Leak identification", "Urgent fixes"], }, { - id: "3", - label: "Home Services", - title: "Whole-Home Plumbing", - items: [ - "New construction", - "Remodeling projects", - "Pipe upgrades", - ], - }, - { - id: "4", - label: "Gas Lines", - title: "Gas Line Installations", - items: [ - "Safe installation", - "Professional inspection", - "Compliance checks", - ], - }, - { - id: "5", - label: "Diagnostics", - title: "Leak Detection", - items: [ - "Advanced diagnostics", - "Non-invasive detection", - "Prompt repair", - ], - }, - { - id: "6", - label: "Heaters", - title: "Water Heater Specialists", - items: [ - "Same-day install", - "Tankless upgrades", - "Efficiency servicing", - ], + id: "3", label: "Home Services", title: "Whole-Home Plumbing", items: [ + "New construction", "Remodeling projects", "Pipe upgrades"], }, ]} title="OUR SIGNATURE SERVICES" @@ -182,25 +113,11 @@ export default function LandingPage() { author="Debbie Brandon" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", - alt: "Customer Sarah", - }, + src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", alt: "Customer Sarah"}, { - src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg", - alt: "Customer Michael", - }, + src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg", alt: "Customer Michael"}, { - src: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg", - alt: "Customer Emily", - }, - { - src: "http://img.b2bpic.net/free-photo/african-man-with-watermelon-head-fooling-grey-wall_176420-2535.jpg", - alt: "Customer David", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", - alt: "Customer Robert", - }, + src: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg", alt: "Customer Emily"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -211,74 +128,40 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 3423fda5bb1a3552c4ce476ce0a5ba8e81cb6ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:49:12 +0000 Subject: [PATCH 2/2] 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 e42f73a..7eafca1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FFFFFF; - --card: #F9F9F9; - --foreground: #1E3A8A; - --primary-cta: #3B82F6; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; + --secondary-cta: #f9f9f9; --secondary-cta-text: #1E3A8A; - --accent: #F59E0B; - --background-accent: #64748B; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1