Merge version_1_1782000343610 into main
Merge version_1_1782000343610 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesImageBento
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted By"
|
||||
title="Partners in Growth"
|
||||
description="Powering leading global brands."
|
||||
names={[
|
||||
"InnovateLab", "GrowthCo", "TechCorp", "RetailGiant", "ServicesInc", "GlobalBrands", "ScalePartners"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Trusted By"
|
||||
title="Partners in Growth"
|
||||
description="Powering leading global brands."
|
||||
names={["InnovateLab", "GrowthCo", "TechCorp", "RetailGiant", "ServicesInc", "GlobalBrands", "ScalePartners"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to scale?"
|
||||
text="Get a complimentary performance audit of your current channels."
|
||||
primaryButton={{
|
||||
text: "Start Audit", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us", href: "mailto:hello@nume.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Ready to scale?"
|
||||
text="Get a complimentary performance audit of your current channels."
|
||||
primaryButton={{ text: "Start Audit", href: "#" }}
|
||||
secondaryButton={{ text: "Email Us", href: "mailto:hello@nume.com" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user