From e0c9719894a796c0e801b5600a4ee3a8c2ac4f1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 11:09:29 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 308 +++++++++++++---------------------------- 1 file changed, 97 insertions(+), 211 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d1cd261..e85c0aa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,231 +12,117 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ brand="GROWTH DRIVEN MARKETING" + description="Helping businesses scale through data-backed strategies and high-conversion digital marketing solutions." + primaryButton={{ text: "View Case Studies", href: "#results" }} + secondaryButton={{ text: "Contact Me", href: "#contact" }} + imageSrc="http://img.b2bpic.net/free-photo/graph-growth-success-strategy-marketing-computer-concept_53876-47081.jpg" + /> +
+
-
- +
+ - -
+ title="About My Process" + descriptions={[ + "With over 8 years in the digital marketing space, I specialize in blending creative strategy with rigorous performance analytics to deliver measurable ROI.", "My process starts with deep audience research followed by multi-channel acquisition planning. I believe in transparency, constant iteration, and clear communication with every client."]} + /> +
+
-
- +
+ - -
+ tag="Expertise" + title="Core Services" + description="I provide comprehensive marketing solutions tailored to your unique growth goals." + items={[ + { title: "SEO Strategy", description: "Dominating search rankings with content and technical optimization.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111399.jpg" }, + { title: "Paid Media", description: "Performance-led advertising across all social and search platforms.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-office-multinational-company-showcases-charts-insight-night-forecast-data-display_482257-136491.jpg" }, + { title: "Email Growth", description: "Automated sequences that convert leads into lifetime customers.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg" }, + { title: "Conversion Rate", description: "A/B testing and landing page optimization for maximum impact.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg" }, + { title: "Brand Strategy", description: "Defining your unique voice in crowded market landscapes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" }, + { title: "Data Analytics", description: "Actionable insights derived from complex campaign performance metrics.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg" }, + { title: "Marketing Tech", description: "Integrating and optimizing your entire stack for efficiency.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-792.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Results" + title="Proven Success" + description="These metrics represent the impact delivered for recent client engagements." + metrics={[ + { icon: "TrendingUp", title: "Average ROAS Increase", value: "3.5x" }, + { icon: "Users", title: "New Leads Monthly", value: "12k+" }, + { icon: "Zap", title: "Conversion Rate Lift", value: "24%" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Clients" + title="Hear From Partners" + description="Stories of growth from the brands I've worked with." + testimonials={[ + { name: "Sarah Chen", role: "Head of Growth", quote: "The strategy provided completely transformed our customer acquisition costs.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-hands-boss-studio_1187-4852.jpg" }, + { name: "David Miller", role: "Founder", quote: "Truly data-driven marketing. We saw results within the first month of working together.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-910.jpg" }, + { name: "Elena Rodriguez", role: "Marketing Director", quote: "Professional, insightful, and results-oriented. A perfect partner for our growth.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg" }, + { name: "Marcus Thorne", role: "CEO", quote: "Highest standard of work and always on top of the latest platform changes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" }, + { name: "Jessica Lee", role: "Operations Manager", quote: "Clear, concise, and incredibly effective campaign management throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Trusted By" + title="Selected Client List" + description="Collaborated with teams across technology, retail, and finance sectors." + names={[ + "TechCorp", "FinBank", "RetailGiant", "HealthCare Pro", "MediaPulse", "RealEstate Group", "StartupNext"]} + /> +
+
-
- +
+ - -
+ tag="FAQ" + title="Common Questions" + description="Here are some of the most common questions clients have when engaging my marketing services." + items={[ + { question: "What is your primary focus area?", answer: "I specialize in growth marketing that bridges the gap between creative storytelling and hard analytics." }, + { question: "Do you work with startups or enterprises?", answer: "I scale with your needs, having successfully delivered results for early-stage startups and established enterprise teams." }, + { question: "How do we get started?", answer: "We usually start with a discovery audit to align on goals and define key performance metrics for the campaign." }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/african-american-accountant-struggling-concentrate-work-because-coworker-is-being-too-loud-while-listening-music-employee-irked-by-colleague-making-too-much-noise-pretending-beat-drums_482257-70478.jpg" + /> +
+
-
- +
+ - -
+ tag="Collaboration" + text="Ready to scale your business? Let's discuss your growth objectives." + primaryButton={{ text: "Book a Discovery Call", href: "#" }} + secondaryButton={{ text: "Email Me Directly", href: "mailto:hello@example.com" }} + /> +
+
); -} +} \ No newline at end of file -- 2.49.1