diff --git a/src/app/page.tsx b/src/app/page.tsx index daace74..6f85097 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-100.jpg?_wi=1", imageAlt: "Beautiful lush green garden with professional landscaping" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-100.jpg", imageAlt: "Beautiful lush green garden with professional landscaping" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-carring-wheelbarrow_23-2148256686.jpg?_wi=1", imageAlt: "Modern garden design with manicured lawn and landscaping" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-carring-wheelbarrow_23-2148256686.jpg", imageAlt: "Modern garden design with manicured lawn and landscaping" } ]} mediaAnimation="slide-up" @@ -88,7 +88,7 @@ export default function LandingPage() { showCard={true} speed={30} ariaLabel="Social proof and trust indicators" - titleClassName="text-3xl font-bold text-[var(--foreground)]" + textBoxTitleClassName="text-3xl font-bold text-[var(--foreground)]" textBoxDescriptionClassName="text-[var(--foreground)] opacity-85" /> @@ -117,7 +117,7 @@ export default function LandingPage() { id: "maintenance", title: "Regular Garden Maintenance", descriptions: [ "Ongoing care plans tailored to your needs", "Weeding, pruning, and seasonal tasks", "Consistent professional attention to detail" ], - imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020456.jpg?_wi=1", imageAlt: "Regular garden maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020456.jpg", imageAlt: "Regular garden maintenance" }, { id: "hedge-trimming", title: "Hedge Trimming & Pruning", descriptions: [ @@ -129,7 +129,7 @@ export default function LandingPage() { id: "landscaping", title: "Landscaping & General Work", descriptions: [ "Complete garden design and installation", "Hardscaping and structural improvements", "Transform your outdoor space" ], - imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020456.jpg?_wi=2", imageAlt: "Professional landscaping work" + imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020456.jpg", imageAlt: "Professional landscaping work" } ]} gridVariant="two-columns-alternating-heights" @@ -141,8 +141,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" ariaLabel="Services section" - titleClassName="text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" cardTitleClassName="text-2xl font-semibold text-[var(--foreground)]" cardDescriptionClassName="text-[var(--foreground)] opacity-80" /> @@ -157,7 +157,7 @@ export default function LandingPage() { description="With over 15 years of experience in professional garden care, Patrick brings reliability, expertise, and genuine care to every project." subdescription="Your garden deserves expert attention. Patrick is committed to delivering exceptional results on every job, treating your outdoor space with the same care he would his own." icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape_8327-100.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape_8327-100.jpg" imageAlt="Beautiful professional garden work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -193,8 +193,8 @@ export default function LandingPage() { } ]} ariaLabel="Customer testimonials section" - titleClassName="text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" quoteClassName="text-[var(--foreground)] italic opacity-90" nameClassName="font-semibold text-[var(--foreground)]" roleClassName="text-[var(--foreground)] opacity-70 text-sm" @@ -230,8 +230,8 @@ export default function LandingPage() { ]} animationType="blur-reveal" ariaLabel="Call to action metrics section" - titleClassName="text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" valueClassName="text-3xl font-bold text-[var(--primary-cta)]" metricTitleClassName="text-lg font-semibold text-[var(--foreground)]" /> @@ -246,7 +246,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-carring-wheelbarrow_23-2148256686.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-carring-wheelbarrow_23-2148256686.jpg" imageAlt="Professional garden services" mediaAnimation="slide-up" mediaPosition="right"