From 4b0d65dec5cd0299c819a90efd46c24398139254 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:37:03 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 03c935d..925a32f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,6 +51,7 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg" imageAlt="50 Something Wolwinkel store location" mediaPosition="right" + mediaAnimation="slide-up" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime." @@ -65,15 +66,20 @@ export default function ContactPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", title: "What are your store hours?", content: "We're open daily and close at 5:00 PM. Perfect for a quick visit during your shopping mall trip! We're located inside the shopping mall in Vredenburg."}, + id: "1", title: "What are your store hours?", content: "We're open daily and close at 5:00 PM. Perfect for a quick visit during your shopping mall trip! We're located inside the shopping mall in Vredenburg." + }, { - id: "2", title: "Do you offer knitting classes?", content: "While we focus on providing quality supplies, our knowledgeable staff can offer guidance on yarn selection and project recommendations. Contact us at 073 519 4200 for personalized advice."}, + id: "2", title: "Do you offer knitting classes?", content: "While we focus on providing quality supplies, our knowledgeable staff can offer guidance on yarn selection and project recommendations. Contact us at 073 519 4200 for personalized advice." + }, { - id: "3", title: "What payment methods do you accept?", content: "We accept cash and card payments at our physical store location. Visit us in Vredenburg to complete your purchase."}, + id: "3", title: "What payment methods do you accept?", content: "We accept cash and card payments at our physical store location. Visit us in Vredenburg to complete your purchase." + }, { - id: "4", title: "Do you offer special orders?", content: "Yes! We can help source specific yarns or supplies. Call us at 073 519 4200 to discuss your special order needs."}, + id: "4", title: "Do you offer special orders?", content: "Yes! We can help source specific yarns or supplies. Call us at 073 519 4200 to discuss your special order needs." + }, { - id: "5", title: "Are you beginner-friendly?", content: "Absolutely! Our team is passionate about helping both beginners and experienced crafters. We stock supplies for all skill levels and can recommend perfect starter yarns and kits."}, + id: "5", title: "Are you beginner-friendly?", content: "Absolutely! Our team is passionate about helping both beginners and experienced crafters. We stock supplies for all skill levels and can recommend perfect starter yarns and kits." + }, ]} imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg" imageAlt="Welcoming store interior with yarn displays" -- 2.49.1 From 62fafb7a888cf45d2eb6752b39e29d00f24628cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:37:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 61 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7910628..27a1d8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,16 +82,20 @@ export default function HomePage() { { id: 1, title: "Premium Yarn Selection", description: "Hand-picked yarns and wools from trusted suppliers. All weights, colors, and textures for every project.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg", imageAlt: "Multi-colored yarn balls"}, + imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg", imageAlt: "Multi-colored yarn balls" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg", imageAlt: "Store interior with yarn displays"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg", imageAlt: "Store interior with yarn displays" + }, }, { id: 2, title: "Expert Tools & Supplies", description: "Quality knitting needles, crochet hooks, and craft accessories. Everything organized and ready to use.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg", imageAlt: "Knitting needles and tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg", imageAlt: "Knitting needles and tools" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg", imageAlt: "Crochet patterns and guides"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg", imageAlt: "Crochet patterns and guides" + }, }, ]} showStepNumbers={true} @@ -110,13 +114,16 @@ export default function HomePage() { products={[ { id: "1", brand: "Premium Yarns", name: "Merino Wool Blend", price: "From R89", rating: 5, - reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg", imageAlt: "Merino wool blend yarn in multiple colors"}, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-ball-yarns-wooden-background_23-2147875063.jpg", imageAlt: "Merino wool blend yarn in multiple colors" + }, { id: "2", brand: "Quality Tools", name: "Bamboo Knitting Needles Set", price: "From R199", rating: 5, - reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg", imageAlt: "Complete set of bamboo knitting needles"}, + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/box-with-yarn-threads-wooden-knitting-needles_169016-49979.jpg", imageAlt: "Complete set of bamboo knitting needles" + }, { id: "3", brand: "Craft Resources", name: "Knitting Pattern Collections", price: "From R79", rating: 4, - reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg", imageAlt: "Various knitting pattern guides and instructions"}, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crochet-set-with-yarn-notebook_23-2148815768.jpg", imageAlt: "Various knitting pattern guides and instructions" + }, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -134,16 +141,20 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Maria Visagie", role: "Knitting Enthusiast", company: "Vredenburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Maria Visagie"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Maria Visagie" + }, { id: "2", name: "Anita de Jager", role: "Crochet Instructor", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", imageAlt: "Anita de Jager"}, + imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", imageAlt: "Anita de Jager" + }, { id: "3", name: "Petra Hoffmann", role: "Craft Hobbyist", company: "Vredenburg Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Petra Hoffmann"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Petra Hoffmann" + }, { id: "4", name: "Liesl Malan", role: "Retired Teacher", company: "West Coast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Liesl Malan"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Liesl Malan" + }, ]} kpiItems={[ { value: "4.0", label: "Star Rating" }, @@ -165,16 +176,20 @@ export default function HomePage() { blogs={[ { id: "1", category: ["Yarn", "Colors"], - title: "Rainbow Yarn Palette", excerpt: "Our extensive collection of yarn colors to inspire every project. From soft pastels to vibrant hues.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-thread-reels_23-2148527987.jpg", imageAlt: "Display of colorful yarn balls", authorName: "50 Something Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Curated Collection"}, + title: "Rainbow Yarn Palette", excerpt: "Our extensive collection of yarn colors to inspire every project. From soft pastels to vibrant hues.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colored-thread-reels_23-2148527987.jpg", imageAlt: "Display of colorful yarn balls", authorName: "50 Something Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Curated Collection" + }, { id: "2", category: ["Projects", "Inspiration"], - title: "Finished Knitting Projects", excerpt: "Stunning creations from our customers. See what's possible with quality materials and patience.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-knitted-element-yarn-heart-made-threads_169016-52051.jpg", imageAlt: "Completed knitted sweater projects", authorName: "Customer Made", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Community Showcase"}, + title: "Finished Knitting Projects", excerpt: "Stunning creations from our customers. See what's possible with quality materials and patience.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-knitted-element-yarn-heart-made-threads_169016-52051.jpg", imageAlt: "Completed knitted sweater projects", authorName: "Customer Made", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Community Showcase" + }, { id: "3", category: ["Store", "Organization"], - title: "Shop Layout & Display", excerpt: "Our organized store layout makes it easy to find exactly what you need for your next project.", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg", imageAlt: "Well-organized store shelves with supplies", authorName: "50 Something Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Shop Tour"}, + title: "Shop Layout & Display", excerpt: "Our organized store layout makes it easy to find exactly what you need for your next project.", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg", imageAlt: "Well-organized store shelves with supplies", authorName: "50 Something Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "Shop Tour" + }, { id: "4", category: ["Workspace", "Creative"], - title: "Craft Corner Inspiration", excerpt: "Get inspired by our cozy craft spaces and creative workstation setups.", imageSrc: "http://img.b2bpic.net/free-photo/gift-wrapping-design-space_53876-23098.jpg", imageAlt: "Creative workspace with craft materials", authorName: "Design Inspiration", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "DIY Ideas"}, + title: "Craft Corner Inspiration", excerpt: "Get inspired by our cozy craft spaces and creative workstation setups.", imageSrc: "http://img.b2bpic.net/free-photo/gift-wrapping-design-space_53876-23098.jpg", imageAlt: "Creative workspace with craft materials", authorName: "Design Inspiration", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", date: "DIY Ideas" + }, ]} textboxLayout="default" animationType="slide-up" @@ -191,15 +206,20 @@ export default function HomePage() { tagIcon={HelpCircle} faqs={[ { - id: "1", title: "What are your store hours?", content: "We're open daily and close at 5:00 PM. Perfect for a quick visit during your shopping mall trip! We're located inside the shopping mall in Vredenburg."}, + id: "1", title: "What are your store hours?", content: "We're open daily and close at 5:00 PM. Perfect for a quick visit during your shopping mall trip! We're located inside the shopping mall in Vredenburg." + }, { - id: "2", title: "Do you offer knitting classes?", content: "While we focus on providing quality supplies, our knowledgeable staff can offer guidance on yarn selection and project recommendations. Contact us at 073 519 4200 for personalized advice."}, + id: "2", title: "Do you offer knitting classes?", content: "While we focus on providing quality supplies, our knowledgeable staff can offer guidance on yarn selection and project recommendations. Contact us at 073 519 4200 for personalized advice." + }, { - id: "3", title: "What payment methods do you accept?", content: "We accept cash and card payments at our physical store location. Visit us in Vredenburg to complete your purchase."}, + id: "3", title: "What payment methods do you accept?", content: "We accept cash and card payments at our physical store location. Visit us in Vredenburg to complete your purchase." + }, { - id: "4", title: "Do you offer special orders?", content: "Yes! We can help source specific yarns or supplies. Call us at 073 519 4200 to discuss your special order needs."}, + id: "4", title: "Do you offer special orders?", content: "Yes! We can help source specific yarns or supplies. Call us at 073 519 4200 to discuss your special order needs." + }, { - id: "5", title: "Are you beginner-friendly?", content: "Absolutely! Our team is passionate about helping both beginners and experienced crafters. We stock supplies for all skill levels and can recommend perfect starter yarns and kits."}, + id: "5", title: "Are you beginner-friendly?", content: "Absolutely! Our team is passionate about helping both beginners and experienced crafters. We stock supplies for all skill levels and can recommend perfect starter yarns and kits." + }, ]} imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg" imageAlt="Welcoming store interior with yarn displays" @@ -223,6 +243,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg" imageAlt="50 Something Wolwinkel store location" mediaPosition="right" + mediaAnimation="slide-up" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime." -- 2.49.1