Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 23:15:02 +00:00

View File

@@ -31,126 +31,45 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "#features",
},
{
name: "Results",
id: "#metrics",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Services", id: "features" },
{ name: "Results", id: "metrics" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Asr Marketing"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Scaling Brands Through Data-Driven Marketing"
description="Asr Marketing delivers high-impact digital strategy, custom web development, and influencer growth to accelerate your business ROI."
testimonials={[
{
name: "Sarah J.",
handle: "@techcorp",
testimonial: "The best agency experience we've had. Real results, fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
},
{
name: "Mark D.",
handle: "@growthlab",
testimonial: "Transformed our digital presence in just 3 months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
},
{
name: "Emily P.",
handle: "@startupnow",
testimonial: "Professional, insightful, and results-oriented.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
},
{
name: "David L.",
handle: "@innovate",
testimonial: "Incredible communication and execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg",
},
{
name: "Karen B.",
handle: "@retailboss",
testimonial: "Data-driven approach that truly converts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
},
]}
buttons={[
{
text: "Start Your Project",
href: "#contact",
},
{ name: "Sarah J.", handle: "@techcorp", testimonial: "The best agency experience we've had. Real results, fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" },
{ name: "Mark D.", handle: "@growthlab", testimonial: "Transformed our digital presence in just 3 months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
{ name: "Emily P.", handle: "@startupnow", testimonial: "Professional, insightful, and results-oriented.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg" },
{ name: "David L.", handle: "@innovate", testimonial: "Incredible communication and execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg" },
{ name: "Karen B.", handle: "@retailboss", testimonial: "Data-driven approach that truly converts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg" }
]}
buttons={[{ text: "Start Your Project", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-management-strategy-analyzing-company-data-charts-using-computer-planning-business-meeting-startup-office-workmates-brainstorming-marketing-ideas_482257-27444.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
alt: "Executive Client",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
alt: "Marketing Lead",
},
{
src: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg",
alt: "Startup Founder",
},
{
src: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg",
alt: "Creative Director",
},
{
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
alt: "Business Partner",
},
{ src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Executive Client" },
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Marketing Lead" },
{ src: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg", alt: "Startup Founder" },
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg", alt: "Creative Director" },
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Business Partner" }
]}
marqueeItems={[
{
type: "text",
text: "100% Growth Oriented",
},
{
type: "text",
text: "Data-First Strategy",
},
{
type: "text",
text: "Custom Web Solutions",
},
{
type: "text",
text: "ROI Focused",
},
{
type: "text",
text: "Scalable Infrastructure",
},
{ type: "text", text: "100% Growth Oriented" },
{ type: "text", text: "Data-First Strategy" },
{ type: "text", text: "Custom Web Solutions" },
{ type: "text", text: "ROI Focused" },
{ type: "text", text: "Scalable Infrastructure" }
]}
/>
</div>
@@ -162,21 +81,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Influencer Strategy",
description: "Connect with your audience through authentic creator partnerships that drive real sales.",
imageSrc: "http://img.b2bpic.net/free-vector/influencer-marketing-design-with-connecting-lines_23-2147690188.jpg",
},
{
title: "Web Development",
description: "Custom, high-conversion websites designed to perform, scale, and captivate.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
},
{
title: "Email Growth",
description: "Strategic email campaigns designed to nurture prospects and maximize customer lifetime value.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-laptop_23-2148500523.jpg",
},
{ title: "Influencer Strategy", description: "Connect with your audience through authentic creator partnerships that drive real sales.", imageSrc: "http://img.b2bpic.net/free-vector/influencer-marketing-design-with-connecting-lines_23-2147690188.jpg" },
{ title: "Web Development", description: "Custom, high-conversion websites designed to perform, scale, and captivate.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg" },
{ title: "Email Growth", description: "Strategic email campaigns designed to nurture prospects and maximize customer lifetime value.", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-laptop_23-2148500523.jpg" }
]}
title="Core Agency Services"
description="Comprehensive marketing solutions tailored for growth-minded brands."
@@ -189,24 +96,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: TrendingUp,
title: "Avg. Revenue Growth",
value: "145%",
},
{
id: "m2",
icon: Users,
title: "Leads Generated",
value: "25k+",
},
{
id: "m3",
icon: Award,
title: "Client Retention",
value: "98%",
},
{ id: "m1", icon: TrendingUp, title: "Avg. Revenue Growth", value: "145%" },
{ id: "m2", icon: Users, title: "Leads Generated", value: "25k+" },
{ id: "m3", icon: Award, title: "Client Retention", value: "98%" }
]}
title="Driven By Performance"
description="Measurable impact that turns marketing spend into tangible growth."
@@ -215,44 +107,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="scale-rotate"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "CEO",
testimonial: "Game-changing strategies that actually work.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
},
{
id: "2",
name: "Michael Chen",
role: "Marketing Director",
testimonial: "Incredible focus on data and results.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
role: "CTO",
testimonial: "Professional web dev implementation that scales.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
},
{
id: "4",
name: "David Kim",
role: "Founder",
testimonial: "The influencer strategy was spot on.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
},
{
id: "5",
name: "Rachel Smith",
role: "Growth Lead",
testimonial: "A true growth partner for our company.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
},
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Game-changing strategies that actually work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg" },
{ id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "Incredible focus on data and results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "CTO", testimonial: "Professional web dev implementation that scales.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg" },
{ id: "4", name: "David Kim", role: "Founder", testimonial: "The influencer strategy was spot on.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
{ id: "5", name: "Rachel Smith", role: "Growth Lead", testimonial: "A true growth partner for our company.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg" }
]}
title="Trusted By Industry Leaders"
description="Join companies achieving exponential growth with Asr Marketing."
@@ -263,15 +126,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"TechCorp",
"InnovateLab",
"GrowthCo",
"StartupXYZ",
"DigitalFlow",
"BrandX",
"FutureSoft",
]}
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow", "BrandX", "FutureSoft"]}
title="Industry Collaborations"
description="Proud to have partnered with these innovative brands."
/>
@@ -282,21 +137,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do you measure success?",
content: "We use real-time analytics and custom dashboards to track every dollar spent.",
},
{
id: "q2",
title: "What is the typical timeline?",
content: "Most growth strategies see initial wins within the first 30-60 days.",
},
{
id: "q3",
title: "Do you handle custom development?",
content: "Yes, our web dev team creates bespoke solutions for your brand.",
},
{ id: "q1", title: "How do you measure success?", content: "We use real-time analytics and custom dashboards to track every dollar spent." },
{ id: "q2", title: "What is the typical timeline?", content: "Most growth strategies see initial wins within the first 30-60 days." },
{ id: "q3", title: "Do you handle custom development?", content: "Yes, our web dev team creates bespoke solutions for your brand." }
]}
title="Common Questions"
description="Everything you need to know about partnering with Asr Marketing."
@@ -308,16 +151,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
text="Ready to scale your business? Let's build your next growth strategy today."
buttons={[
{
text: "Schedule Consultation",
href: "#contact",
},
]}
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
/>
</div>
@@ -326,16 +162,8 @@ export default function LandingPage() {
logoText="Asr Marketing"
copyrightText="© 2025 Asr Marketing. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
{
icon: Linkedin,
href: "#",
ariaLabel: "LinkedIn",
},
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
/>
</div>