Update src/app/page.tsx

This commit is contained in:
2026-03-09 20:01:02 +00:00
parent e41d159256
commit 5e2c3450f8

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}