5 Commits

Author SHA1 Message Date
5e2c3450f8 Update src/app/page.tsx 2026-03-09 20:01:02 +00:00
e41d159256 Update src/app/layout.tsx 2026-03-09 20:01:02 +00:00
1942491100 Merge version_1 into main
Merge version_1 into main
2026-03-09 19:59:45 +00:00
13fcdcca24 Merge version_1 into main
Merge version_1 into main
2026-03-09 19:58:55 +00:00
eea0d78a4e Merge version_1 into main
Merge version_1 into main
2026-03-09 19:57:26 +00:00
2 changed files with 2 additions and 2811 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
); );
} }