Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e2c3450f8 | |||
| e41d159256 | |||
| 1942491100 | |||
| 13fcdcca24 | |||
| eea0d78a4e |
2809
src/app/layout.tsx
2809
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -196,7 +196,7 @@ export default function HomePage() {
|
|||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "How do I search for stores on StoreHub?", content:
|
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:
|
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."},
|
"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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user