From 24436efd1168ec8f451c0fc8c722904fb9fbb598 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d85063..7b20a62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ( @@ -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." /> @@ -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." />