3 Commits

Author SHA1 Message Date
d8920c2c66 Merge version_2 into main
Merge version_2 into main
2026-06-10 17:57:35 +00:00
24436efd11 Update src/app/page.tsx 2026-06-10 17:57:32 +00:00
d206d19414 Merge version_1 into main
Merge version_1 into main
2026-06-10 17:34:15 +00:00

View File

@@ -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>