Merge version_1 into main #4
@@ -48,7 +48,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=2"
|
||||
imageAlt="50 Something Wolwinkel store location"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -81,7 +81,7 @@ export default function ContactPage() {
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg?_wi=3"
|
||||
imageAlt="Welcoming store interior with yarn displays"
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -82,19 +82,19 @@ 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Crochet patterns and guides"
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -114,15 +114,15 @@ 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?_wi=2", 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?_wi=2", 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?_wi=2", imageAlt: "Various knitting pattern guides and instructions"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -221,7 +221,7 @@ export default function HomePage() {
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg?_wi=2"
|
||||
imageAlt="Welcoming store interior with yarn displays"
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=1"
|
||||
imageAlt="50 Something Wolwinkel store location"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user