From 25164f2691d4eef4751ffd41eb48cde4828c4d4f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:37:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf03cc..8089e63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,9 @@ export default function LandingPage() { { text: "Send Message", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/jars-with-brushes-spatulas_23-2147802020.jpg", imageAlt: "Molde Hobby & Art Shop Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-47565.jpg", imageAlt: "Premium Yarn Selection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg", imageAlt: "Art Supplies Collection" } + { imageSrc: "http://img.b2bpic.net/free-photo/jars-with-brushes-spatulas_23-2147802020.jpg?_wi=1", imageAlt: "Molde Hobby & Art Shop Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-47565.jpg?_wi=1", imageAlt: "Premium Yarn Selection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg?_wi=1", imageAlt: "Art Supplies Collection" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -76,13 +76,13 @@ export default function LandingPage() { tag="Shop Categories" features={[ { - id: "01", title: "Premium Yarn", description: "Natural and synthetic yarns in all weights and colors for knitting, crochet, and weaving projects", imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-47565.jpg", imageAlt: "Premium Yarn Selection" + id: "01", title: "Premium Yarn", description: "Natural and synthetic yarns in all weights and colors for knitting, crochet, and weaving projects", imageSrc: "http://img.b2bpic.net/free-photo/balls-yarn-different-colors-with-knitting-needles_114579-47565.jpg?_wi=2", imageAlt: "Premium Yarn Selection" }, { - id: "02", title: "Fabrics & Textiles", description: "Cotton, linen, wool, and specialty fabrics perfect for sewing, quilting, and upholstery projects", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-32101.jpg", imageAlt: "Fabric Collection" + id: "02", title: "Fabrics & Textiles", description: "Cotton, linen, wool, and specialty fabrics perfect for sewing, quilting, and upholstery projects", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-32101.jpg?_wi=1", imageAlt: "Fabric Collection" }, { - id: "03", title: "Art & Craft Supplies", description: "Professional-grade paints, brushes, papers, and mixed media supplies for all artistic pursuits", imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg", imageAlt: "Art Supplies" + id: "03", title: "Art & Craft Supplies", description: "Professional-grade paints, brushes, papers, and mixed media supplies for all artistic pursuits", imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg?_wi=2", imageAlt: "Art Supplies" }, { id: "04", title: "Tools & Equipment", description: "Quality tools including needles, scissors, cutting mats, and specialized equipment for precision work", imageSrc: "http://img.b2bpic.net/free-vector/it-yourself-yellow-creativity-tools_23-2148506879.jpg", imageAlt: "Hobby Tools" @@ -131,10 +131,10 @@ export default function LandingPage() { id: "01", title: "Knitting Café", description: "Weekly drop-in sessions for knitters of all levels. Bring your project, share tips, and enjoy hot beverages in our cozy craft space.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373656.jpg", imageAlt: "Knitting Café Workshop" }, { - id: "02", title: "Beginner Sewing Class", description: "Learn fundamental sewing techniques in a supportive environment. Perfect for those just starting their textile journey. Classes held every second Saturday.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-32101.jpg", imageAlt: "Sewing Workshop" + id: "02", title: "Beginner Sewing Class", description: "Learn fundamental sewing techniques in a supportive environment. Perfect for those just starting their textile journey. Classes held every second Saturday.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-32101.jpg?_wi=2", imageAlt: "Sewing Workshop" }, { - id: "03", title: "Mixed Media Art Studio", description: "Monthly art workshops exploring different mediums and techniques. From watercolor to collage, expand your artistic skills with expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg", imageAlt: "Art Workshop" + id: "03", title: "Mixed Media Art Studio", description: "Monthly art workshops exploring different mediums and techniques. From watercolor to collage, expand your artistic skills with expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/painter-spends-quality-time-her-studio-creating-masterpiece_482257-122900.jpg?_wi=3", imageAlt: "Art Workshop" } ]} gridVariant="three-columns-all-equal-width" @@ -165,7 +165,7 @@ export default function LandingPage() {