From da94e3f65d4fe1ce524f493cef64d02f4806e645 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 04:21:00 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8f3fc34..0c4aa7b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -223,8 +223,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=2", - imageAlt: "nail technician professional portrait", }, ]} /> -- 2.49.1 From 387d15a2f5f02072eee909577a825e11309f6cd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 04:21:10 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 198 +++++++++-------------------------------- 1 file changed, 40 insertions(+), 158 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0c4aa7b..02e8f75 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,14 +20,10 @@ export default function HomePage() { title="Nail Art Perfection by Award-Winning Technicians" description="Experience flawless Gel X, Chrome, and custom designs in our pristine salon. Book with Donald, Will, Scarlet, and our talented team for nails that last." primaryButton={{ - text: "Book Your Appointment", - href: "#contact", - }} + text: "Book Your Appointment", href: "#contact"}} secondaryButton={{ - text: "View Portfolio", - href: "#portfolio", - }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=1" + text: "View Portfolio", href: "#portfolio"}} + imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg" /> @@ -40,20 +36,11 @@ export default function HomePage() { description="Venus Beauty Nails Spa is dedicated to providing high-quality nail care in a serene, clean environment. Our specialists use premium products to ensure both health and style." items={[ { - icon: Sparkles, - title: "Precision Artistry", - description: "Masters of Gel X and custom designs.", - }, + icon: "Sparkles", title: "Precision Artistry", description: "Masters of Gel X and custom designs."}, { - icon: Shield, - title: "Pristine Hygiene", - description: "Hospital-grade sterilization for safety.", - }, + icon: "Shield", title: "Pristine Hygiene", description: "Hospital-grade sterilization for safety."}, { - icon: Star, - title: "Personalized Service", - description: "Tailored looks for every unique client.", - }, + icon: "Star", title: "Personalized Service", description: "Tailored looks for every unique client."}, ]} imageSrc="http://img.b2bpic.net/free-photo/massage-table-with-white-sheets_23-2148531278.jpg" /> @@ -68,41 +55,17 @@ export default function HomePage() { description="Indulge in a range of premium treatments tailored for your style." items={[ { - title: "Gel X Extensions", - description: "Durable and natural-looking length.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-nails_23-2149936845.jpg", - }, + title: "Gel X Extensions", description: "Durable and natural-looking length.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-nails_23-2149936845.jpg"}, { - title: "Custom Art Design", - description: "Tailored hand-painted masterpieces.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-procedure-nail-salon-beauty-care_176420-55210.jpg", - }, + title: "Custom Art Design", description: "Tailored hand-painted masterpieces.", buttonIcon: "Sparkles", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-procedure-nail-salon-beauty-care_176420-55210.jpg"}, { - title: "Chrome Finishes", - description: "High-gloss, metallic perfection.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg", - }, + title: "Chrome Finishes", description: "High-gloss, metallic perfection.", buttonIcon: "Star", imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg"}, { - title: "Cat Eye Trends", - description: "Mesmerizing depth and dimension.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/crop-person-breaking-eggs_23-2147758385.jpg", - }, + title: "Cat Eye Trends", description: "Mesmerizing depth and dimension.", buttonIcon: "Award", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-breaking-eggs_23-2147758385.jpg"}, { - title: "Spa Pedicures", - description: "Total rejuvenation for feet.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109538.jpg", - }, + title: "Spa Pedicures", description: "Total rejuvenation for feet.", buttonIcon: "CheckCircle", imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109538.jpg"}, { - title: "Classic Manicures", - description: "Flawless, clean, and elegant.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262908.jpg", - }, + title: "Classic Manicures", description: "Flawless, clean, and elegant.", buttonIcon: "Sparkles", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262908.jpg"}, ]} /> @@ -116,40 +79,19 @@ export default function HomePage() { description="Explore the latest artistic creations from our specialist team." items={[ { - title: "Gel X Style", - description: "Elegant length.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-manicure-flower-close-up_23-2149311591.jpg", - }, + title: "Gel X Style", description: "Elegant length.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-manicure-flower-close-up_23-2149311591.jpg"}, { - title: "Chrome Chic", - description: "Modern luster.", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-glittery-hand_23-2149871737.jpg", - }, + title: "Chrome Chic", description: "Modern luster.", imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-glittery-hand_23-2149871737.jpg"}, { - title: "Cat Eye Depth", - description: "Magnetic appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg", - }, + title: "Cat Eye Depth", description: "Magnetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg"}, { - title: "Floral Art", - description: "Hand-painted.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording-salt_23-2149313878.jpg", - }, + title: "Floral Art", description: "Hand-painted.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording-salt_23-2149313878.jpg"}, { - title: "Marble Design", - description: "Natural look.", - imageSrc: "http://img.b2bpic.net/free-photo/sequins-glitter-capsule-human-hand-near-glass-water-against-pink-background_23-2147827926.jpg", - }, + title: "Marble Design", description: "Natural look.", imageSrc: "http://img.b2bpic.net/free-photo/sequins-glitter-capsule-human-hand-near-glass-water-against-pink-background_23-2147827926.jpg"}, { - title: "Minimalist Set", - description: "Simple elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-wearing-blue-pink-nail-polish_23-2149921687.jpg", - }, + title: "Minimalist Set", description: "Simple elegance.", imageSrc: "http://img.b2bpic.net/free-photo/hands-wearing-blue-pink-nail-polish_23-2149921687.jpg"}, { - title: "Summer Brights", - description: "Vibrant hues.", - imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3264.jpg", - }, + title: "Summer Brights", description: "Vibrant hues.", imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3264.jpg"}, ]} /> @@ -163,31 +105,16 @@ export default function HomePage() { description="Quality numbers behind your favorite nail spa." metrics={[ { - value: "15+", - title: "Years Experience", - features: [ - "Expert team", - "Proven techniques", - "Artistry standards", - ], + value: "15+", title: "Years Experience", features: [ + "Expert team", "Proven techniques", "Artistry standards"], }, { - value: "5000+", - title: "Happy Clients", - features: [ - "Loyal following", - "Repeat bookings", - "High satisfaction", - ], + value: "5000+", title: "Happy Clients", features: [ + "Loyal following", "Repeat bookings", "High satisfaction"], }, { - value: "4.9", - title: "Rating", - features: [ - "Pristine quality", - "Client feedback", - "Reliability", - ], + value: "4.9", title: "Rating", features: [ + "Pristine quality", "Client feedback", "Reliability"], }, ]} /> @@ -202,26 +129,13 @@ export default function HomePage() { description="Our team of skilled technicians is here to bring your vision to life." groups={[ { - title: "Specialists", - members: [ + title: "Specialists", members: [ { - name: "Donald", - role: "Gel X Specialist", - detail: "Expert in intricate extensions and long-lasting designs.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-girl-with-blonde-wavy-hair-modern-luxury-room-young-woman-smiling-wearing-stylish-elegant-black-dress-with-paillettes-sleeves_197531-2859.jpg", - }, + name: "Donald", role: "Gel X Specialist", detail: "Expert in intricate extensions and long-lasting designs.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-girl-with-blonde-wavy-hair-modern-luxury-room-young-woman-smiling-wearing-stylish-elegant-black-dress-with-paillettes-sleeves_197531-2859.jpg"}, { - name: "Will", - role: "Nail Artist", - detail: "Specialist in trend-forward chrome and art designs.", - imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg", - }, + name: "Will", role: "Nail Artist", detail: "Specialist in trend-forward chrome and art designs.", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130315.jpg"}, { - name: "Scarlet", - role: "Senior Technician", - detail: "Master of precise manicures and classic aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg", - }, + name: "Scarlet", role: "Senior Technician", detail: "Master of precise manicures and classic aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg"}, ], }, ]} @@ -237,35 +151,15 @@ export default function HomePage() { description="Hear from our delighted clients about their Venus Beauty experience." testimonials={[ { - name: "Sarah J.", - role: "Local Client", - quote: "Donald is a Gel X magician! Best nails I've ever had.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-nails_23-2149270555.jpg", - }, + name: "Sarah J.", role: "Local Client", quote: "Donald is a Gel X magician! Best nails I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-nails_23-2149270555.jpg"}, { - name: "Emily R.", - role: "Regular Client", - quote: "Pristine salon and amazing artistry every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-nice-ladies-standing-discussing-work-while-holding-tablet-cup-coffee-hands-office_574295-4572.jpg", - }, + name: "Emily R.", role: "Regular Client", quote: "Pristine salon and amazing artistry every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-nice-ladies-standing-discussing-work-while-holding-tablet-cup-coffee-hands-office_574295-4572.jpg"}, { - name: "Jessica M.", - role: "Designer", - quote: "I get constant compliments on my nail art from Scarlet.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", - }, + name: "Jessica M.", role: "Designer", quote: "I get constant compliments on my nail art from Scarlet.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"}, { - name: "Kelsey P.", - role: "Teacher", - quote: "The only salon I trust for my manicures in Canyon Country.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-model-white-t-shirt-hat-orange-background-cover-mouth-with-hand_231208-4901.jpg", - }, + name: "Kelsey P.", role: "Teacher", quote: "The only salon I trust for my manicures in Canyon Country.", imageSrc: "http://img.b2bpic.net/free-photo/cute-model-white-t-shirt-hat-orange-background-cover-mouth-with-hand_231208-4901.jpg"}, { - name: "Amanda B.", - role: "Corporate Lead", - quote: "The chrome designs here are absolutely stunning.", - imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285918.jpg", - }, + name: "Amanda B.", role: "Corporate Lead", quote: "The chrome designs here are absolutely stunning.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285918.jpg"}, ]} /> @@ -279,21 +173,13 @@ export default function HomePage() { description="Common questions about booking and our services." items={[ { - question: "How long do Gel X sets last?", - answer: "Usually 3-4 weeks with proper care.", - }, + question: "How long do Gel X sets last?", answer: "Usually 3-4 weeks with proper care."}, { - question: "Can I request a specific artist?", - answer: "Yes, specify your artist during booking.", - }, + question: "Can I request a specific artist?", answer: "Yes, specify your artist during booking."}, { - question: "Do you accept walk-ins?", - answer: "We highly recommend booking in advance.", - }, + question: "Do you accept walk-ins?", answer: "We highly recommend booking in advance."}, { - question: "Is the salon sanitary?", - answer: "We adhere to hospital-grade hygiene.", - }, + question: "Is the salon sanitary?", answer: "We adhere to hospital-grade hygiene."}, ]} imageSrc="http://img.b2bpic.net/free-photo/serene-minimalist-interior_23-2151935124.jpg" /> @@ -306,13 +192,9 @@ export default function HomePage() { tag="Get In Touch" text="Ready for your flawless manicure? Book your spot with our award-winning team today." primaryButton={{ - text: "Book Online", - href: "#", - }} + text: "Book Online", href: "#"}} secondaryButton={{ - text: "Call Us", - href: "tel:5550123", - }} + text: "Call Us", href: "tel:5550123"}} /> -- 2.49.1