From b0fbf546b315bd14dc9f57fa770a2ffbc3bc36e3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 23:14:36 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f1783e8..d3fa1eb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroBrand from '@/components/sections/hero/HeroBrand'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { ShoppingBag, Sparkles } from "lucide-react"; +import { ShoppingBag, Sparkles, Shirt } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { From 27f9afb121ecc8c9cd5f7ab272a15920f57e2967 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 23:14:44 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 161 +++++++++-------------------------------- 1 file changed, 35 insertions(+), 126 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d3fa1eb..35ee0dd 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroBrand from '@/components/sections/hero/HeroBrand'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { ShoppingBag, Sparkles, Shirt } from "lucide-react"; +import { Shirt, ShoppingBag, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -17,14 +17,10 @@ export default function HomePage() { brand="Import with Becca" description="Your ultimate source for premium accessories, trendy fashion, luxury perfumes, and innovative lifestyle gadgets. Elevate your everyday style with our hand-picked imports." primaryButton={{ - text: "Shop Now", - href: "#products", - }} + text: "Shop Now", href: "#products"}} secondaryButton={{ - text: "Call us", - href: "tel:0240628126", - }} - imageSrc="http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199434.jpg?_wi=1" + text: "Call us", href: "tel:0240628126"}} + imageSrc="http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199434.jpg" /> @@ -34,9 +30,7 @@ export default function HomePage() { @@ -49,46 +43,24 @@ export default function HomePage() { description="We specialize in high-end imports, delivering quality right to your doorstep." features={[ { - title: "Fashion Forward", - description: "Hand-picked apparel and accessories for every occasion.", - bentoComponent: "info-card-marquee", - infoCards: [ + title: "Fashion Forward", description: "Hand-picked apparel and accessories for every occasion.", bentoComponent: "info-card-marquee", infoCards: [ { - icon: Shirt, - label: "Apparel", - value: "100+", - }, + icon: "Shirt", label: "Apparel", value: "100+"}, { - icon: Sparkles, - label: "Accessories", - value: "50+", - }, + icon: "Sparkles", label: "Accessories", value: "50+"}, { - icon: ShoppingBag, - label: "Bags", - value: "30+", - }, + icon: "ShoppingBag", label: "Bags", value: "30+"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736725.jpg", - imageAlt: "modern electrical gadget", }, { - title: "Latest Lifestyle Tech", - description: "Modern electrical gadgets for a smoother lifestyle.", - bentoComponent: "media-stack", - mediaItems: [ + title: "Latest Lifestyle Tech", description: "Modern electrical gadgets for a smoother lifestyle.", bentoComponent: "media-stack", mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199434.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199434.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/retro-brown-man-leather-bag-bright-colorful-summer-park-hanging-leafes_158538-12266.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/retro-brown-man-leather-bag-bright-colorful-summer-park-hanging-leafes_158538-12266.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-flowers_23-2149270041.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-flowers_23-2149270041.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=1", - imageAlt: "modern electrical gadget", }, ]} /> @@ -103,45 +75,20 @@ export default function HomePage() { description="See why our customers love our curated collections." testimonials={[ { - id: "1", - name: "Sarah", - role: "Customer", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=2", - }, + name: "Sarah", role: "Customer", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"}, { - id: "2", - name: "Ama", - role: "Customer", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", - }, + name: "Ama", role: "Customer", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg"}, { - id: "3", - name: "Efua", - role: "Customer", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", - }, + name: "Efua", role: "Customer", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"}, { - id: "4", - name: "Kojo", - role: "Customer", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shop-owner-her-modern-clothing-store-young-african-american-woman-standing-near-hangers-with-male-shirts-trousers-underwear-fashion-clothes-business-startup-shopping-concept_74855-21499.jpg", - }, + name: "Kojo", role: "Customer", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shop-owner-her-modern-clothing-store-young-african-american-woman-standing-near-hangers-with-male-shirts-trousers-underwear-fashion-clothes-business-startup-shopping-concept_74855-21499.jpg"}, { - id: "5", - name: "Naa", - role: "Customer", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-laughing-walking-after-shopping_23-2147645079.jpg", - }, + name: "Naa", role: "Customer", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-laughing-walking-after-shopping_23-2147645079.jpg"}, ]} /> @@ -155,47 +102,19 @@ export default function HomePage() { description="Discover a diverse range of high-quality products brought directly to you." items={[ { - title: "Bags", - description: "Trendy bags for every occasion.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-white-boots-fashionable-woman-posing-city-warm-fur-coat-with-black-leather-bag_285396-4727.jpg", - }, + title: "Bags", description: "Trendy bags for every occasion.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-white-boots-fashionable-woman-posing-city-warm-fur-coat-with-black-leather-bag_285396-4727.jpg"}, { - title: "Clothes", - description: "Stylish seasonal apparel.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-hipster-girls_291049-46.jpg", - }, + title: "Clothes", description: "Stylish seasonal apparel.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-hipster-girls_291049-46.jpg"}, { - title: "Perfume", - description: "Elegant scents.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-flowers-arrangement_23-2149722441.jpg", - }, + title: "Perfume", description: "Elegant scents.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-flowers-arrangement_23-2149722441.jpg"}, { - title: "Gadgets", - description: "Useful tech solutions.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/modern-air-fryer-kitchen-counter-with-warm-lighting_23-2151723458.jpg", - }, + title: "Gadgets", description: "Useful tech solutions.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/modern-air-fryer-kitchen-counter-with-warm-lighting_23-2151723458.jpg"}, { - title: "Jewelry", - description: "Fine statement pieces.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/gold-chains-plants-arrangement-top-view_23-2149836472.jpg", - }, + title: "Jewelry", description: "Fine statement pieces.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/gold-chains-plants-arrangement-top-view_23-2149836472.jpg"}, { - title: "Eyewear", - description: "Contemporary sunglasses.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/mug-glasses_23-2147672787.jpg", - }, + title: "Eyewear", description: "Contemporary sunglasses.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/mug-glasses_23-2147672787.jpg"}, { - title: "Beauty", - description: "Select cosmetic essentials.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176108.jpg", - }, + title: "Beauty", description: "Select cosmetic essentials.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176108.jpg"}, ]} /> @@ -209,17 +128,11 @@ export default function HomePage() { description="Find answers to common questions about our products and ordering process." items={[ { - question: "How do I place an order?", - answer: "You can place an order by calling us directly at 0240628126.", - }, + question: "How do I place an order?", answer: "You can place an order by calling us directly at 0240628126."}, { - question: "Are your products authentic?", - answer: "Yes, we curate high-quality, authentic products for our customers.", - }, + question: "Are your products authentic?", answer: "Yes, we curate high-quality, authentic products for our customers."}, { - question: "Do you deliver?", - answer: "Yes, we offer reliable delivery services to your preferred location.", - }, + question: "Do you deliver?", answer: "Yes, we offer reliable delivery services to your preferred location."}, ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746462.jpg" /> @@ -232,13 +145,9 @@ export default function HomePage() { tag="Contact us" text="Ready to get your favorite items? Call us now to order or ask any questions." primaryButton={{ - text: "0240628126", - href: "tel:0240628126", - }} + text: "0240628126", href: "tel:0240628126"}} secondaryButton={{ - text: "WhatsApp Us", - href: "https://wa.me/233240628126", - }} + text: "WhatsApp Us", href: "https://wa.me/233240628126"}} />