From 391a31fd51f33dff954de6665680f63487fd57e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:11:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++++---------------------------------- 1 file changed, 38 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3bba6e..cb785c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,24 +21,20 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="circleGradient" - cardStyle="soft-shadow" - primaryButtonStyle="flat" - secondaryButtonStyle="radial-glow" - headingFontWeight="extrabold" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > @@ -102,18 +92,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "1,500+", title: "Projects Completed", items: [ - "Residential roofs", "General builds", "Repair jobs"], - }, - { - id: "m2", value: "4.9/5", title: "Customer Rating", items: [ - "Google Reviews", "Yelp Top-Rated", "Client satisfaction"], - }, - { - id: "m3", value: "15", title: "Years of Excellence", items: [ - "Licensed experts", "Local experience", "San Diego experts"], - }, + { id: "m1", value: "1,500+", title: "Projects Completed", items: ["Residential roofs", "General builds", "Repair jobs"] }, + { id: "m2", value: "4.9/5", title: "Customer Rating", items: ["Google Reviews", "Yelp Top-Rated", "Client satisfaction"] }, + { id: "m3", value: "15", title: "Years of Excellence", items: ["Licensed experts", "Local experience", "San Diego experts"] }, ]} title="By the Numbers" description="Proven performance serving San Diego since 2008." @@ -127,16 +108,8 @@ export default function LandingPage() { rating={5} author="Sarah Johnson" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", alt: "Sarah J"}, - { - src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Michael C"}, - { - src: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", alt: "Emily R"}, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-worker-wearing-vest_23-2149366621.jpg", alt: "David K"}, - { - src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", alt: "Satisfied Client"}, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", alt: "Sarah J" }, + { src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Michael C" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -145,10 +118,7 @@ export default function LandingPage() {
@@ -159,32 +129,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How long does a roof installation take?", content: "Most residential projects are completed within 3-5 days depending on size."}, - { - id: "f2", title: "Do you offer financing?", content: "Yes, we partner with top financial institutions for flexible payment options."}, - { - id: "f3", title: "Are you fully licensed and insured?", content: "Yes, we carry full general liability and workers' compensation insurance."}, + { id: "f1", title: "How long does a roof installation take?", content: "Most residential projects are completed within 3-5 days depending on size." }, + { id: "f2", title: "Do you offer financing?", content: "Yes, we partner with top financial institutions for flexible payment options." }, ]} imageSrc="http://img.b2bpic.net/free-photo/very-important-project-is-serious-aim_329181-10350.jpg" title="Frequently Asked Questions" description="Get quick answers to common construction and roofing queries." faqsAnimation="slide-up" - imageAlt="contractor speaking with client" - mediaAnimation="slide-up" />
@@ -192,38 +152,10 @@ export default function LandingPage() {
From 559d24bfdf1f5fb3df0ad2a0d464f340680e4e17 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:11: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 4fd73bf..2e6b78a 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: #000612e6; - --primary-cta: #15479c; + --background: #2b180a; + --card: #3e2716; + --foreground: #f9f1e8; + --primary-cta: #d4a373; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #5c4033; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #faedcd; + --background-accent: #4a301d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);