diff --git a/src/app/page.tsx b/src/app/page.tsx index 96208d9..3fba4dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,16 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-knitting-needle_23-2148859254.jpg", imageAlt: "Hands crocheting handmade piece with yarn"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-knitting-needle_23-2148859254.jpg", imageAlt: "Hands crocheting handmade piece with yarn" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Crochet crop top styled lifestyle photograph"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Crochet crop top styled lifestyle photograph" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody phone bag"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody phone bag" + }, ]} + mediaAnimation="none" buttons={[ { text: "Shop Collection", href: "shop" }, { text: "Our Story", href: "about" }, @@ -67,13 +71,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Rivers Studio", name: "Crochet Crop Top - Granny Square", price: "£45.00", rating: 5, - reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Handmade crochet granny square crop top in vibrant colors"}, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Handmade crochet granny square crop top in vibrant colors" + }, { id: "2", brand: "Rivers Studio", name: "Crossbody Phone Bag", price: "£38.00", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody bag for phone and accessories"}, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody bag for phone and accessories" + }, { id: "3", brand: "Rivers Studio", name: "Crochet Beach Tote", price: "£52.00", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-friendly-products-arrangement-wooden-background_23-2148491171.jpg", imageAlt: "Handmade crochet beach tote in natural fibers"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-friendly-products-arrangement-wooden-background_23-2148491171.jpg", imageAlt: "Handmade crochet beach tote in natural fibers" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -100,16 +107,20 @@ export default function LandingPage() { features={[ { icon: Hand, - title: "Handmade in Liverpool", description: "Every piece is crafted by hand in our Liverpool studio using quality sustainable materials and original designs."}, + title: "Handmade in Liverpool", description: "Every piece is crafted by hand in our Liverpool studio using quality sustainable materials and original designs." + }, { icon: Leaf, - title: "Sustainable & Ethical", description: "We prioritize eco-friendly yarns and ethical production practices because quality craftsmanship deserves sustainable methods."}, + title: "Sustainable & Ethical", description: "We prioritize eco-friendly yarns and ethical production practices because quality craftsmanship deserves sustainable methods." + }, { icon: Sparkles, - title: "Limited Edition", description: "Made to order in small batches. Your piece is truly one-of-a-kind—no mass production, just authentic artisan work."}, + title: "Limited Edition", description: "Made to order in small batches. Your piece is truly one-of-a-kind—no mass production, just authentic artisan work." + }, { icon: Shield, - title: "Made to Order", description: "Custom colours and sizes available. Allow 2-5 days for handcrafting. Quality takes time, and we take pride in every detail."}, + title: "Made to Order", description: "Custom colours and sizes available. Allow 2-5 days for handcrafting. Quality takes time, and we take pride in every detail." + }, ]} animationType="slide-up" textboxLayout="default" @@ -124,16 +135,20 @@ export default function LandingPage() { products={[ { id: "1", brand: "Rivers Studio", name: "Crochet Crop Top - Granny Square", price: "£45.00", rating: 5, - reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Handmade crochet granny square crop top"}, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg", imageAlt: "Handmade crochet granny square crop top" + }, { id: "2", brand: "Rivers Studio", name: "Crossbody Phone Bag", price: "£38.00", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody phone bag"}, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet crossbody phone bag" + }, { id: "3", brand: "Rivers Studio", name: "Crochet Beach Tote", price: "£52.00", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-friendly-products-arrangement-wooden-background_23-2148491171.jpg", imageAlt: "Handmade crochet beach tote"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-friendly-products-arrangement-wooden-background_23-2148491171.jpg", imageAlt: "Handmade crochet beach tote" + }, { id: "4", brand: "Rivers Studio", name: "Mini Coin Bag with Beads", price: "£18.00", rating: 5, - reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet mini coin bag with colourful beads"}, + reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg", imageAlt: "Handmade crochet mini coin bag with colourful beads" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -148,17 +163,29 @@ export default function LandingPage() { description="Real feedback from people who've chosen Rivers Studio handmade pieces." testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", company: "London, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", imageAlt: "Sarah Mitchell, customer testimonial"}, + id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", company: "London, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", imageAlt: "Sarah Mitchell, customer testimonial" + }, { - id: "2", name: "Emma Johnson", role: "Conscious Shopper", company: "Manchester, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947470.jpg", imageAlt: "Emma Johnson, customer testimonial"}, + id: "2", name: "Emma Johnson", role: "Conscious Shopper", company: "Manchester, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947470.jpg", imageAlt: "Emma Johnson, customer testimonial" + }, { - id: "3", name: "Jessica Chen", role: "Gift Giver", company: "Bristol, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jessica Chen, customer testimonial"}, + id: "3", name: "Jessica Chen", role: "Gift Giver", company: "Bristol, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jessica Chen, customer testimonial" + }, { - id: "4", name: "Rachel Brown", role: "Sustainability Advocate", company: "Leeds, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-clothes_23-2149729278.jpg", imageAlt: "Rachel Brown, customer testimonial"}, + id: "4", name: "Rachel Brown", role: "Sustainability Advocate", company: "Leeds, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-clothes_23-2149729278.jpg", imageAlt: "Rachel Brown, customer testimonial" + }, { - id: "5", name: "Olivia White", role: "Style Blogger", company: "Birmingham, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-flowers_23-2149591567.jpg", imageAlt: "Olivia White, customer testimonial"}, + id: "5", name: "Olivia White", role: "Style Blogger", company: "Birmingham, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-flowers_23-2149591567.jpg", imageAlt: "Olivia White, customer testimonial" + }, { - id: "6", name: "Sophie Green", role: "Repeat Customer", company: "Liverpool, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "Sophie Green, customer testimonial"}, + id: "6", name: "Sophie Green", role: "Repeat Customer", company: "Liverpool, UK", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "Sophie Green, customer testimonial" + }, ]} kpiItems={[ { value: "500+", label: "Happy Customers" }, @@ -178,16 +205,20 @@ export default function LandingPage() { features={[ { icon: MessageCircle, - title: "Submit Your Idea", description: "Tell us about your vision. Any colour, size, or style preference. Include inspiration photos if you'd like."}, + title: "Submit Your Idea", description: "Tell us about your vision. Any colour, size, or style preference. Include inspiration photos if you'd like." + }, { icon: MessageSquare, - title: "Let's Discuss Details", description: "We'll chat about your ideas, timeline, and budget. I'll provide quotes and answer any questions within 24 hours."}, + title: "Let's Discuss Details", description: "We'll chat about your ideas, timeline, and budget. I'll provide quotes and answer any questions within 24 hours." + }, { icon: Heart, - title: "Handcrafted for You", description: "Your piece is handmade from start to finish. Expect 2-5 weeks for bespoke orders depending on complexity."}, + title: "Handcrafted for You", description: "Your piece is handmade from start to finish. Expect 2-5 weeks for bespoke orders depending on complexity." + }, { icon: Package, - title: "Ready to Wear", description: "Receive your custom creation carefully packaged and ready to love. Free UK shipping on all orders."}, + title: "Ready to Wear", description: "Receive your custom creation carefully packaged and ready to love. Free UK shipping on all orders." + }, ]} animationType="slide-up" textboxLayout="default"