Update src/app/browse/page.tsx

This commit is contained in:
2026-03-09 19:59:41 +00:00
parent 73a4d398cb
commit ce4fad3333

View File

@@ -66,23 +66,23 @@ export default function BrowsePage() {
background={{ variant: "animated-grid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg", imageAlt: "Store listing grid"},
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg?_wi=4", imageAlt: "Store listing grid"},
{
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg", imageAlt: "Store search interface"},
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg?_wi=4", imageAlt: "Store search interface"},
{
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg", imageAlt: "Shopping destination"},
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg?_wi=3", imageAlt: "Shopping destination"},
{
imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg", imageAlt: "Store profile details"},
imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg?_wi=3", imageAlt: "Store profile details"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg", imageAlt: "Browse store profiles"},
imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg?_wi=4", imageAlt: "Browse store profiles"},
{
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg", imageAlt: "Store directory"},
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg?_wi=5", imageAlt: "Store directory"},
{
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg", imageAlt: "Find stores"},
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg?_wi=5", imageAlt: "Find stores"},
{
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg", imageAlt: "Retail stores"},
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg?_wi=4", imageAlt: "Retail stores"},
]}
carouselPosition="right"
buttons={[
@@ -102,15 +102,15 @@ export default function BrowsePage() {
{
id: "1", name: "Lisa Chen", role: "Regular Shopper", testimonial:
"The browse feature helped me find specialty stores I never knew existed. I love being able to see all available options in my area at once.", imageSrc:
"http://img.b2bpic.net/free-vector/testimonial-design-with-speech-bubbles-concept_23-2147951850.jpg", imageAlt: "Lisa Chen"},
"http://img.b2bpic.net/free-vector/testimonial-design-with-speech-bubbles-concept_23-2147951850.jpg?_wi=2", imageAlt: "Lisa Chen"},
{
id: "2", name: "Michael Park", role: "Shopping Center Manager", testimonial:
"Our mall's store listings on StoreHub have increased foot traffic significantly. The platform is essential for modern retail discovery.", imageSrc:
"http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg", imageAlt: "Michael Park"},
"http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg?_wi=2", imageAlt: "Michael Park"},
{
id: "3", name: "Sarah Anderson", role: "Fashion Enthusiast", testimonial:
"I use the browse filters all the time to find fashion retailers with specific services. It's like having a personal shopping assistant!", imageSrc:
"http://img.b2bpic.net/free-photo/redhead-woman-holding-yellow-shopping-bag_23-2148339164.jpg", imageAlt: "Sarah Anderson"},
"http://img.b2bpic.net/free-photo/redhead-woman-holding-yellow-shopping-bag_23-2148339164.jpg?_wi=2", imageAlt: "Sarah Anderson"},
]}
textboxLayout="default"
useInvertedBackground={false}