chore: update branding from ProFix to Lucris Handyman across multiple components
This commit is contained in:
@@ -10,7 +10,7 @@ export function Footer() {
|
||||
<div>
|
||||
<div className="flex items-center space-x-2 mb-4">
|
||||
<Wrench className="h-8 w-8 text-orange-600" />
|
||||
<span className="font-bold text-xl text-white">ProFix Handyman</span>
|
||||
<span className="font-bold text-xl text-white">Lucris Handyman</span>
|
||||
</div>
|
||||
<p className="text-sm mb-4">
|
||||
Professional handyman services for all your home repair and maintenance needs. Quality work, affordable prices.
|
||||
@@ -88,7 +88,7 @@ export function Footer() {
|
||||
<Mail className="h-5 w-5 text-orange-600 flex-shrink-0 mt-0.5" />
|
||||
<div>
|
||||
<p className="text-sm">Email Us</p>
|
||||
<p className="text-white">info@profix.com</p>
|
||||
<p className="text-white">info@lucris.nl</p>
|
||||
</div>
|
||||
</li>
|
||||
<li className="flex items-start space-x-3">
|
||||
@@ -110,7 +110,7 @@ export function Footer() {
|
||||
</div>
|
||||
|
||||
<div className="border-t border-gray-800 mt-8 pt-8 text-center text-sm">
|
||||
<p>© 2026 ProFix Handyman. All rights reserved.</p>
|
||||
<p>© 2026 Lucris Handyman. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -23,7 +23,7 @@ export function Header() {
|
||||
{/* Logo */}
|
||||
<Link to="/" className="flex items-center space-x-2">
|
||||
<Wrench className="h-8 w-8 text-orange-600" />
|
||||
<span className="font-bold text-xl text-gray-900">ProFix Handyman</span>
|
||||
<span className="font-bold text-xl text-gray-900">Lucris Handyman</span>
|
||||
</Link>
|
||||
|
||||
{/* Desktop Navigation */}
|
||||
|
||||
@@ -37,7 +37,7 @@ export function About() {
|
||||
{/* Hero Section */}
|
||||
<section className="bg-gradient-to-br from-orange-50 to-orange-100 py-16">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl md:text-5xl mb-6 text-gray-900">About ProFix Handyman</h1>
|
||||
<h1 className="text-4xl md:text-5xl mb-6 text-gray-900">About Lucris Handyman</h1>
|
||||
<p className="text-xl text-gray-700 max-w-3xl mx-auto">
|
||||
Your trusted partner for all home repair and maintenance needs since 2011
|
||||
</p>
|
||||
@@ -51,7 +51,7 @@ export function About() {
|
||||
<div>
|
||||
<h2 className="text-3xl md:text-4xl mb-6 text-gray-900">Our Story</h2>
|
||||
<p className="text-lg text-gray-700 mb-4">
|
||||
ProFix Handyman was founded in 2011 with a simple mission: to provide reliable, high-quality handyman services at fair prices. What started as a one-person operation has grown into a trusted team of skilled professionals serving the community.
|
||||
Lucris Handyman was founded in 2011 with a simple mission: to provide reliable, high-quality handyman services at fair prices. What started as a one-person operation has grown into a trusted team of skilled professionals serving the community.
|
||||
</p>
|
||||
<p className="text-lg text-gray-700 mb-4">
|
||||
Over the years, we've completed thousands of projects, from simple repairs to complete home renovations. Our reputation for quality work and excellent customer service has made us the go-to handyman service in the area.
|
||||
|
||||
@@ -93,8 +93,8 @@ export function Contact() {
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-gray-900 mb-1">Email</h3>
|
||||
<a href="mailto:info@profix.com" className="text-orange-600 hover:text-orange-700">
|
||||
info@profix.com
|
||||
<a href="mailto:info@lucris.nl" className="text-orange-600 hover:text-orange-700">
|
||||
info@lucris.nl
|
||||
</a>
|
||||
<p className="text-gray-600 text-sm mt-1">We'll respond within 24 hours</p>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@ export function Home() {
|
||||
},
|
||||
{
|
||||
name: "Mike Thompson",
|
||||
text: "ProFix is my go-to for all home repairs. Always reliable, fair pricing, and excellent work.",
|
||||
text: "Lucris is my go-to for all home repairs. Always reliable, fair pricing, and excellent work.",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export function Home() {
|
||||
/>
|
||||
<div>
|
||||
<h2 className="text-3xl md:text-4xl mb-6 text-gray-900">
|
||||
Why Choose ProFix Handyman?
|
||||
Why Choose Lucris Handyman?
|
||||
</h2>
|
||||
<p className="text-lg text-gray-600 mb-6">
|
||||
With over 15 years of experience, we've become the most trusted handyman service in the area. Our team of skilled professionals is committed to delivering exceptional quality and customer satisfaction.
|
||||
|
||||
Reference in New Issue
Block a user