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 +}