From a36848db9a935ee48d4096e321b243d71d9ede3a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 05:06:50 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 65be891..1bce876 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -127,7 +127,7 @@ export default function HomePage() { description="What our clientele is saying." testimonials={[ { - id: "1", + id: "2", name: "Sarah J.", role: "Creative Director", company: "Studio Vogue", @@ -143,7 +143,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-doing-selfie-cafe_7502-7206.jpg", }, { - id: "3", + id: "4", name: "Jessica L.", role: "Beauty Editor", company: "Vogue Style", -- 2.49.1 From 37a9bdff7b69e773df37c363bb383f09b1dcc015 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 05:06:57 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 144 +++++++++-------------------------------- 1 file changed, 30 insertions(+), 114 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1bce876..d4bbcda 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,13 +17,9 @@ export default function HomePage() { title="Transform Your Hair, Embrace Your Power" description="Luxury haircare formulated with rare botanical extracts and cutting-edge science. Experience the alchemy of salon-quality transformation, every day." primaryButton={{ - text: "Discover Your Ritual", - href: "#products", - }} + text: "Discover Your Ritual", href: "#products"}} secondaryButton={{ - text: "Our Science", - href: "#about", - }} + text: "Our Science", href: "#about"}} imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-ringlets-brunette-woman_231208-10718.jpg" /> @@ -34,9 +30,7 @@ export default function HomePage() { @@ -49,47 +43,19 @@ export default function HomePage() { description="Explore our curated collection of high-performance treatments." items={[ { - title: "Radiance Oil", - description: "Lustrous shine and protection.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669107.jpg", - }, + title: "Radiance Oil", description: "Lustrous shine and protection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669107.jpg"}, { - title: "Botanical Infusion", - description: "Deeply restorative plant complex.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-cosmetics-concept_23-2148565377.jpg", - }, + title: "Botanical Infusion", description: "Deeply restorative plant complex.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-cosmetics-concept_23-2148565377.jpg"}, { - title: "Hydra-Luxe Mask", - description: "Intense moisture for texture.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg", - }, + title: "Hydra-Luxe Mask", description: "Intense moisture for texture.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg"}, { - title: "Revitalizing Cleanser", - description: "Gently purifies, naturally.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238294.jpg", - }, + title: "Revitalizing Cleanser", description: "Gently purifies, naturally.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238294.jpg"}, { - title: "Molecular Serum", - description: "Advanced science repair.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/oil-drops-water-abstract-psychedelic-pattern-image_23-2148290079.jpg", - }, + title: "Molecular Serum", description: "Advanced science repair.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/oil-drops-water-abstract-psychedelic-pattern-image_23-2148290079.jpg"}, { - title: "Glossing Cream", - description: "Smooth, polished finish.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-girl-with-slight-smile-snapshot-model-without-makeup-wall-alarm-clocks_197531-13913.jpg", - }, + title: "Glossing Cream", description: "Smooth, polished finish.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-girl-with-slight-smile-snapshot-model-without-makeup-wall-alarm-clocks_197531-13913.jpg"}, { - title: "Volume Sculpt", - description: "Effortless, weightless lift.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-closing-her-ears-black-blouse-with-curly-hair-high-quality-photo_114579-35311.jpg", - }, + title: "Volume Sculpt", description: "Effortless, weightless lift.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-closing-her-ears-black-blouse-with-curly-hair-high-quality-photo_114579-35311.jpg"}, ]} /> @@ -103,17 +69,11 @@ export default function HomePage() { description="Clinical results backed by premium care." metrics={[ { - value: "98%", - description: "Report visible shine enhancement", - }, + value: "98%", description: "Report visible shine enhancement"}, { - value: "12+", - description: "Rare botanical extracts used", - }, + value: "12+", description: "Rare botanical extracts used"}, { - value: "24h", - description: "Moisture lock duration", - }, + value: "24h", description: "Moisture lock duration"}, ]} /> @@ -127,45 +87,20 @@ export default function HomePage() { description="What our clientele is saying." testimonials={[ { - id: "2", - name: "Sarah J.", - role: "Creative Director", - company: "Studio Vogue", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-types-beauty_1163-2543.jpg", - }, + name: "Sarah J.", role: "Creative Director", company: "Studio Vogue", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/three-types-beauty_1163-2543.jpg"}, { - id: "2", - name: "Elena M.", - role: "Founder", - company: "Luxury Living", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-doing-selfie-cafe_7502-7206.jpg", - }, + name: "Elena M.", role: "Founder", company: "Luxury Living", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-doing-selfie-cafe_7502-7206.jpg"}, { - id: "4", - name: "Jessica L.", - role: "Beauty Editor", - company: "Vogue Style", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60123.jpg", - }, + name: "Jessica L.", role: "Beauty Editor", company: "Vogue Style", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60123.jpg"}, { - id: "4", - name: "Chloe B.", - role: "Stylist", - company: "Elite Salon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152594.jpg", - }, + name: "Chloe B.", role: "Stylist", company: "Elite Salon", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152594.jpg"}, { - id: "5", - name: "Isabella R.", - role: "Model", - company: "Global Agency", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-model_23-2148328816.jpg", - }, + name: "Isabella R.", role: "Model", company: "Global Agency", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-model_23-2148328816.jpg"}, ]} /> @@ -178,14 +113,7 @@ export default function HomePage() { title="Global Beauty Recognition" description="Alchemy Hair at the forefront of editorial excellence." names={[ - "Vogue", - "Harper's Bazaar", - "Elle Beauty", - "Allure", - "Cosmopolitan", - "Marie Claire", - "InStyle", - ]} + "Vogue", "Harper's Bazaar", "Elle Beauty", "Allure", "Cosmopolitan", "Marie Claire", "InStyle"]} /> @@ -198,21 +126,13 @@ export default function HomePage() { description="Everything you need to know about our luxury formulations." items={[ { - question: "Are ingredients sustainably sourced?", - answer: "Yes, we prioritize ethics and purity in every botanical element.", - }, + question: "Are ingredients sustainably sourced?", answer: "Yes, we prioritize ethics and purity in every botanical element."}, { - question: "Is this safe for colored hair?", - answer: "Our rituals are color-safe, sulfate-free, and pH balanced.", - }, + question: "Is this safe for colored hair?", answer: "Our rituals are color-safe, sulfate-free, and pH balanced."}, { - question: "How often should I use the mask?", - answer: "For optimal results, incorporate the mask into your ritual weekly.", - }, + question: "How often should I use the mask?", answer: "For optimal results, incorporate the mask into your ritual weekly."}, { - question: "Do you test on animals?", - answer: "Alchemy Hair is 100% cruelty-free and vegan-compliant.", - }, + question: "Do you test on animals?", answer: "Alchemy Hair is 100% cruelty-free and vegan-compliant."}, ]} imageSrc="http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263174.jpg" /> @@ -225,13 +145,9 @@ export default function HomePage() { tag="Connect" text="Join the Alchemy Collective for exclusive access, expert tips, and new ritual drops." primaryButton={{ - text: "Begin Your Ritual", - href: "#products", - }} + text: "Begin Your Ritual", href: "#products"}} secondaryButton={{ - text: "Consult an Expert", - href: "#", - }} + text: "Consult an Expert", href: "#"}} /> -- 2.49.1