From 5e2c3450f8d0f993e8bda80dcf3087f4b1294898 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:01:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aba2171..3828b26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,7 +196,7 @@ export default function HomePage() { faqs={[ { id: "1", title: "How do I search for stores on StoreHub?", content: - "Simply use our search bar to enter a store name, category (like 'clothing' or 'electronics'), or location. You can refine results using filters for distance, hours, ratings, and more. Our algorithm finds the most relevant results instantly."}, + "Use our search bar and filters to find stores by name, category, or location."}, { id: "2", title: "Can I see store hours and contact information?", content: "Yes! Each store profile displays complete information including business hours, phone numbers, websites, physical addresses, directions, and special services. This information is updated regularly by store owners and our team."}, @@ -225,4 +225,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}