Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -16,6 +16,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, CheckCircle, Leaf, Palette, ShieldCheck, Sparkles, Star, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
@@ -168,7 +169,7 @@ export default function LandingPage() {
|
||||
id: "m5", value: "100%", title: "Satisfaction Guarantee", description: "Our promise: We're not happy until you're absolutely delighted.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Why Brushstroke & Co.?"
|
||||
title="Why Brushstroke & Co."
|
||||
description="Experience the difference of passionate artistry, unparalleled service, and a commitment to perfection."
|
||||
tag="Our Advantages"
|
||||
/>
|
||||
@@ -266,16 +267,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "cell-wave"}}
|
||||
tag="Let's Get Started"
|
||||
title="Ready for a Colourful Change?"
|
||||
description="Contact us today for a free consultation and bring your vision to life with Brushstroke & Co.'s expert touch."
|
||||
tag="Let's Create Together"
|
||||
title="Ready to Transform Your Space?"
|
||||
description="Connect with Brushstroke & Co. for a personalized consultation. Let's discuss your vision and bring it to life with our expert painting services."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-matching-ceramic-plate-with-color-swatch-wooden-table_23-2147936297.jpg"
|
||||
imageAlt="Professional painter consulting with client at home"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your Name"
|
||||
buttonText="Send Message"
|
||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Request a Quote"
|
||||
termsText="By clicking 'Request a Quote,' you agree to our Privacy Policy and Terms of Service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -315,8 +316,8 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Brushstroke & Co. All rights reserved."
|
||||
bottomRightText="Crafted with passion, painted with care."
|
||||
bottomLeftText={`© ${currentYear} Brushstroke & Co. All rights reserved. Your Vision, Our Expertise.`}
|
||||
bottomRightText="Elevating Spaces with Artistry and Trust."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user