diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 0ee6b33..cddf142 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -7,166 +7,129 @@ import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCar
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
+import { Zap, Shield, Award } from 'lucide-react';
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Marketing Excellence"
+ title="Scale your brand with data and strategy"
+ description="We combine creativity, analytics, and performance marketing to grow your business with measurable results. From campaign strategy to conversion optimization, every decision is backed by data."
+ primaryButton={{ text: "Start Now", href: "#contact" }}
+ secondaryButton={{ text: "View Pricing", href: "#pricing" }}
+ imageSrc="http://img.b2bpic.net/free-photo/dramatic-diagonal-light-rays-dark-abstract-background-texture_84443-91486.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Data Driven Results"
+ title="Performance Marketing Redefined"
+ description="Integrated analytics for unparalleled scale."
+ items={[
+ { title: "Advanced Attribution", description: "Uncover the full customer journey.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904328.jpg" },
+ { title: "Conversion Rate Optimization", description: "Turn visitors into lifetime customers.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548797.jpg" },
+ { title: "Media Buy Audits", description: "Maximize every dollar spent.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-geometrical-paper-shape_23-2148547780.jpg" },
+ { title: "Creative Testing", description: "AI-backed ad creative iteration.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164871.jpg" },
+ { title: "SEO & Content", description: "Sustainable long-term growth.", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg" },
+ { title: "Dashboarding", description: "Real-time performance transparency.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-business-graph-analysis_53876-43725.jpg" },
+ { title: "Strategic Consulting", description: "Executive level guidance.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-geometric-paper-object-pack_23-2148547799.jpg" }
+ ]}
+ />
+
+
-
-
+
+ tag="Our Methodology"
+ title="The Nume Advantage"
+ description="We bridge the gap between creative storytelling and hard analytics. Every campaign is a scientific experiment designed to scale revenue efficiently."
+ items={[
+ { icon: "Zap", title: "Velocity", description: "Fast iteration cycles." },
+ { icon: "Shield", title: "Precision", description: "Accurate tracking." },
+ { icon: "Award", title: "Excellence", description: "Premium delivery." }
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/minimalistic-design-with-desk-devices_23-2148223214.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Results"
+ title="By The Numbers"
+ description="Proven performance for our partners."
+ metrics={[
+ { value: "150M+", title: "Revenue Generated", features: ["Aggregated multi-channel ROI", "Client growth tracking"] },
+ { value: "3.5x", title: "Average ROAS", features: ["Scalable spend efficiency", "Optimized ad funnels"] },
+ { value: "120+", title: "Projects Scaled", features: ["E-commerce and SaaS expertise", "Multichannel strategy"] }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Trusted By"
+ title="Partners in Growth"
+ description="Powering leading global brands."
+ names={["InnovateLab", "GrowthCo", "TechCorp", "RetailGiant", "ServicesInc", "GlobalBrands", "ScalePartners"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Client Stories"
+ title="Unmatched Partnerships"
+ description="What our clients say about our data-driven growth approach."
+ testimonials={[
+ { name: "Sarah Johnson", role: "CEO", quote: "The data transparency is unlike anything I've seen in the agency world.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg" },
+ { name: "Michael Chen", role: "CTO", quote: "Finally, an agency that understands the intersection of tech and creative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg" },
+ { name: "Emily Rodriguez", role: "Marketing Director", quote: "Increased our conversion rates by 40% in the first quarter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/it-s-good-have-wireless-internet-work_329181-15114.jpg" },
+ { name: "David Kim", role: "Product Manager", quote: "Seamless integration with our internal growth teams.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg" },
+ { name: "Jessica Lee", role: "Founder", quote: "The most professional agency partnership we've ever engaged with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room-smiling-camera-with-arms-crossed_482257-5017.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Support"
+ title="Frequently Asked Questions"
+ description="Clarity on our agency operations and analytics methodology."
+ items={[
+ { question: "What industries do you specialize in?", answer: "We focus on E-commerce, SaaS, and technology-led B2B organizations." },
+ { question: "How do you handle reporting?", answer: "We provide custom, real-time dashboards for full visibility." },
+ { question: "What is the onboarding process?", answer: "Usually a 2-week deep dive discovery and data integration sprint." },
+ { question: "Do you provide creative services?", answer: "Yes, our creative strategy is fully integrated with performance testing." }
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/black-marble-background-with-copper-lining_53876-104397.jpg"
+ />
+
+
-
>
);
}
\ No newline at end of file