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" 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() {