diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9ed554e..2b9b7ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,7 @@ export default function AboutPage() { { 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: "### 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" } - ]; + ] as const; return (