From d0a5f14d62bb8ff20cc98719fd6ddf859cc057d6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 19:14:06 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index eb12344..8fd0fc8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -180,6 +180,7 @@ export default function HomePage() {
Date: Sat, 13 Jun 2026 19:14:14 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 235 +++++++---------------------------------- 1 file changed, 37 insertions(+), 198 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8fd0fc8..4133199 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,34 +20,18 @@ export default function HomePage() { title="Achieve Your Desired Outcomes Today" description="We help you reach your goals faster through proven methods. Stop wasting time and start seeing results." primaryButton={{ - text: "Schedule Consultation", - href: "#contact", - }} + text: "Schedule Consultation", href: "#contact"}} secondaryButton={{ - text: "Learn More", - href: "#services", - }} + text: "Learn More", href: "#services"}} leftItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/chairs-put-table-room-with-patterned-carpet_181624-17396.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-masks_23-2148868417.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chairs-put-table-room-with-patterned-carpet_181624-17396.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-masks_23-2148868417.jpg" } ]} rightItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg" } ]} /> @@ -60,21 +44,9 @@ export default function HomePage() { title="Tired of Wasting Time and Money?" description="We understand the challenges you face. You don't have to keep struggling with these common roadblocks." items={[ - { - icon: AlertTriangle, - title: "Complexity Overload", - description: "Too many variables, no clear plan.", - }, - { - icon: Clock, - title: "Wasted Time", - description: "Trying to DIY instead of hiring experts.", - }, - { - icon: DollarSign, - title: "Missed ROI", - description: "Cost of doing nothing is higher than acting.", - }, + { icon: "AlertTriangle", title: "Complexity Overload", description: "Too many variables, no clear plan." }, + { icon: "Clock", title: "Wasted Time", description: "Trying to DIY instead of hiring experts." }, + { icon: "DollarSign", title: "Missed ROI", description: "Cost of doing nothing is higher than acting." } ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-man-with-crossed-arms_23-2147574162.jpg" /> @@ -88,36 +60,9 @@ export default function HomePage() { title="Services Designed for Results" description="Select the service that moves your business forward today." items={[ - { - tag: "Strategy", - title: "Custom Strategy Plan", - description: "A tailored roadmap for your business.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998090.jpg", - }, - { - tag: "Execution", - title: "Full Scale Implementation", - description: "We handle the heavy lifting for you.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/group-young-business-people-spending-productive-morning-library-discussing-business-plans-developing-company-s-strategy-business-concept_176420-8308.jpg", - }, - { - tag: "Management", - title: "Ongoing Performance Management", - description: "Ensuring results keep coming.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-dart-hitting-bullseye-target_1357-77.jpg", - }, + { tag: "Strategy", title: "Custom Strategy Plan", description: "A tailored roadmap for your business.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998090.jpg" }, + { tag: "Execution", title: "Full Scale Implementation", description: "We handle the heavy lifting for you.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/group-young-business-people-spending-productive-morning-library-discussing-business-plans-developing-company-s-strategy-business-concept_176420-8308.jpg" }, + { tag: "Management", title: "Ongoing Performance Management", description: "Ensuring results keep coming.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/closeup-dart-hitting-bullseye-target_1357-77.jpg" } ]} /> @@ -130,48 +75,13 @@ export default function HomePage() { title="Your Path to Success" description="Simple steps to get you from where you are to where you want to be." items={[ - { - title: "1. Schedule", - description: "Book a quick discovery call to discuss your goals.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-mobile-phone-office-looking-camera_637285-8766.jpg", - }, - { - title: "2. Assess", - description: "We identify exactly what needs to be fixed.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-business-people-shaking-hands-showing-mutual-agreement-betweent-their-companies-firms_549566-443.jpg", - }, - { - title: "3. Plan", - description: "Custom roadmap creation tailored to you.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", - }, - { - title: "4. Execute", - description: "Our experts start the transformation.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-41706.jpg", - }, - { - title: "5. Optimize", - description: "Review progress and adjust for growth.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/executive-holding-digital-tablet-with-diagrams_1098-488.jpg", - }, - { - title: "6. Scale", - description: "Achieve exponential results over time.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", - }, - { - title: "7. Repeat", - description: "Continuous improvement for consistent results.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/business-handshake-two-men-demonstrating-their-agreement-sign-agreement-contract-their-firms-companies-enterprises_1423-100.jpg", - }, + { title: "1. Schedule", description: "Book a quick discovery call to discuss your goals.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-using-mobile-phone-office-looking-camera_637285-8766.jpg" }, + { title: "2. Assess", description: "We identify exactly what needs to be fixed.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-business-people-shaking-hands-showing-mutual-agreement-betweent-their-companies-firms_549566-443.jpg" }, + { title: "3. Plan", description: "Custom roadmap creation tailored to you.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg" }, + { title: "4. Execute", description: "Our experts start the transformation.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-41706.jpg" }, + { title: "5. Optimize", description: "Review progress and adjust for growth.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/executive-holding-digital-tablet-with-diagrams_1098-488.jpg" }, + { title: "6. Scale", description: "Achieve exponential results over time.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg" }, + { title: "7. Repeat", description: "Continuous improvement for consistent results.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/business-handshake-two-men-demonstrating-their-agreement-sign-agreement-contract-their-firms-companies-enterprises_1423-100.jpg" } ]} /> @@ -180,17 +90,10 @@ export default function HomePage() {
@@ -203,30 +106,9 @@ export default function HomePage() { title="Proven Performance Results" description="We don't just talk, we show results." metrics={[ - { - value: "10+", - title: "Years Experience", - features: [ - "Proven methodology", - "Industry certified", - ], - }, - { - value: "500+", - title: "Projects Completed", - features: [ - "Client satisfaction guaranteed", - "High impact focus", - ], - }, - { - value: "95%", - title: "Retention Rate", - features: [ - "Long term success", - "Dedicated support", - ], - }, + { value: "10+", title: "Years Experience", features: ["Proven methodology", "Industry certified"] }, + { value: "500+", title: "Projects Completed", features: ["Client satisfaction guaranteed", "High impact focus"] }, + { value: "95%", title: "Retention Rate", features: ["Long term success", "Dedicated support"] } ]} /> @@ -239,36 +121,11 @@ export default function HomePage() { title="What Our Clients Say" description="Hear directly from those who transformed their results." testimonials={[ - { - name: "Sarah Johnson", - role: "CEO", - quote: "Fantastic service that really worked.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - }, - { - name: "Michael Chen", - role: "CTO", - quote: "Professional and results-oriented team.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-enjoys-winning_329181-9127.jpg", - }, - { - name: "Emily Rodriguez", - role: "Marketing Director", - quote: "I saw results within the first month.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", - }, - { - name: "David Kim", - role: "Product Manager", - quote: "The strategy was clear and execution was top notch.", - imageSrc: "http://img.b2bpic.net/free-photo/young-corporate-woman-saluting-flight-attendent-greeting-you-smiling-camera-standing-white-background_176420-48093.jpg", - }, - { - name: "Lisa Wang", - role: "Owner", - quote: "Transformed our business overnight.", - imageSrc: "http://img.b2bpic.net/free-photo/people-hugging-each-other-hugging-day-celebration_23-2151164690.jpg", - }, + { name: "Sarah Johnson", role: "CEO", quote: "Fantastic service that really worked.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" }, + { name: "Michael Chen", role: "CTO", quote: "Professional and results-oriented team.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-enjoys-winning_329181-9127.jpg" }, + { name: "Emily Rodriguez", role: "Marketing Director", quote: "I saw results within the first month.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg" }, + { name: "David Kim", role: "Product Manager", quote: "The strategy was clear and execution was top notch.", imageSrc: "http://img.b2bpic.net/free-photo/young-corporate-woman-saluting-flight-attendent-greeting-you-smiling-camera-standing-white-background_176420-48093.jpg" }, + { name: "Lisa Wang", role: "Owner", quote: "Transformed our business overnight.", imageSrc: "http://img.b2bpic.net/free-photo/people-hugging-each-other-hugging-day-celebration_23-2151164690.jpg" } ]} /> @@ -281,22 +138,10 @@ export default function HomePage() { title="Common Buying Objections" description="Answers to your most important questions." items={[ - { - question: "What is the expected timeline?", - answer: "Usually within 30-60 days.", - }, - { - question: "Is there a guarantee?", - answer: "Yes, we stand by our results.", - }, - { - question: "What is the pricing model?", - answer: "We offer custom plans for your needs.", - }, - { - question: "Do you service local areas?", - answer: "Yes, we serve the entire region.", - }, + { question: "What is the expected timeline?", answer: "Usually within 30-60 days." }, + { question: "Is there a guarantee?", answer: "Yes, we stand by our results." }, + { question: "What is the pricing model?", answer: "We offer custom plans for your needs." }, + { question: "Do you service local areas?", answer: "Yes, we serve the entire region." } ]} imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-office-helping-customers-by-answering-questions_482257-117884.jpg" /> @@ -308,17 +153,11 @@ export default function HomePage() {
); -} +} \ No newline at end of file -- 2.49.1