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";
|
import { Award, CheckCircle, Leaf, Palette, ShieldCheck, Sparkles, Star, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const currentYear = new Date().getFullYear();
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="elastic-effect"
|
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,
|
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."
|
description="Experience the difference of passionate artistry, unparalleled service, and a commitment to perfection."
|
||||||
tag="Our Advantages"
|
tag="Our Advantages"
|
||||||
/>
|
/>
|
||||||
@@ -266,16 +267,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "cell-wave"}}
|
variant: "cell-wave"}}
|
||||||
tag="Let's Get Started"
|
tag="Let's Create Together"
|
||||||
title="Ready for a Colourful Change?"
|
title="Ready to Transform Your Space?"
|
||||||
description="Contact us today for a free consultation and bring your vision to life with Brushstroke & Co.'s expert touch."
|
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"
|
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"
|
imageAlt="Professional painter consulting with client at home"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Your Name"
|
inputPlaceholder="Your Email Address"
|
||||||
buttonText="Send Message"
|
buttonText="Request a Quote"
|
||||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
termsText="By clicking 'Request a Quote,' you agree to our Privacy Policy and Terms of Service."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -315,8 +316,8 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Brushstroke & Co. All rights reserved."
|
bottomLeftText={`© ${currentYear} Brushstroke & Co. All rights reserved. Your Vision, Our Expertise.`}
|
||||||
bottomRightText="Crafted with passion, painted with care."
|
bottomRightText="Elevating Spaces with Artistry and Trust."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user