From 13f0ded2a681b764305c00b645acbc94ac0e14f7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 8 Jun 2026 13:52:14 +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 dbd59ee..f84bdcc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { BarChart2, Briefcase, Laptop, Lightbulb, TrendingUp, Users } from "lucide-react"; +import { ArrowUpRight, BarChart2, Briefcase, ChartLine, Laptop, Lightbulb, Megaphone, TrendingUp, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1 From ca13018820aa4fc410b19d574b5d76e388bb0ea2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:52:29 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 161 ++++++++++------------------------------- 1 file changed, 39 insertions(+), 122 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f84bdcc..b8c6adb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,13 +19,9 @@ export default function HomePage() { brand="Catalyst Marketing Agency" description="Your trusted partner for innovative marketing strategies in Santa Barbara. We elevate brands through data-driven campaigns, compelling content, and measurable results. Let's create your success story." primaryButton={{ - text: "Explore Our Services", - href: "#services", - }} + text: "Explore Our Services", href: "#services"}} secondaryButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} imageSrc="http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg" /> @@ -36,9 +32,7 @@ export default function HomePage() { @@ -51,20 +45,11 @@ export default function HomePage() { description="We offer a full spectrum of marketing services designed to meet your business objectives and drive sustainable growth." items={[ { - title: "Digital Strategy & SEO", - description: "Develop tailored online strategies to boost your visibility and rankings, ensuring you reach your target audience effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/promotion-marketing-advertising-branding-sale-concept_53876-133670.jpg", - }, + title: "Digital Strategy & SEO", description: "Develop tailored online strategies to boost your visibility and rankings, ensuring you reach your target audience effectively.", imageSrc: "http://img.b2bpic.net/free-photo/promotion-marketing-advertising-branding-sale-concept_53876-133670.jpg"}, { - title: "Brand Development", - description: "Forge a compelling brand identity that tells your story, resonates with customers, and stands out in a crowded market.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542081.jpg", - }, + title: "Brand Development", description: "Forge a compelling brand identity that tells your story, resonates with customers, and stands out in a crowded market.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542081.jpg"}, { - title: "Content Creation", - description: "Produce engaging and high-quality content, from captivating visuals to persuasive copywriting, across all platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320720.jpg", - }, + title: "Content Creation", description: "Produce engaging and high-quality content, from captivating visuals to persuasive copywriting, across all platforms.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320720.jpg"}, ]} /> @@ -78,56 +63,35 @@ export default function HomePage() { description="Leverage our in-depth expertise in key marketing areas to maximize your impact and achieve exceptional results." items={[ { - title: "Search Engine Optimization (SEO)", - tags: "Visibility, Rankings, Traffic", - details: [ + title: "Search Engine Optimization (SEO)", tags: "Visibility, Rankings, Traffic", details: [ { icon: ArrowUpRight, - label: "Organic Growth", - value: "Boost visibility", - }, + label: "Organic Growth", value: "Boost visibility"}, { icon: ChartLine, - label: "Data-Driven", - value: "Analytics insights", - }, + label: "Data-Driven", value: "Analytics insights"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg"}, { - title: "Social Media Marketing", - tags: "Engagement, Community, Reach", - details: [ + title: "Social Media Marketing", tags: "Engagement, Community, Reach", details: [ { icon: Users, - label: "Audience Connect", - value: "Build community", - }, + label: "Audience Connect", value: "Build community"}, { icon: Megaphone, - label: "Targeted Ads", - value: "Maximize reach", - }, + label: "Targeted Ads", value: "Maximize reach"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bullet-journals-arrangement_23-2149740092.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bullet-journals-arrangement_23-2149740092.jpg"}, { - title: "Web Design & Development", - tags: "UX/UI, Conversion, Responsive", - details: [ + title: "Web Design & Development", tags: "UX/UI, Conversion, Responsive", details: [ { icon: Laptop, - label: "User Experience", - value: "Intuitive design", - }, + label: "User Experience", value: "Intuitive design"}, { icon: BarChart2, - label: "Conversion Focused", - value: "Drive actions", - }, + label: "Conversion Focused", value: "Drive actions"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/people-working-laptop-meeting_53876-64855.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-laptop-meeting_53876-64855.jpg"}, ]} /> @@ -142,19 +106,13 @@ export default function HomePage() { metrics={[ { icon: TrendingUp, - title: "Average Client Growth", - value: "45%", - }, + title: "Average Client Growth", value: "45%"}, { icon: Briefcase, - title: "Client Retention Rate", - value: "92%", - }, + title: "Client Retention Rate", value: "92%"}, { icon: Lightbulb, - title: "Campaign ROI", - value: "200%+", - }, + title: "Campaign ROI", value: "200%+"}, ]} /> @@ -168,40 +126,20 @@ export default function HomePage() { description="Hear directly from businesses in Santa Barbara and beyond who have experienced transformative growth with Catalyst Marketing." testimonials={[ { - name: "Sophia Rodriguez", - role: "CEO, Ocean Breeze Boutique", - quote: "Catalyst Marketing completely revamped our online presence. Our website traffic has quadrupled, and we've seen a significant increase in sales. Their local market insight is truly invaluable!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-manager-standing-her-restaurant-using-computer_23-2147936244.jpg", - }, + name: "Sophia Rodriguez", role: "CEO, Ocean Breeze Boutique", quote: "Catalyst Marketing completely revamped our online presence. Our website traffic has quadrupled, and we've seen a significant increase in sales. Their local market insight is truly invaluable!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-manager-standing-her-restaurant-using-computer_23-2147936244.jpg"}, { - name: "David Chen", - role: "Owner, Coastal Eats", - quote: "Their team developed an incredible content strategy that perfectly captured our brand's voice. We're now consistently ranking higher in local searches, and customer engagement is at an all-time high.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", - }, + name: "David Chen", role: "Owner, Coastal Eats", quote: "Their team developed an incredible content strategy that perfectly captured our brand's voice. We're now consistently ranking higher in local searches, and customer engagement is at an all-time high.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg"}, { - name: "Emily White", - role: "Marketing Director, SB Tech Solutions", - quote: "The SEO work by Catalyst Marketing has been phenomenal. We've seen a dramatic improvement in our organic search results, bringing in more qualified leads than ever before.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", - }, + name: "Emily White", role: "Marketing Director, SB Tech Solutions", quote: "The SEO work by Catalyst Marketing has been phenomenal. We've seen a dramatic improvement in our organic search results, bringing in more qualified leads than ever before.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg"}, { - name: "Michael Johnson", - role: "Founder, Pacific Peak Adventures", - quote: "Professional, creative, and highly effective. Catalyst Marketing understood our vision and translated it into a digital strategy that exceeded our expectations. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", - }, + name: "Michael Johnson", role: "Founder, Pacific Peak Adventures", quote: "Professional, creative, and highly effective. Catalyst Marketing understood our vision and translated it into a digital strategy that exceeded our expectations. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg"}, { - name: "Jessica Lee", - role: "Brand Manager, Vine & Canvas Studio", - quote: "From branding to social media, Catalyst Marketing provided comprehensive support that elevated our entire brand. Their attention to detail and creative approach made all the difference.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/project-manager-sitting-office-desk_482257-127147.jpg", - }, + name: "Jessica Lee", role: "Brand Manager, Vine & Canvas Studio", quote: "From branding to social media, Catalyst Marketing provided comprehensive support that elevated our entire brand. Their attention to detail and creative approach made all the difference.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/project-manager-sitting-office-desk_482257-127147.jpg"}, ]} /> @@ -214,14 +152,7 @@ export default function HomePage() { title="Trusted by Leading Brands" description="We're proud to partner with a diverse range of businesses, helping them achieve their marketing goals." names={[ - "Luxury Living Estates", - "The Local Roaster", - "Eco-Cycle Solutions", - "Innovate Tech Hub", - "Harbor Financial Group", - "Coastal University", - "Santa Barbara Events", - ]} + "Luxury Living Estates", "The Local Roaster", "Eco-Cycle Solutions", "Innovate Tech Hub", "Harbor Financial Group", "Coastal University", "Santa Barbara Events"]} /> @@ -234,25 +165,15 @@ export default function HomePage() { description="Find answers to common questions about our marketing agency and how we work with clients." items={[ { - question: "What types of businesses do you work with?", - answer: "We partner with businesses of all sizes and industries, from local Santa Barbara startups to established national brands. Our strategies are tailored to meet the unique needs of each client.", - }, + question: "What types of businesses do you work with?", answer: "We partner with businesses of all sizes and industries, from local Santa Barbara startups to established national brands. Our strategies are tailored to meet the unique needs of each client."}, { - question: "How do you measure campaign success?", - answer: "We utilize a variety of metrics including website traffic, conversion rates, lead generation, social media engagement, and ROI to provide comprehensive performance reports and ensure transparent results.", - }, + question: "How do you measure campaign success?", answer: "We utilize a variety of metrics including website traffic, conversion rates, lead generation, social media engagement, and ROI to provide comprehensive performance reports and ensure transparent results."}, { - question: "What makes your agency different?", - answer: "Our blend of local Santa Barbara market expertise with cutting-edge global marketing strategies, combined with a highly personalized client approach, sets us apart. We prioritize measurable results and transparent communication.", - }, + question: "What makes your agency different?", answer: "Our blend of local Santa Barbara market expertise with cutting-edge global marketing strategies, combined with a highly personalized client approach, sets us apart. We prioritize measurable results and transparent communication."}, { - question: "Can I get a custom marketing plan?", - answer: "Absolutely! We believe every business is unique. We offer bespoke marketing plans designed specifically to address your goals, challenges, and target audience. Contact us for a consultation.", - }, + question: "Can I get a custom marketing plan?", answer: "Absolutely! We believe every business is unique. We offer bespoke marketing plans designed specifically to address your goals, challenges, and target audience. Contact us for a consultation."}, { - question: "What is your typical project timeline?", - answer: "Project timelines vary depending on the scope and complexity of the services. We provide a detailed timeline and milestones for each project during the initial planning phase, ensuring clarity and accountability.", - }, + question: "What is your typical project timeline?", answer: "Project timelines vary depending on the scope and complexity of the services. We provide a detailed timeline and milestones for each project during the initial planning phase, ensuring clarity and accountability."}, ]} /> @@ -264,13 +185,9 @@ export default function HomePage() { tag="Get Started" text="Ready to elevate your brand? Let's connect and craft your next success story." primaryButton={{ - text: "Schedule a Consultation", - href: "#", - }} + text: "Schedule a Consultation", href: "#"}} secondaryButton={{ - text: "View Our Portfolio", - href: "#", - }} + text: "View Our Portfolio", href: "#"}} /> -- 2.49.1