diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 058a262..758e3a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Drain Cleaning", href: "/#drain" }, { label: "Leak Detection", href: "/#leak" }, { label: "Water Heater Service", href: "/#heater" }, @@ -27,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/#contact" }, { label: "Service Areas", href: "/#services" }, @@ -36,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (918) 555-PLUMB", href: "tel:+1-918-555-7586" }, { label: "Email: service@spotonplumbing.com", href: "mailto:service@spotonplumbing.com" }, { label: "Tulsa, Oklahoma", href: "#" }, @@ -53,7 +50,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -64,9 +61,7 @@ export default function AboutPage() { brandName="Spot On Plumbing" navItems={navItems} button={{ - text: "Schedule Service", - href: "/contact", - }} + text: "Schedule Service", href: "/contact"}} className="bg-opacity-90 backdrop-blur-md" buttonClassName="bg-[var(--primary-cta)] text-[var(--primary-cta-text)] hover:opacity-90" buttonTextClassName="font-semibold" @@ -80,7 +75,7 @@ export default function AboutPage() { tag="Our Story" tagIcon={Award} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03ifi9&_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03ifi9" imageAlt="Spot On Plumbing team of expert technicians" useInvertedBackground={true} buttons={[ @@ -107,37 +102,21 @@ export default function AboutPage() { features={[ { id: 1, - title: "Professional Excellence", - description: "Every technician is licensed, trained, and committed to the highest standards of workmanship.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d3s44i", - imageAlt: "Professional plumbing expertise", - }, + title: "Professional Excellence", description: "Every technician is licensed, trained, and committed to the highest standards of workmanship.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d3s44i", imageAlt: "Professional plumbing expertise"}, { id: 2, - title: "Local Community", - description: "We're proud to be part of the Tulsa community. We understand our neighbors and serve them with respect.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8gfiwh", - imageAlt: "Local Tulsa plumbing service", - }, + title: "Local Community", description: "We're proud to be part of the Tulsa community. We understand our neighbors and serve them with respect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8gfiwh", imageAlt: "Local Tulsa plumbing service"}, { id: 3, - title: "Customer First", - description: "Your satisfaction is our guarantee. We listen, communicate clearly, and deliver results you can trust.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73ih8j", - imageAlt: "Customer-focused service", - }, + title: "Customer First", description: "Your satisfaction is our guarantee. We listen, communicate clearly, and deliver results you can trust.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73ih8j", imageAlt: "Customer-focused service"}, { id: 4, - title: "Honest Pricing", - description: "No hidden fees. We provide upfront estimates and stand behind our pricing every time.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7x2jvq", - imageAlt: "Transparent plumbing pricing", - }, + title: "Honest Pricing", description: "No hidden fees. We provide upfront estimates and stand behind our pricing every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7x2jvq", imageAlt: "Transparent plumbing pricing"}, ]} className="py-20" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold mb-6" - descriptionClassName="text-lg opacity-80 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl font-bold mb-6" + textBoxDescriptionClassName="text-lg opacity-80 max-w-2xl mb-12" cardClassName="rounded-2xl p-8 h-full hover:shadow-lg transition-all duration-300" cardTitleClassName="text-2xl font-bold mb-3" cardDescriptionClassName="text-base opacity-75" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8894b54..7b33de0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,21 +19,15 @@ export default function ContactPage() { const navItemsWithLinks = navItems.map((item) => { const routeMap: Record = { - home: "/", - services: "/services", - about: "/about", - contact: "/contact", - }; + home: "/", services: "/services", about: "/about", contact: "/contact"}; return { ...item, - href: routeMap[item.id] || "/", - }; + href: routeMap[item.id] || "/"}; }); const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Drain Cleaning", href: "/services" }, { label: "Leak Detection", href: "/services" }, { label: "Water Heater Service", href: "/services" }, @@ -41,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Service Areas", href: "/services" }, @@ -50,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (918) 555-PLUMB", href: "tel:+1-918-555-7586" }, { label: "Email: service@spotonplumbing.com", href: "mailto:service@spotonplumbing.com" }, { label: "Tulsa, Oklahoma", href: "#" }, @@ -67,7 +59,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -88,7 +80,7 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe2054..337b78a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Drain Cleaning", href: "/#drain" }, { label: "Leak Detection", href: "/#leak" }, { label: "Water Heater Service", href: "/#heater" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/#contact" }, { label: "Service Areas", href: "/#services" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (918) 555-PLUMB", href: "tel:+1-918-555-7586" }, { label: "Email: service@spotonplumbing.com", href: "mailto:service@spotonplumbing.com" }, { label: "Tulsa, Oklahoma", href: "#" }, @@ -58,7 +55,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="small" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -69,9 +66,7 @@ export default function HomePage() { brandName="Spot On Plumbing" navItems={navItems} button={{ - text: "Schedule Service", - href: "/contact", - }} + text: "Schedule Service", href: "/contact"}} className="bg-opacity-90 backdrop-blur-md" buttonClassName="bg-[var(--primary-cta)] text-[var(--primary-cta-text)] hover:opacity-90" buttonTextClassName="font-semibold" @@ -82,7 +77,7 @@ export default function HomePage() {