From 6629bbdc14587a36636c86d1b35f8941ae3da526 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 18:11:20 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c2057aa..25ebb52 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 22 Jun 2026 18:11:31 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 49 ++++++++++++--------------------------- 1 file changed, 15 insertions(+), 34 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 25ebb52..7097207 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonial", - "href": "#testimonial" + "name": "Testimonial", "href": "#testimonial" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -57,29 +48,19 @@ export default function Layout() { Date: Mon, 22 Jun 2026 18:11:31 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 156 +++++++++-------------------------------- 1 file changed, 33 insertions(+), 123 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9045477..5585c43 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,32 +18,22 @@ export default function HomePage() { title="Glow with Love, Wear Your Style" description="Infused with vitamins and beneficial oils, our glosses keep you shining naturally. Plus, browse our unique, handmade clay bead bracelets." primaryButton={{ - text: "Shop Glosses", - href: "#products", - }} + text: "Shop Glosses", href: "#products"}} secondaryButton={{ - text: "Shop Bracelets", - href: "#products", - }} + text: "Shop Bracelets", href: "#products"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-spoon-round-frame-from-cereals_23-2147961731.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/person-holding-spoon-round-frame-from-cereals_23-2147961731.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-sweet-candy-desert_23-2149675167.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/person-eating-sweet-candy-desert_23-2149675167.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/diversity-concept-with-hands_23-2149176164.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/diversity-concept-with-hands_23-2149176164.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-flower-designed-shirt-doing-make-up-pink-background_140725-26707.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-flower-designed-shirt-doing-make-up-pink-background_140725-26707.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-woman-biting-her-finger_23-2148341355.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-woman-biting-her-finger_23-2148341355.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-applying-lipstick-friend_23-2147764678.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-applying-lipstick-friend_23-2147764678.jpg"}, ]} /> @@ -54,9 +44,7 @@ export default function HomePage() { @@ -69,26 +57,11 @@ export default function HomePage() { description="We believe beauty and style should feel as good as they look." steps={[ { - tag: "1", - title: "Vitamin Infused", - subtitle: "Healthy Glow", - description: "Our glosses are packed with nourishing oils and vitamins.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-argan-oil-care-product_23-2148955842.jpg", - }, + tag: "1", title: "Vitamin Infused", subtitle: "Healthy Glow", description: "Our glosses are packed with nourishing oils and vitamins.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-argan-oil-care-product_23-2148955842.jpg"}, { - tag: "2", - title: "Unique Designs", - subtitle: "Handmade Clay", - description: "Every bead and charm is chosen with love and precision.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-presents-arrangement_23-2149180940.jpg", - }, + tag: "2", title: "Unique Designs", subtitle: "Handmade Clay", description: "Every bead and charm is chosen with love and precision.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-presents-arrangement_23-2149180940.jpg"}, { - tag: "3", - title: "Cute Freebies", - subtitle: "Unboxing Joy", - description: "Every order includes hand-picked stickers and treats.", - imageSrc: "http://img.b2bpic.net/free-photo/round-frame-from-cereals-with-bright-bowls-table_23-2147961738.jpg", - }, + tag: "3", title: "Cute Freebies", subtitle: "Unboxing Joy", description: "Every order includes hand-picked stickers and treats.", imageSrc: "http://img.b2bpic.net/free-photo/round-frame-from-cereals-with-bright-bowls-table_23-2147961738.jpg"}, ]} /> @@ -102,47 +75,19 @@ export default function HomePage() { description="Find your perfect match in our collection." items={[ { - title: "Vitamin Gloss", - description: "Nourishing formula.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-horizontal-line-christmas-balls-pink-background_23-2148346487.jpg", - }, + title: "Vitamin Gloss", description: "Nourishing formula.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-horizontal-line-christmas-balls-pink-background_23-2148346487.jpg"}, { - title: "Pearl Bracelet", - description: "Elegant clay beads.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-different-lip-balm-shades-texture_23-2149518362.jpg", - }, + title: "Pearl Bracelet", description: "Elegant clay beads.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-different-lip-balm-shades-texture_23-2149518362.jpg"}, { - title: "Sticker Pack", - description: "Included as freebie.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-powder-brushes_23-2148774927.jpg", - }, + title: "Sticker Pack", description: "Included as freebie.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-powder-brushes_23-2148774927.jpg"}, { - title: "Mini Gloss", - description: "Perfect for travel.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-celebration-tinsel-concept_53876-133639.jpg", - }, + title: "Mini Gloss", description: "Perfect for travel.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-celebration-tinsel-concept_53876-133639.jpg"}, { - title: "Clay Choker", - description: "Custom handmade style.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-treatment-desk_23-2148574966.jpg", - }, + title: "Clay Choker", description: "Custom handmade style.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-treatment-desk_23-2148574966.jpg"}, { - title: "Gloss Duo Set", - description: "The perfect bundle.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-gift-coffee-cup_23-2147683484.jpg", - }, + title: "Gloss Duo Set", description: "The perfect bundle.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-gift-coffee-cup_23-2147683484.jpg"}, { - title: "Surprise Gift", - description: "Handmade with love.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-gift-box-with-hearts-hands_23-2148017469.jpg", - }, + title: "Surprise Gift", description: "Handmade with love.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-gift-box-with-hearts-hands_23-2148017469.jpg"}, ]} /> @@ -156,17 +101,11 @@ export default function HomePage() { description="Handmade isn't just a label, it's our promise." metrics={[ { - value: "100+", - description: "Handmade Bracelets", - }, + value: "100+", description: "Handmade Bracelets"}, { - value: "500+", - description: "Gloss Tubes Sold", - }, + value: "500+", description: "Gloss Tubes Sold"}, { - value: "99%", - description: "Happy Customers", - }, + value: "99%", description: "Happy Customers"}, ]} /> @@ -177,37 +116,18 @@ export default function HomePage() { @@ -221,17 +141,11 @@ export default function HomePage() { description="Learn more about our ingredients and process." items={[ { - question: "What oils do you use?", - answer: "We use jojoba, sweet almond, and coconut oils.", - }, + question: "What oils do you use?", answer: "We use jojoba, sweet almond, and coconut oils."}, { - question: "Are your products cruelty-free?", - answer: "Absolutely, always.", - }, + question: "Are your products cruelty-free?", answer: "Absolutely, always."}, { - question: "How long for shipping?", - answer: "Usually 3-5 business days.", - }, + question: "How long for shipping?", answer: "Usually 3-5 business days."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286714.jpg" /> @@ -244,13 +158,9 @@ export default function HomePage() { tag="Get in touch" text="Have a custom bracelet request? Let's talk!" primaryButton={{ - text: "Email Us", - href: "mailto:hello@glossandbeads.com", - }} + text: "Email Us", href: "mailto:hello@glossandbeads.com"}} secondaryButton={{ - text: "Follow on IG", - href: "#", - }} + text: "Follow on IG", href: "#"}} /> -- 2.49.1