diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d2503a..0483aed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { logoAlt="Starlight Cleaners Logo" brandName="STARLIGHT CLEANERS" button={{ - text: "Schedule Pickup", href: "#contact"}} + text: "Schedule Pickup", href: "#contact"}} animateOnLoad={true} /> @@ -132,13 +132,17 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", content: "Family-Owned. Community Trusted."}, + type: "text", content: "Professional Garment Care. Neighborhood Trust. At Starlight Cleaners, we know that looking your best starts with caring for the clothes you wear every day. That's why we've dedicated ourselves to providing reliable, high-quality dry cleaning and laundry services with the personal attention only a local, family-owned business can offer. For years, we've proudly served the Inwood community and surrounding neighborhoods, helping residents, families, and professionals keep their garments fresh, clean, and ready for every occasion. From business attire and delicate fabrics to everyday laundry and household linens, every item entrusted to us is handled with care and attention to detail." + }, { - type: "text", content: "For years, Starlight Cleaners has helped local families and professionals keep their wardrobes looking their best."}, + type: "text", content: "Our reputation has been built on consistency, friendly service, and a commitment to quality. Customers continue to choose Starlight Cleaners because they know they can count on fast turnaround times, professional garment care, reasonable pricing, and a team that genuinely values their trust. We believe convenience matters just as much as quality. That's why we offer pickup and delivery services, making it easier than ever to keep your wardrobe looking its best without disrupting your busy schedule. Whether you're dropping off a favorite suit, scheduling a wash-and-fold service, or trusting us with your household linens, our goal remains the same: to provide an exceptional experience and outstanding results every time." + }, { - type: "text", content: "We combine traditional customer service with professional garment care, ensuring every item receives the attention it deserves."}, + type: "text", content: "Why Customers Choose Starlight Cleaners\n✓ Family-Owned & Community Trusted\n✓ Professional Dry Cleaning & Laundry Services\n✓ Convenient Pickup & Delivery\n✓ Fast Turnaround Times\n✓ Friendly, Personalized Service\n✓ Quality Care for Every Garment" + }, { - type: "text", content: "Whether it's your everyday laundry, business attire, bedding, or specialty garments, our team is committed to quality, consistency, and convenience."}, + type: "text", content: "Our Promise\nEvery garment tells a story. Whether it's your everyday essentials, professional wardrobe, or special occasion attire, we treat every item with the same care and respect we'd give our own. At Starlight Cleaners, we're committed to helping you look your best—one perfectly cleaned garment at a time." + }, { type: "image", src: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865360.jpg", alt: "Starlight Cleaners Owner and Team" } @@ -344,4 +348,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file