From 1e2cb04193d5b2b030bb2d5f50e4a3f24c3b9b24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:35:21 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f6220de..26dfaeb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Project Gallery", href: "#gallery" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ] }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Denver", href: "#" }, { label: "Boulder", href: "#" }, { label: "Fort Collins", href: "#" }, @@ -37,16 +35,14 @@ export default function ContactPage() { ] }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "(720) 555-0147", href: "tel:+17205550147" }, { label: "info@frontrangehandyworks.com", href: "mailto:info@frontrangehandyworks.com" }, { label: "Front Range, CO", href: "#" } ] }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com" }, { label: "Yelp", href: "https://yelp.com" } @@ -61,7 +57,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -87,13 +83,11 @@ export default function ContactPage() { { name: "address", type: "text", placeholder: "Project Address", required: false } ]} textarea={{ - name: "message", - placeholder: "Describe your project needs. Include room, scope, and any specific details or concerns...", - rows: 5, + name: "message", placeholder: "Describe your project needs. Include room, scope, and any specific details or concerns...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg" imageAlt="Professional handyman with tools" mediaAnimation="slide-up" mediaPosition="right" @@ -108,20 +102,10 @@ export default function ContactPage() { description="We're here to help. Reach out by phone, email, or form—whichever works best for you. We'll respond quickly." metrics={[ { - id: "1", - value: "(720) 555-0147", - title: "Call for Immediate Assistance", - description: "Speak directly with our team for urgent questions or to schedule quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=5", - imageAlt: "Customer service phone support" + id: "1", value: "(720) 555-0147", title: "Call for Immediate Assistance", description: "Speak directly with our team for urgent questions or to schedule quickly.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Customer service phone support" }, { - id: "2", - value: "Front Range, CO", - title: "Serving Your Local Community", - description: "Proudly serving Denver, Boulder, Fort Collins, and surrounding areas.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=5", - imageAlt: "Local service area map" + id: "2", value: "Front Range, CO", title: "Serving Your Local Community", description: "Proudly serving Denver, Boulder, Fort Collins, and surrounding areas.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", imageAlt: "Local service area map" } ]} animationType="slide-up" @@ -137,31 +121,22 @@ export default function ContactPage() { sideDescription="Find answers to common questions about reaching us, estimates, and getting your project started." faqs={[ { - id: "1", - title: "What's the fastest way to get a response?", - content: "Calling us at (720) 555-0147 is the fastest way to connect. We answer during business hours and get back to messages within 24 hours." + id: "1", title: "What's the fastest way to get a response?", content: "Calling us at (720) 555-0147 is the fastest way to connect. We answer during business hours and get back to messages within 24 hours." }, { - id: "2", - title: "How soon can you schedule an estimate?", - content: "We typically schedule free estimates within 3-5 business days. For urgent projects, call us directly and we'll do our best to accommodate your timeline." + id: "2", title: "How soon can you schedule an estimate?", content: "We typically schedule free estimates within 3-5 business days. For urgent projects, call us directly and we'll do our best to accommodate your timeline." }, { - id: "3", - title: "Do you charge for estimates?", - content: "No, we provide free, no-obligation estimates for all projects. We'll assess your needs and provide a detailed quote with no cost to you." + id: "3", title: "Do you charge for estimates?", content: "No, we provide free, no-obligation estimates for all projects. We'll assess your needs and provide a detailed quote with no cost to you." }, { - id: "4", - title: "Can I submit photos of my project?", - content: "Absolutely. Photos are helpful for pre-estimate assessment. You can email them to info@frontrangehandyworks.com or share them during your in-person estimate consultation." + id: "4", title: "Can I submit photos of my project?", content: "Absolutely. Photos are helpful for pre-estimate assessment. You can email them to info@frontrangehandyworks.com or share them during your in-person estimate consultation." }, { - id: "5", - title: "What if I have questions about billing?", - content: "Our team is happy to discuss payment options, financing, and billing questions. We maintain complete transparency about costs before work begins." + id: "5", title: "What if I have questions about billing?", content: "Our team is happy to discuss payment options, financing, and billing questions. We maintain complete transparency about costs before work begins." } ]} + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} animationType="smooth" -- 2.49.1 From 029777f0d1cce9c6c724c64b0133ac31774f2260 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:35:22 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 550878f..e64f819 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Project Gallery", href: "#gallery" }, @@ -33,8 +32,7 @@ export default function HomePage() { ] }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Denver", href: "#" }, { label: "Boulder", href: "#" }, { label: "Fort Collins", href: "#" }, @@ -42,16 +40,14 @@ export default function HomePage() { ] }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "(720) 555-0147", href: "tel:+17205550147" }, { label: "info@frontrangehandyworks.com", href: "mailto:info@frontrangehandyworks.com" }, { label: "Front Range, CO", href: "#" } ] }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com" }, { label: "Yelp", href: "https://yelp.com" } @@ -66,7 +62,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -85,7 +81,7 @@ export default function HomePage() { Date: Thu, 5 Mar 2026 18:35:22 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 73 +++++++++------------------------------ 1 file changed, 17 insertions(+), 56 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8c40ae8..f8b3781 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,8 +20,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Project Gallery", href: "#gallery" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ] }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Denver", href: "#" }, { label: "Boulder", href: "#" }, { label: "Fort Collins", href: "#" }, @@ -38,16 +36,14 @@ export default function ServicesPage() { ] }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "(720) 555-0147", href: "tel:+17205550147" }, { label: "info@frontrangehandyworks.com", href: "mailto:info@frontrangehandyworks.com" }, { label: "Front Range, CO", href: "#" } ] }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com" }, { label: "Yelp", href: "https://yelp.com" } @@ -62,7 +58,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -86,32 +82,16 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Trim & Molding Replacement", - description: "Expert installation and replacement of interior and exterior trim, crown molding, baseboards, and decorative details. We work with premium materials to enhance your home's beauty and value.", - imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=3", - imageAlt: "Trim and molding installation" + id: "1", title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, baseboards, and decorative details. We work with premium materials to enhance your home's beauty and value.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", imageAlt: "Trim and molding installation" }, { - id: 2, - title: "Window Installation & Repair", - description: "Professional window installation, replacement, and repair services. We work with quality materials and skilled installation to improve energy efficiency, security, and home value.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=3", - imageAlt: "Window installation services" + id: "2", title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials and skilled installation to improve energy efficiency, security, and home value.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", imageAlt: "Window installation services" }, { - id: 3, - title: "Door Installation & Repair", - description: "Complete door services including installation, repairs, refinishing, and upgrades for entry doors, interior doors, sliding doors, and specialty applications.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg?_wi=2", - imageAlt: "Door installation and repair" + id: "3", title: "Door Installation & Repair", description: "Complete door services including installation, repairs, refinishing, and upgrades for entry doors, interior doors, sliding doors, and specialty applications.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg", imageAlt: "Door installation and repair" }, { - id: 4, - title: "Siding & Exterior Work", - description: "High-quality siding repair and installation to protect your home from the elements while improving curb appeal, energy performance, and overall property value.", - imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=3", - imageAlt: "Exterior siding work" + id: "4", title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home from the elements while improving curb appeal, energy performance, and overall property value.", imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg", imageAlt: "Exterior siding work" } ]} textboxLayout="default" @@ -126,20 +106,10 @@ export default function ServicesPage() { description="Experience the difference that professional craftsmanship, local expertise, and genuine customer care can make." metrics={[ { - id: "1", - value: "Licensed & Insured", - title: "Professional Credentials", - description: "Full licensing and insurance coverage for your peace of mind and protection.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=4", - imageAlt: "Professional certification" + id: "1", value: "Licensed & Insured", title: "Professional Credentials", description: "Full licensing and insurance coverage for your peace of mind and protection.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Professional certification" }, { - id: "2", - value: "Free Estimates", - title: "Transparent Pricing", - description: "No surprise costs. We provide detailed, honest estimates before any work begins.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=4", - imageAlt: "Transparent service pricing" + id: "2", value: "Free Estimates", title: "Transparent Pricing", description: "No surprise costs. We provide detailed, honest estimates before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", imageAlt: "Transparent service pricing" } ]} animationType="slide-up" @@ -155,31 +125,22 @@ export default function ServicesPage() { sideDescription="Answers to common questions about our services, process, and how we work with homeowners." faqs={[ { - id: "1", - title: "What types of projects do you handle?", - content: "We specialize in trim and molding replacement, window and door installation/repair, siding work, and general home improvement projects. From small repairs to complete renovations, we handle it all with professional craftsmanship." + id: "1", title: "What types of projects do you handle?", content: "We specialize in trim and molding replacement, window and door installation/repair, siding work, and general home improvement projects. From small repairs to complete renovations, we handle it all with professional craftsmanship." }, { - id: "2", - title: "Do you provide warranties on your work?", - content: "Yes, we stand behind the quality of our work. We provide warranties on materials and labor. We'll discuss specific warranty details during your estimate consultation." + id: "2", title: "Do you provide warranties on your work?", content: "Yes, we stand behind the quality of our work. We provide warranties on materials and labor. We'll discuss specific warranty details during your estimate consultation." }, { - id: "3", - title: "How far in advance should I book?", - content: "We recommend contacting us as soon as you know about your project needs. For smaller projects, we can often schedule within 1-2 weeks. Larger projects may require more advance planning." + id: "3", title: "How far in advance should I book?", content: "We recommend contacting us as soon as you know about your project needs. For smaller projects, we can often schedule within 1-2 weeks. Larger projects may require more advance planning." }, { - id: "4", - title: "Can you work around my schedule?", - content: "Absolutely. We understand how important convenience is. We'll work with you to find scheduling that fits your needs, including early mornings, evenings, and weekends when necessary." + id: "4", title: "Can you work around my schedule?", content: "Absolutely. We understand how important convenience is. We'll work with you to find scheduling that fits your needs, including early mornings, evenings, and weekends when necessary." }, { - id: "5", - title: "What's included in your estimate?", - content: "Our estimates include detailed project scope, material specifications, labor timeline, total cost, and warranty information. We're transparent about every aspect of your project." + id: "5", title: "What's included in your estimate?", content: "Our estimates include detailed project scope, material specifications, labor timeline, total cost, and warranty information. We're transparent about every aspect of your project." } ]} + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} animationType="smooth" -- 2.49.1