From 72c8fafdb886e55d1604a9c096c0c00fdde70e80 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:14:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad422da..185236f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { description="Your windows are the first thing people notice about your home. We make them sparkle." tag="Our Commitment" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" bulletPoints={[ { title: "Locally Owned & Operated", description: "Been serving the community for years with personal, reliable service", icon: MapPin, @@ -95,7 +95,7 @@ export default function LandingPage() { description="We offer comprehensive window cleaning solutions tailored to your home's needs" tag="Services" tagIcon={Wrench} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { icon: Sparkles, @@ -163,7 +163,7 @@ export default function LandingPage() { description="Getting your windows cleaned is easy. Here's how we work." tag="How It Works" tagIcon={Lightbulb} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { id: "1", value: "1", title: "Request a Quote", items: [ @@ -191,7 +191,7 @@ export default function LandingPage() { description="Don't just take our word for it - hear from homeowners who've experienced our service" tag="Customer Reviews" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Sutton, MA", testimonial: "Fantastic results, fast communication, and excellent service. Erik's team made my windows sparkle like new. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg", imageAlt: "Sarah Johnson"}, @@ -220,7 +220,7 @@ export default function LandingPage() { description="Serving residential customers in Sutton, Millbury, Worcester, Grafton, Shrewsbury, and surrounding communities" tag="Service Areas" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="slide-up" names={[ "Sutton", "Millbury", "Worcester", "Grafton", "Shrewsbury", "Auburn", "Westborough", "Boylston"]} textboxLayout="default" -- 2.49.1