From 3613bfd1720ece222d4d0dc48c58dc7b71aa9f52 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:25:39 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 +++++++++--------------------------------- 1 file changed, 15 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9bcfbb8..3f74795 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Squash Equipment", href: "#products" }, { label: "Netball Gear", href: "#products" }, { label: "Tennis Equipment", href: "#products" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Products", href: "#products" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "42 Jock Meiring St, Park West", href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein" }, { label: "Phone: 083 679 0088", href: "tel:0836790088" }, { label: "Mon-Fri: 9am - 5pm", href: "#" }, @@ -78,21 +75,13 @@ export default function AboutPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Trusted Partnership", - description: "Building lasting relationships with athletes, coaches, and teams across Bloemfontein", - }, + title: "Trusted Partnership", description: "Building lasting relationships with athletes, coaches, and teams across Bloemfontein"}, { - title: "Quality Assurance", - description: "Only stocking equipment from reputable brands that meet our rigorous standards", - }, + title: "Quality Assurance", description: "Only stocking equipment from reputable brands that meet our rigorous standards"}, { - title: "Community Commitment", - description: "Supporting local sports initiatives, teams, and youth development programs", - }, + title: "Community Commitment", description: "Supporting local sports initiatives, teams, and youth development programs"}, { - title: "Expert Knowledge", - description: "Our team stays updated on the latest sports equipment and trends to serve you better", - }, + title: "Expert Knowledge", description: "Our team stays updated on the latest sports equipment and trends to serve you better"}, ]} imageSrc="http://img.b2bpic.net/free-photo/what-you-think-about-new-jewelry_329181-8033.jpg?_wi=2" imageAlt="retail team smiling customer service sports store" @@ -109,32 +98,14 @@ export default function AboutPage() { tag="Real Impact" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Thabo Mthembu", - role: "Squash Player", - testimonial: "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment for my competitive season.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=2", - imageAlt: "Thabo Mthembu", - }, + id: "1", name: "Thabo Mthembu", role: "Squash Player", testimonial: "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment for my competitive season.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=2", imageAlt: "Thabo Mthembu"}, { - id: "2", - name: "Sarah van der Merwe", - role: "Netball Coach", - testimonial: "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need. Their bulk order discounts are exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=2", - imageAlt: "Sarah van der Merwe", - }, + id: "2", name: "Sarah van der Merwe", role: "Netball Coach", testimonial: "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need. Their bulk order discounts are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=2", imageAlt: "Sarah van der Merwe"}, { - id: "3", - name: "Marcus Botha", - role: "Tennis Enthusiast", - testimonial: "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends. They go above and beyond to help.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=2", - imageAlt: "Marcus Botha", - }, + id: "3", name: "Marcus Botha", role: "Tennis Enthusiast", testimonial: "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends. They go above and beyond to help.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=2", imageAlt: "Marcus Botha"}, ]} ariaLabel="Customer stories section" /> @@ -146,28 +117,17 @@ export default function AboutPage() { description="Located in Park West, Bloemfontein, our store is open Monday to Friday 9am-5pm and Saturday 9am-1pm. Visit us to explore our full range of sporting equipment or contact us with any questions." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} useInvertedBackground={false} -- 2.49.1 From eb0f03f8e57b9cb0ce8a3b1c8cac818d2274fe56 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:25:40 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 99 ++++++++++------------------------------ 1 file changed, 25 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8ebe52f..159d263 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Squash Equipment", href: "/products" }, { label: "Netball Gear", href: "/products" }, { label: "Tennis Equipment", href: "/products" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Products", href: "/products" }, @@ -37,12 +35,9 @@ export default function ContactPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { - label: "42 Jock Meiring St, Park West", - href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein", - }, + label: "42 Jock Meiring St, Park West", href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein"}, { label: "Phone: 083 679 0088", href: "tel:0836790088" }, { label: "Mon-Fri: 9am - 5pm", href: "#" }, { label: "Sat: 9am - 1pm", href: "#" }, @@ -83,29 +78,18 @@ export default function ContactPage() { description="Have questions about our products or services? Contact Shelbi Winkler Sport Shop today. Visit us in Park West or call us during business hours." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: - "Your Message (e.g., product inquiry, bulk order request)", - rows: 5, + name: "message", placeholder: + "Your Message (e.g., product inquiry, bulk order request)", rows: 5, required: true, }} useInvertedBackground={false} @@ -125,38 +109,20 @@ export default function ContactPage() { tag="Customer Reviews" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Thabo Mthembu", - role: "Squash Player", - testimonial: - "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=4", - imageAlt: "Thabo Mthembu", - }, + id: "1", name: "Thabo Mthembu", role: "Squash Player", testimonial: + "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=4", imageAlt: "Thabo Mthembu"}, { - id: "2", - name: "Sarah van der Merwe", - role: "Netball Coach", - testimonial: - "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=4", - imageAlt: "Sarah van der Merwe", - }, + id: "2", name: "Sarah van der Merwe", role: "Netball Coach", testimonial: + "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=4", imageAlt: "Sarah van der Merwe"}, { - id: "3", - name: "Marcus Botha", - role: "Tennis Enthusiast", - testimonial: - "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=4", - imageAlt: "Marcus Botha", - }, + id: "3", name: "Marcus Botha", role: "Tennis Enthusiast", testimonial: + "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=4", imageAlt: "Marcus Botha"}, ]} ariaLabel="Testimonials section" /> @@ -173,29 +139,14 @@ export default function ContactPage() { animationType="opacity" products={[ { - id: "1", - name: "Squash Rackets & Equipment", - price: "R899 - R2,499", - imageSrc: - "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=3", - imageAlt: "squash racket equipment white background isolated", - }, + id: "1", name: "Squash Rackets & Equipment", price: "R899 - R2,499", imageSrc: + "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=3", imageAlt: "squash racket equipment white background isolated"}, { - id: "2", - name: "Netball Gear & Accessories", - price: "R599 - R1,899", - imageSrc: - "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=3", - imageAlt: "netball ball orange equipment isolated white background", - }, + id: "2", name: "Netball Gear & Accessories", price: "R599 - R1,899", imageSrc: + "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=3", imageAlt: "netball ball orange equipment isolated white background"}, { - id: "3", - name: "Tennis Rackets & Balls", - price: "R799 - R3,499", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=3", - imageAlt: "tennis racket balls equipment professional isolated", - }, + id: "3", name: "Tennis Rackets & Balls", price: "R799 - R3,499", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=3", imageAlt: "tennis racket balls equipment professional isolated"}, ]} ariaLabel="Popular products section" /> -- 2.49.1 From 95a738aee91812b20f281a95881873f9449aff23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:25:40 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 136 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31fb5f2..2ac399f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Squash Equipment", href: "#products" }, { label: "Netball Gear", href: "#products" }, { label: "Tennis Equipment", href: "#products" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Products", href: "#products" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "42 Jock Meiring St, Park West", href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein" }, { label: "Phone: 083 679 0088", href: "tel:0836790088" }, { label: "Mon-Fri: 9am - 5pm", href: "#" }, @@ -99,21 +96,13 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Quality Equipment", - description: "Premium sports gear from trusted brands across all categories", - }, + title: "Quality Equipment", description: "Premium sports gear from trusted brands across all categories"}, { - title: "Expert Service", - description: "Knowledgeable staff ready to help you find exactly what you need", - }, + title: "Expert Service", description: "Knowledgeable staff ready to help you find exactly what you need"}, { - title: "Competitive Pricing", - description: "Best value for your money on all sporting goods", - }, + title: "Competitive Pricing", description: "Best value for your money on all sporting goods"}, { - title: "Local Community", - description: "Supporting athletes and teams in Bloemfontein since our opening", - }, + title: "Local Community", description: "Supporting athletes and teams in Bloemfontein since our opening"}, ]} imageSrc="http://img.b2bpic.net/free-photo/what-you-think-about-new-jewelry_329181-8033.jpg?_wi=1" imageAlt="retail team smiling customer service sports store" @@ -128,47 +117,27 @@ export default function HomePage() { title="Our Product Categories" description="Explore our extensive range of sporting equipment across multiple disciplines" tag="Premium Equipment" - textboxLayout="default" + textboxLayout="split-actions" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" animationType="slide-up" + buttons={[ + { text: "Browse All", href: "#" }, + { text: "Request Catalog", href: "#" }, + ]} products={[ { - id: "1", - name: "Squash Rackets & Equipment", - price: "R899 - R2,499", - imageSrc: "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=1", - }, + id: "1", name: "Squash Rackets & Equipment", price: "R899 - R2,499", imageSrc: "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=1"}, { - id: "2", - name: "Netball Gear & Accessories", - price: "R599 - R1,899", - imageSrc: "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=1", - }, + id: "2", name: "Netball Gear & Accessories", price: "R599 - R1,899", imageSrc: "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=1"}, { - id: "3", - name: "Tennis Rackets & Balls", - price: "R799 - R3,499", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=1", - }, + id: "3", name: "Tennis Rackets & Balls", price: "R799 - R3,499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=1"}, { - id: "4", - name: "Hockey Sticks & Protection", - price: "R649 - R2,299", - imageSrc: "http://img.b2bpic.net/free-photo/hockey-players-isolated-white_654080-1478.jpg?_wi=1", - }, + id: "4", name: "Hockey Sticks & Protection", price: "R649 - R2,299", imageSrc: "http://img.b2bpic.net/free-photo/hockey-players-isolated-white_654080-1478.jpg?_wi=1"}, { - id: "5", - name: "Sports Shoes & Apparel", - price: "R499 - R1,999", - imageSrc: "http://img.b2bpic.net/free-photo/unfocused-clothing-store_1203-421.jpg?_wi=1", - }, + id: "5", name: "Sports Shoes & Apparel", price: "R499 - R1,999", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-clothing-store_1203-421.jpg?_wi=1"}, { - id: "6", - name: "General Sports Accessories", - price: "R99 - R899", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585913.jpg?_wi=1", - }, + id: "6", name: "General Sports Accessories", price: "R99 - R899", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585913.jpg?_wi=1"}, ]} ariaLabel="Products section" /> @@ -181,56 +150,20 @@ export default function HomePage() { tag="Customer Reviews" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Thabo Mthembu", - role: "Squash Player", - testimonial: "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=1", - imageAlt: "Thabo Mthembu", - }, + id: "1", name: "Thabo Mthembu", role: "Squash Player", testimonial: "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=1", imageAlt: "Thabo Mthembu"}, { - id: "2", - name: "Sarah van der Merwe", - role: "Netball Coach", - testimonial: "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1", - imageAlt: "Sarah van der Merwe", - }, + id: "2", name: "Sarah van der Merwe", role: "Netball Coach", testimonial: "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1", imageAlt: "Sarah van der Merwe"}, { - id: "3", - name: "Marcus Botha", - role: "Tennis Enthusiast", - testimonial: "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=1", - imageAlt: "Marcus Botha", - }, + id: "3", name: "Marcus Botha", role: "Tennis Enthusiast", testimonial: "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=1", imageAlt: "Marcus Botha"}, { - id: "4", - name: "Keyla Leballo", - role: "Hockey Athlete", - testimonial: "Best sports shop in Bloemfontein! The customer service is exceptional and the product quality is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-standing-white_141793-109100.jpg?_wi=1", - imageAlt: "Keyla Leballo", - }, + id: "4", name: "Keyla Leballo", role: "Hockey Athlete", testimonial: "Best sports shop in Bloemfontein! The customer service is exceptional and the product quality is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-standing-white_141793-109100.jpg?_wi=1", imageAlt: "Keyla Leballo"}, { - id: "5", - name: "David Pieterse", - role: "Sports Manager", - testimonial: "We manage multiple teams and Shelbi Winkler is our go-to store. Competitive pricing and bulk order discounts available.", - imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1", - imageAlt: "David Pieterse", - }, + id: "5", name: "David Pieterse", role: "Sports Manager", testimonial: "We manage multiple teams and Shelbi Winkler is our go-to store. Competitive pricing and bulk order discounts available.", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1", imageAlt: "David Pieterse"}, { - id: "6", - name: "Amanda Nkosi", - role: "Fitness Instructor", - testimonial: "Great variety of sports accessories and apparel. Always helpful staff and fast checkout process.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=1", - imageAlt: "Amanda Nkosi", - }, + id: "6", name: "Amanda Nkosi", role: "Fitness Instructor", testimonial: "Great variety of sports accessories and apparel. Always helpful staff and fast checkout process.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=1", imageAlt: "Amanda Nkosi"}, ]} ariaLabel="Testimonials section" /> @@ -242,28 +175,17 @@ export default function HomePage() { description="Have questions about our products or services? Contact Shelbi Winkler Sport Shop today. Visit us in Park West or call us during business hours." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message (e.g., product inquiry, bulk order request)", - rows: 5, + name: "message", placeholder: "Your Message (e.g., product inquiry, bulk order request)", rows: 5, required: true, }} useInvertedBackground={false} -- 2.49.1 From dfcf471f250ca763cdf6be3e48cfaba148c05602 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:25:41 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 162 ++++++++++---------------------------- 1 file changed, 40 insertions(+), 122 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 774af06..59440d1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -19,8 +19,7 @@ export default function ProductsPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Squash Equipment", href: "/products" }, { label: "Netball Gear", href: "/products" }, { label: "Tennis Equipment", href: "/products" }, @@ -28,8 +27,7 @@ export default function ProductsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Products", href: "/products" }, @@ -37,12 +35,9 @@ export default function ProductsPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { - label: "42 Jock Meiring St, Park West", - href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein", - }, + label: "42 Jock Meiring St, Park West", href: "https://maps.google.com/?q=42+Jock+Meiring+Street+Park+West+Bloemfontein"}, { label: "Phone: 083 679 0088", href: "tel:0836790088" }, { label: "Mon-Fri: 9am - 5pm", href: "#" }, { label: "Sat: 9am - 1pm", href: "#" }, @@ -85,56 +80,26 @@ export default function ProductsPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" - animationType="slide-up" + animationType="scale-rotate" products={[ { - id: "1", - name: "Squash Rackets & Equipment", - price: "R899 - R2,499", - imageSrc: - "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=2", - imageAlt: "squash racket equipment white background isolated", - }, + id: "1", name: "Squash Rackets & Equipment", price: "R899 - R2,499", imageSrc: + "http://img.b2bpic.net/free-psd/vintage-tennis-rackets-ball-retro-sporting-image_191095-79981.jpg?_wi=2", imageAlt: "squash racket equipment white background isolated"}, { - id: "2", - name: "Netball Gear & Accessories", - price: "R599 - R1,899", - imageSrc: - "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=2", - imageAlt: "netball ball orange equipment isolated white background", - }, + id: "2", name: "Netball Gear & Accessories", price: "R599 - R1,899", imageSrc: + "http://img.b2bpic.net/free-photo/organized-closet-with-folded-clothes-hanging-shirts_23-2151982453.jpg?_wi=2", imageAlt: "netball ball orange equipment isolated white background"}, { - id: "3", - name: "Tennis Rackets & Balls", - price: "R799 - R3,499", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=2", - imageAlt: "tennis racket balls equipment professional isolated", - }, + id: "3", name: "Tennis Rackets & Balls", price: "R799 - R3,499", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275278.jpg?_wi=2", imageAlt: "tennis racket balls equipment professional isolated"}, { - id: "4", - name: "Hockey Sticks & Protection", - price: "R649 - R2,299", - imageSrc: - "http://img.b2bpic.net/free-photo/hockey-players-isolated-white_654080-1478.jpg?_wi=2", - imageAlt: "hockey stick puck equipment isolated professional", - }, + id: "4", name: "Hockey Sticks & Protection", price: "R649 - R2,299", imageSrc: + "http://img.b2bpic.net/free-photo/hockey-players-isolated-white_654080-1478.jpg?_wi=2", imageAlt: "hockey stick puck equipment isolated professional"}, { - id: "5", - name: "Sports Shoes & Apparel", - price: "R499 - R1,999", - imageSrc: - "http://img.b2bpic.net/free-photo/unfocused-clothing-store_1203-421.jpg?_wi=2", - imageAlt: "sports shoes running white background modern design", - }, + id: "5", name: "Sports Shoes & Apparel", price: "R499 - R1,999", imageSrc: + "http://img.b2bpic.net/free-photo/unfocused-clothing-store_1203-421.jpg?_wi=2", imageAlt: "sports shoes running white background modern design"}, { - id: "6", - name: "General Sports Accessories", - price: "R99 - R899", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585913.jpg?_wi=2", - imageAlt: "sports accessories collection organized retail display", - }, + id: "6", name: "General Sports Accessories", price: "R99 - R899", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585913.jpg?_wi=2", imageAlt: "sports accessories collection organized retail display"}, ]} ariaLabel="Products section" /> @@ -147,68 +112,32 @@ export default function ProductsPage() { tag="Customer Reviews" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Thabo Mthembu", - role: "Squash Player", - testimonial: - "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=3", - imageAlt: "Thabo Mthembu", - }, + id: "1", name: "Thabo Mthembu", role: "Squash Player", testimonial: + "Shelbi Winkler has the best selection of squash rackets in the city. The staff really knows their products and helped me find the perfect equipment.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-happy-man-outdoors_23-2148747426.jpg?_wi=3", imageAlt: "Thabo Mthembu"}, { - id: "2", - name: "Sarah van der Merwe", - role: "Netball Coach", - testimonial: - "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=3", - imageAlt: "Sarah van der Merwe", - }, + id: "2", name: "Sarah van der Merwe", role: "Netball Coach", testimonial: + "I source all my team's equipment from Shelbi Winkler. Reliable, affordable, and they always have what we need.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=3", imageAlt: "Sarah van der Merwe"}, { - id: "3", - name: "Marcus Botha", - role: "Tennis Enthusiast", - testimonial: - "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=3", - imageAlt: "Marcus Botha", - }, + id: "3", name: "Marcus Botha", role: "Tennis Enthusiast", testimonial: + "Outstanding service and fantastic prices. I've recommended Shelbi Winkler to all my tennis friends.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-young-caucasian-girl-with-pixie-haircut-looking-camera-isolated-green-background-with-copy-space_141793-87968.jpg?_wi=3", imageAlt: "Marcus Botha"}, { - id: "4", - name: "Keyla Leballo", - role: "Hockey Athlete", - testimonial: - "Best sports shop in Bloemfontein! The customer service is exceptional and the product quality is unmatched.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-standing-white_141793-109100.jpg?_wi=2", - imageAlt: "Keyla Leballo", - }, + id: "4", name: "Keyla Leballo", role: "Hockey Athlete", testimonial: + "Best sports shop in Bloemfontein! The customer service is exceptional and the product quality is unmatched.", imageSrc: + "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-standing-white_141793-109100.jpg?_wi=2", imageAlt: "Keyla Leballo"}, { - id: "5", - name: "David Pieterse", - role: "Sports Manager", - testimonial: - "We manage multiple teams and Shelbi Winkler is our go-to store. Competitive pricing and bulk order discounts available.", - imageSrc: - "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=2", - imageAlt: "David Pieterse", - }, + id: "5", name: "David Pieterse", role: "Sports Manager", testimonial: + "We manage multiple teams and Shelbi Winkler is our go-to store. Competitive pricing and bulk order discounts available.", imageSrc: + "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=2", imageAlt: "David Pieterse"}, { - id: "6", - name: "Amanda Nkosi", - role: "Fitness Instructor", - testimonial: - "Great variety of sports accessories and apparel. Always helpful staff and fast checkout process.", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=2", - imageAlt: "Amanda Nkosi", - }, + id: "6", name: "Amanda Nkosi", role: "Fitness Instructor", testimonial: + "Great variety of sports accessories and apparel. Always helpful staff and fast checkout process.", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=2", imageAlt: "Amanda Nkosi"}, ]} ariaLabel="Testimonials section" /> @@ -220,28 +149,17 @@ export default function ProductsPage() { description="Have questions about specific products or need bulk ordering information? Contact us today and our team will respond promptly." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "product", - type: "text", - placeholder: "Product Category Interest", - required: false, + name: "product", type: "text", placeholder: "Product Category Interest", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your inquiry (e.g., bulk orders, product availability)", - rows: 5, + name: "message", placeholder: "Your inquiry (e.g., bulk orders, product availability)", rows: 5, required: true, }} useInvertedBackground={false} -- 2.49.1