From 9ca96097e55721ac42cf4e23271a886e3ab5ba7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:11:34 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 66 ++++++++++++------------------------------ 1 file changed, 18 insertions(+), 48 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8dcea23..b304009 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call (509) 380-4393", href: "tel:(509)380-4393" }, { label: "6110 Curlew Ln, Pasco, WA", href: "#" }, { label: "Free Estimate", href: "/contact" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Pasco", href: "#" }, { label: "Kennewick", href: "#" }, { label: "Richland", href: "#" }, @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -68,9 +65,7 @@ export default function AboutPage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:(509)380-4393", - }} + text: "Call Now", href: "tel:(509)380-4393"}} /> @@ -79,42 +74,27 @@ export default function AboutPage() { tag="About Quality Carpentry" title="Trusted Local Carpentry & Construction Experts" description="Serving the Tri-Cities region with decades of combined experience. We're committed to delivering exceptional craftsmanship, responsive service, and honest pricing for every project." - imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=3" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg" imageAlt="Professional carpentry and construction work" mediaAnimation="slide-up" useInvertedBackground={false} buttons={[ { - text: "View Our Portfolio", - href: "/portfolio", - }, + text: "View Our Portfolio", href: "/portfolio"}, { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, ]} testimonials={[ { - name: "John Martinez", - handle: "Homeowner, Pasco", - testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=6", - }, + name: "John Martinez", handle: "Homeowner, Pasco", testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - name: "Sarah Thompson", - handle: "Homeowner, Kennewick", - testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=6", - }, + name: "Sarah Thompson", handle: "Homeowner, Kennewick", testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - name: "Michael Chen", - handle: "Homeowner, Richland", - testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=6", - }, + name: "Michael Chen", handle: "Homeowner, Richland", testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, ]} /> @@ -128,20 +108,11 @@ export default function AboutPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Contractors who don't answer the phone", - "Poor workmanship and quality issues", - "Projects that run over budget", - "Unclear pricing and hidden costs", - ], + "Contractors who don't answer the phone", "Poor workmanship and quality issues", "Projects that run over budget", "Unclear pricing and hidden costs"], }} positiveCard={{ items: [ - "Fast, responsive communication", - "Detail-oriented expert craftsmanship", - "Transparent pricing and estimates", - "Projects completed on time and budget", - "Local Tri-Cities reputation for excellence", - ], + "Fast, responsive communication", "Detail-oriented expert craftsmanship", "Transparent pricing and estimates", "Projects completed on time and budget", "Local Tri-Cities reputation for excellence"], }} animationType="slide-up" /> @@ -153,8 +124,7 @@ export default function AboutPage() { title="Let's Build Something Amazing Together" description="Contact Quality Carpentry & Associates today for a free, no-obligation estimate. Our team is ready to discuss your project and show you why homeowners across the Tri-Cities choose us." background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={true} inputPlaceholder="Your Email Address" buttonText="Get Free Estimate" -- 2.49.1 From 650ef66010066f9f2105ed35129b8acea12b1208 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:11:34 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 114 +++++++++++---------------------------- 1 file changed, 30 insertions(+), 84 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0dfdda9..a066c88 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -41,9 +41,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:(509)380-4393", - }} + text: "Call Now", href: "tel:(509)380-4393"}} /> @@ -52,42 +50,27 @@ export default function ContactPage() { tag="Contact Us Today" title="Get Your Free Estimate" description="Ready to transform your home with expert carpentry? Contact Quality Carpentry & Associates for a detailed, obligation-free consultation." - imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=4" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg" imageAlt="Professional carpentry and construction work" mediaAnimation="slide-up" useInvertedBackground={false} buttons={[ { - text: "Call (509) 380-4393", - href: "tel:(509)380-4393", - }, + text: "Call (509) 380-4393", href: "tel:(509)380-4393"}, { - text: "Request Estimate", - href: "#contact-form", - }, + text: "Request Estimate", href: "#contact-form"}, ]} testimonials={[ { - name: "John Martinez", - handle: "Homeowner, Pasco", - testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=7", - }, + name: "John Martinez", handle: "Homeowner, Pasco", testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - name: "Sarah Thompson", - handle: "Homeowner, Kennewick", - testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=7", - }, + name: "Sarah Thompson", handle: "Homeowner, Kennewick", testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - name: "Michael Chen", - handle: "Homeowner, Richland", - testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=7", - }, + name: "Michael Chen", handle: "Homeowner, Richland", testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, ]} /> @@ -98,8 +81,7 @@ export default function ContactPage() { title="Need Quality Carpentry Work Done Right?" description="Contact Quality Carpentry & Associates today for a free estimate. We're ready to transform your vision into reality with expert craftsmanship and professional service." background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={true} inputPlaceholder="Your Email Address" buttonText="Get Free Estimate" @@ -116,20 +98,11 @@ export default function ContactPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Contractors who don't answer the phone", - "Poor workmanship and quality issues", - "Projects that run over budget", - "Unclear pricing and hidden costs", - ], + "Contractors who don't answer the phone", "Poor workmanship and quality issues", "Projects that run over budget", "Unclear pricing and hidden costs"], }} positiveCard={{ items: [ - "Fast, responsive communication", - "Detail-oriented expert craftsmanship", - "Transparent pricing and estimates", - "Projects completed on time and budget", - "Local Tri-Cities reputation for excellence", - ], + "Fast, responsive communication", "Detail-oriented expert craftsmanship", "Transparent pricing and estimates", "Projects completed on time and budget", "Local Tri-Cities reputation for excellence"], }} animationType="slide-up" /> @@ -139,66 +112,39 @@ export default function ContactPage() { Date: Fri, 6 Mar 2026 20:11:35 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 186 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 354086d..1164a7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call (509) 380-4393", href: "tel:(509)380-4393" }, { label: "6110 Curlew Ln, Pasco, WA", href: "#" }, { label: "Free Estimate", href: "/contact" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Pasco", href: "#" }, { label: "Kennewick", href: "#" }, { label: "Richland", href: "#" }, @@ -56,7 +53,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -70,9 +67,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:(509)380-4393", - }} + text: "Call Now", href: "tel:(509)380-4393"}} /> @@ -81,42 +76,27 @@ export default function HomePage() { tag="Local Tri-Cities Contractor" title="Quality Carpentry & Construction You Can Trust" description="Serving homeowners across the Tri-Cities with reliable craftsmanship, attention to detail, and responsive service. From decks to remodeling, we deliver exceptional results." - imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg" imageAlt="Professional carpentry and construction work" mediaAnimation="slide-up" useInvertedBackground={false} buttons={[ { - text: "Call (509) 380-4393", - href: "tel:(509)380-4393", - }, + text: "Call (509) 380-4393", href: "tel:(509)380-4393"}, { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, ]} testimonials={[ { - name: "John Martinez", - handle: "Homeowner, Pasco", - testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=1", - }, + name: "John Martinez", handle: "Homeowner, Pasco", testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - name: "Sarah Thompson", - handle: "Homeowner, Kennewick", - testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=1", - }, + name: "Sarah Thompson", handle: "Homeowner, Kennewick", testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - name: "Michael Chen", - handle: "Homeowner, Richland", - testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=1", - }, + name: "Michael Chen", handle: "Homeowner, Richland", testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, ]} /> @@ -130,20 +110,11 @@ export default function HomePage() { useInvertedBackground={true} negativeCard={{ items: [ - "Contractors who don't answer the phone", - "Poor workmanship and quality issues", - "Projects that run over budget", - "Unclear pricing and hidden costs", - ], + "Contractors who don't answer the phone", "Poor workmanship and quality issues", "Projects that run over budget", "Unclear pricing and hidden costs"], }} positiveCard={{ items: [ - "Fast, responsive communication", - "Detail-oriented expert craftsmanship", - "Transparent pricing and estimates", - "Projects completed on time and budget", - "Local Tri-Cities reputation for excellence", - ], + "Fast, responsive communication", "Detail-oriented expert craftsmanship", "Transparent pricing and estimates", "Projects completed on time and budget", "Local Tri-Cities reputation for excellence"], }} animationType="slide-up" /> @@ -159,65 +130,23 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - brand: "Construction", - name: "Framing & Structural Work", - price: "Custom Quote", - rating: 5, - reviewCount: "45+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=1", - imageAlt: "Professional house framing and structural carpentry", - }, + id: "1", brand: "Construction", name: "Framing & Structural Work", price: "Custom Quote", rating: 5, + reviewCount: "45+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Professional house framing and structural carpentry"}, { - id: "2", - brand: "Specialty", - name: "Custom Deck Building", - price: "Custom Quote", - rating: 5, - reviewCount: "78+ Decks Built", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg?_wi=1", - imageAlt: "Beautiful custom wooden deck construction", - }, + id: "2", brand: "Specialty", name: "Custom Deck Building", price: "Custom Quote", rating: 5, + reviewCount: "78+ Decks Built", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg", imageAlt: "Beautiful custom wooden deck construction"}, { - id: "3", - brand: "Renovation", - name: "Home Remodeling", - price: "Custom Quote", - rating: 5, - reviewCount: "60+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg?_wi=1", - imageAlt: "Professional interior home remodeling and renovation", - }, + id: "3", brand: "Renovation", name: "Home Remodeling", price: "Custom Quote", rating: 5, + reviewCount: "60+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg", imageAlt: "Professional interior home remodeling and renovation"}, { - id: "4", - brand: "Finishing", - name: "Finish Carpentry", - price: "Custom Quote", - rating: 5, - reviewCount: "52+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=1", - imageAlt: "Expert finish carpentry and trim work", - }, + id: "4", brand: "Finishing", name: "Finish Carpentry", price: "Custom Quote", rating: 5, + reviewCount: "52+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg", imageAlt: "Expert finish carpentry and trim work"}, { - id: "5", - brand: "Maintenance", - name: "Home Repairs", - price: "Custom Quote", - rating: 5, - reviewCount: "89+ Repairs", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg?_wi=1", - imageAlt: "Professional home repair and maintenance services", - }, + id: "5", brand: "Maintenance", name: "Home Repairs", price: "Custom Quote", rating: 5, + reviewCount: "89+ Repairs", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg", imageAlt: "Professional home repair and maintenance services"}, { - id: "6", - brand: "Exterior", - name: "Exterior Carpentry", - price: "Custom Quote", - rating: 5, - reviewCount: "67+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=2", - imageAlt: "Expert exterior carpentry and siding installation", - }, + id: "6", brand: "Exterior", name: "Exterior Carpentry", price: "Custom Quote", rating: 5, + reviewCount: "67+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Expert exterior carpentry and siding installation"}, ]} /> @@ -233,53 +162,23 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" testimonials={[ { - id: "1", - name: "John Martinez", - role: "Homeowner", - company: "Pasco, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=2", - }, + id: "1", name: "John Martinez", role: "Homeowner", company: "Pasco, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - id: "2", - name: "Sarah Thompson", - role: "Homeowner", - company: "Kennewick, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=2", - }, + id: "2", name: "Sarah Thompson", role: "Homeowner", company: "Kennewick, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - id: "3", - name: "Michael Chen", - role: "Homeowner", - company: "Richland, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=2", - }, + id: "3", name: "Michael Chen", role: "Homeowner", company: "Richland, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, { - id: "4", - name: "Emily Rodriguez", - role: "Homeowner", - company: "Pasco, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1", - }, + id: "4", name: "Emily Rodriguez", role: "Homeowner", company: "Pasco, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg"}, { - id: "5", - name: "David Kim", - role: "Homeowner", - company: "Kennewick, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg?_wi=1", - }, + id: "5", name: "David Kim", role: "Homeowner", company: "Kennewick, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg"}, { - id: "6", - name: "Jessica Anderson", - role: "Homeowner", - company: "Richland, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", - }, + id: "6", name: "Jessica Anderson", role: "Homeowner", company: "Richland, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, ]} /> @@ -290,8 +189,7 @@ export default function HomePage() { title="Need Quality Carpentry Work Done Right?" description="Contact Quality Carpentry & Associates today for a free estimate. We're ready to transform your vision into reality with expert craftsmanship and professional service." background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={true} inputPlaceholder="Your Email Address" buttonText="Get Free Estimate" -- 2.49.1 From 0daca0b55bc485b93d8bc2e74ca61630f8c6f4f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:11:35 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 173 +++++++++---------------------------- 1 file changed, 40 insertions(+), 133 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 06e34c0..d37a483 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -20,8 +20,7 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -29,8 +28,7 @@ export default function PortfolioPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call (509) 380-4393", href: "tel:(509)380-4393" }, { label: "6110 Curlew Ln, Pasco, WA", href: "#" }, { label: "Free Estimate", href: "/contact" }, @@ -38,8 +36,7 @@ export default function PortfolioPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Pasco", href: "#" }, { label: "Kennewick", href: "#" }, { label: "Richland", href: "#" }, @@ -55,7 +52,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -69,9 +66,7 @@ export default function PortfolioPage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:(509)380-4393", - }} + text: "Call Now", href: "tel:(509)380-4393"}} /> @@ -80,42 +75,27 @@ export default function PortfolioPage() { tag="Portfolio" title="Our Carpentry & Construction Projects" description="Browse our extensive portfolio of completed projects. From custom deck building to full home remodeling, see the quality craftsmanship we deliver to Tri-Cities homeowners." - imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=2" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg" imageAlt="Professional carpentry and construction work" mediaAnimation="slide-up" useInvertedBackground={false} buttons={[ { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, { - text: "Call (509) 380-4393", - href: "tel:(509)380-4393", - }, + text: "Call (509) 380-4393", href: "tel:(509)380-4393"}, ]} testimonials={[ { - name: "John Martinez", - handle: "Homeowner, Pasco", - testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=4", - }, + name: "John Martinez", handle: "Homeowner, Pasco", testimonial: "Very responsible, excellent work, very detail perfection. Recommend 100%.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - name: "Sarah Thompson", - handle: "Homeowner, Kennewick", - testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=4", - }, + name: "Sarah Thompson", handle: "Homeowner, Kennewick", testimonial: "Professional team. They showed up on time and finished our deck beautifully. Worth every penny.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - name: "Michael Chen", - handle: "Homeowner, Richland", - testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=4", - }, + name: "Michael Chen", handle: "Homeowner, Richland", testimonial: "Best contractor experience we've had. Great communication and honest pricing. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, ]} /> @@ -130,65 +110,23 @@ export default function PortfolioPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - brand: "Specialty", - name: "Custom Deck Building", - price: "Custom Quote", - rating: 5, - reviewCount: "78+ Decks", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg?_wi=3", - imageAlt: "Beautiful custom wooden deck construction", - }, + id: "1", brand: "Specialty", name: "Custom Deck Building", price: "Custom Quote", rating: 5, + reviewCount: "78+ Decks", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg", imageAlt: "Beautiful custom wooden deck construction"}, { - id: "2", - brand: "Construction", - name: "Framing & Structural Work", - price: "Custom Quote", - rating: 5, - reviewCount: "45+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=5", - imageAlt: "Professional house framing and structural carpentry", - }, + id: "2", brand: "Construction", name: "Framing & Structural Work", price: "Custom Quote", rating: 5, + reviewCount: "45+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Professional house framing and structural carpentry"}, { - id: "3", - brand: "Renovation", - name: "Home Remodeling", - price: "Custom Quote", - rating: 5, - reviewCount: "60+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg?_wi=3", - imageAlt: "Professional interior home remodeling and renovation", - }, + id: "3", brand: "Renovation", name: "Home Remodeling", price: "Custom Quote", rating: 5, + reviewCount: "60+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg", imageAlt: "Professional interior home remodeling and renovation"}, { - id: "4", - brand: "Finishing", - name: "Finish Carpentry", - price: "Custom Quote", - rating: 5, - reviewCount: "52+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=3", - imageAlt: "Expert finish carpentry and trim work", - }, + id: "4", brand: "Finishing", name: "Finish Carpentry", price: "Custom Quote", rating: 5, + reviewCount: "52+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg", imageAlt: "Expert finish carpentry and trim work"}, { - id: "5", - brand: "Maintenance", - name: "Home Repairs", - price: "Custom Quote", - rating: 5, - reviewCount: "89+ Repairs", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg?_wi=3", - imageAlt: "Professional home repair and maintenance services", - }, + id: "5", brand: "Maintenance", name: "Home Repairs", price: "Custom Quote", rating: 5, + reviewCount: "89+ Repairs", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg", imageAlt: "Professional home repair and maintenance services"}, { - id: "6", - brand: "Exterior", - name: "Exterior Carpentry", - price: "Custom Quote", - rating: 5, - reviewCount: "67+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=6", - imageAlt: "Expert exterior carpentry and siding installation", - }, + id: "6", brand: "Exterior", name: "Exterior Carpentry", price: "Custom Quote", rating: 5, + reviewCount: "67+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Expert exterior carpentry and siding installation"}, ]} /> @@ -204,53 +142,23 @@ export default function PortfolioPage() { gridVariant="three-columns-all-equal-width" testimonials={[ { - id: "1", - name: "John Martinez", - role: "Homeowner", - company: "Pasco, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=5", - }, + id: "1", name: "John Martinez", role: "Homeowner", company: "Pasco, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - id: "2", - name: "Sarah Thompson", - role: "Homeowner", - company: "Kennewick, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=5", - }, + id: "2", name: "Sarah Thompson", role: "Homeowner", company: "Kennewick, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - id: "3", - name: "Michael Chen", - role: "Homeowner", - company: "Richland, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=5", - }, + id: "3", name: "Michael Chen", role: "Homeowner", company: "Richland, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, { - id: "4", - name: "Emily Rodriguez", - role: "Homeowner", - company: "Pasco, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=2", - }, + id: "4", name: "Emily Rodriguez", role: "Homeowner", company: "Pasco, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg"}, { - id: "5", - name: "David Kim", - role: "Homeowner", - company: "Kennewick, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg?_wi=2", - }, + id: "5", name: "David Kim", role: "Homeowner", company: "Kennewick, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg"}, { - id: "6", - name: "Jessica Anderson", - role: "Homeowner", - company: "Richland, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", - }, + id: "6", name: "Jessica Anderson", role: "Homeowner", company: "Richland, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, ]} /> @@ -261,8 +169,7 @@ export default function PortfolioPage() { title="Need Quality Carpentry Work Done Right?" description="Contact Quality Carpentry & Associates today for a free estimate. We're ready to transform your vision into reality with expert craftsmanship and professional service." background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={true} inputPlaceholder="Your Email Address" buttonText="Get Free Estimate" -- 2.49.1 From 0b323f68783715e09b5856913c059bc98d7787bb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:11:36 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 164 +++++++++----------------------------- 1 file changed, 39 insertions(+), 125 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1e4c447..955b9df 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -28,14 +28,12 @@ export default function ServicesPage() { navItems={[ { name: "Home", id: "/" }, { name: "Services", id: "/services" }, - { name: "Portfolio", id: "#portfolio" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:(509)380-4393", - }} + text: "Call Now", href: "tel:(509)380-4393"}} /> @@ -49,65 +47,23 @@ export default function ServicesPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - brand: "Structural", - name: "Framing & Structural Work", - price: "Custom Quote", - rating: 5, - reviewCount: "45+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=3", - imageAlt: "Professional house framing and structural carpentry", - }, + id: "1", brand: "Structural", name: "Framing & Structural Work", price: "Custom Quote", rating: 5, + reviewCount: "45+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Professional house framing and structural carpentry"}, { - id: "2", - brand: "Outdoor", - name: "Custom Deck Building", - price: "Custom Quote", - rating: 5, - reviewCount: "78+ Decks Built", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg?_wi=2", - imageAlt: "Beautiful custom wooden deck construction", - }, + id: "2", brand: "Outdoor", name: "Custom Deck Building", price: "Custom Quote", rating: 5, + reviewCount: "78+ Decks Built", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg", imageAlt: "Beautiful custom wooden deck construction"}, { - id: "3", - brand: "Remodel", - name: "Home Remodeling", - price: "Custom Quote", - rating: 5, - reviewCount: "60+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg?_wi=2", - imageAlt: "Professional interior home remodeling and renovation", - }, + id: "3", brand: "Remodel", name: "Home Remodeling", price: "Custom Quote", rating: 5, + reviewCount: "60+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg", imageAlt: "Professional interior home remodeling and renovation"}, { - id: "4", - brand: "Finishing", - name: "Finish Carpentry & Trim", - price: "Custom Quote", - rating: 5, - reviewCount: "52+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=2", - imageAlt: "Expert finish carpentry and trim work", - }, + id: "4", brand: "Finishing", name: "Finish Carpentry & Trim", price: "Custom Quote", rating: 5, + reviewCount: "52+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg", imageAlt: "Expert finish carpentry and trim work"}, { - id: "5", - brand: "Maintenance", - name: "Home Repairs & Maintenance", - price: "Custom Quote", - rating: 5, - reviewCount: "89+ Repairs", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg?_wi=2", - imageAlt: "Professional home repair and maintenance services", - }, + id: "5", brand: "Maintenance", name: "Home Repairs & Maintenance", price: "Custom Quote", rating: 5, + reviewCount: "89+ Repairs", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-16231.jpg", imageAlt: "Professional home repair and maintenance services"}, { - id: "6", - brand: "Exterior", - name: "Exterior Carpentry & Siding", - price: "Custom Quote", - rating: 5, - reviewCount: "67+ Projects", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=4", - imageAlt: "Expert exterior carpentry and siding installation", - }, + id: "6", brand: "Exterior", name: "Exterior Carpentry & Siding", price: "Custom Quote", rating: 5, + reviewCount: "67+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Expert exterior carpentry and siding installation"}, ]} /> @@ -123,29 +79,14 @@ export default function ServicesPage() { gridVariant="three-columns-all-equal-width" testimonials={[ { - id: "1", - name: "John Martinez", - role: "Homeowner", - company: "Pasco, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg?_wi=3", - }, + id: "1", name: "John Martinez", role: "Homeowner", company: "Pasco, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"}, { - id: "2", - name: "Sarah Thompson", - role: "Homeowner", - company: "Kennewick, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=3", - }, + id: "2", name: "Sarah Thompson", role: "Homeowner", company: "Kennewick, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg"}, { - id: "3", - name: "Michael Chen", - role: "Homeowner", - company: "Richland, WA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg?_wi=3", - }, + id: "3", name: "Michael Chen", role: "Homeowner", company: "Richland, WA", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg"}, ]} /> @@ -155,7 +96,7 @@ export default function ServicesPage() { tag="Get Your Free Estimate" title="Ready to Start Your Project?" description="Contact Quality Carpentry & Associates today to discuss your carpentry and construction needs. Our team will provide a detailed, obligation-free estimate for your project." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Your Email Address" buttonText="Request Estimate" @@ -167,66 +108,39 @@ export default function ServicesPage() {