Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-30 15:28:56 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Services",
id: "#services",
},
{
name: "Results",
id: "#results",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Services", id: "#services" },
{ name: "Results", id: "#results" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Lion Click Media"
/>
@@ -53,18 +41,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Dominate Orange County Markets with AI Marketing"
description="Lion Click Media empowers your business with cutting-edge AI-driven marketing strategies designed to convert and scale."
buttons={[
{
text: "Get Your Free Audit",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139294.jpg?_wi=1"
buttons={[{ text: "Get Your Free Audit", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139294.jpg"
imageAlt="digital marketing ai dashboard dark"
/>
</div>
@@ -76,28 +57,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Automated Content",
description: "AI-generated high-converting ad copy.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
imageAlt: "ai content automation dashboard",
title: "Automated Content", description: "AI-generated high-converting ad copy.", bentoComponent: "reveal-icon", icon: Zap,
},
{
title: "Precision Targeting",
description: "Predictive audience modeling.",
bentoComponent: "reveal-icon",
icon: Target,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139294.jpg?_wi=2",
imageAlt: "ai content automation dashboard",
title: "Precision Targeting", description: "Predictive audience modeling.", bentoComponent: "reveal-icon", icon: Target,
},
{
title: "Performance Tracking",
description: "Real-time analytics integration.",
bentoComponent: "reveal-icon",
icon: LineChart,
imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884886.jpg",
imageAlt: "ai content automation dashboard",
title: "Performance Tracking", description: "Real-time analytics integration.", bentoComponent: "reveal-icon", icon: LineChart,
},
]}
title="AI-Powered Growth Solutions"
@@ -110,22 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Proven Results"
tag="Our Impact"
metricsAnimation="slide-up"
metrics={[
{
id: "m1",
value: "300%",
description: "Avg. Growth Rate",
},
{
id: "m2",
value: "15x",
description: "ROI Improvement",
},
{
id: "m3",
value: "1.2M",
description: "Leads Generated",
},
{ id: "m1", value: "300%", description: "Avg. Growth Rate" },
{ id: "m2", value: "15x", description: "ROI Improvement" },
{ id: "m3", value: "1.2M", description: "Leads Generated" },
]}
/>
</div>
@@ -136,41 +91,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "James Smith",
role: "CEO",
testimonial: "Transformed our OC brand identity.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg",
},
{
id: "2",
name: "Elena Rodriguez",
role: "Director",
testimonial: "AI precision saved our marketing spend.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
},
{
id: "3",
name: "Mark Chen",
role: "Founder",
testimonial: "Unparalleled reach and engagement.",
imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg",
},
{
id: "4",
name: "Sarah Miller",
role: "CMO",
testimonial: "The best AI partner we've found.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg",
},
{
id: "5",
name: "David Kim",
role: "Partner",
testimonial: "ROI metrics are beyond our expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
},
{ id: "1", name: "James Smith", role: "CEO", testimonial: "Transformed our OC brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg" },
{ id: "2", name: "Elena Rodriguez", role: "Director", testimonial: "AI precision saved our marketing spend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
{ id: "3", name: "Mark Chen", role: "Founder", testimonial: "Unparalleled reach and engagement.", imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg" },
{ id: "4", name: "Sarah Miller", role: "CMO", testimonial: "The best AI partner we've found.", imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg" },
{ id: "5", name: "David Kim", role: "Partner", testimonial: "ROI metrics are beyond our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg" },
]}
title="Trusted by OC Leaders"
description="Hear what our clients say."
@@ -181,21 +106,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do you use AI?",
content: "We use it for precision audience targeting and rapid content generation.",
},
{
id: "2",
title: "Where are you based?",
content: "We are proudly located in Orange County, California.",
},
{
id: "3",
title: "Can you scale small brands?",
content: "Yes, our automated strategies are perfect for growing businesses.",
},
{ id: "1", title: "How do you use AI?", content: "We use it for precision audience targeting and rapid content generation." },
{ id: "2", title: "Where are you based?", content: "We are proudly located in Orange County, California." },
{ id: "3", title: "Can you scale small brands?", content: "Yes, our automated strategies are perfect for growing businesses." },
]}
sideTitle="Questions? Answers."
sideDescription="Everything you need to know about our AI agency."
@@ -209,18 +122,8 @@ export default function LandingPage() {
title="Ready to Scale?"
description="Contact us today for a complimentary marketing consultation."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/curious-woman-with-cup-coffee_1098-2060.jpg"
/>
@@ -232,29 +135,15 @@ export default function LandingPage() {
logoText="Lion Click Media"
columns={[
{
title: "Services",
items: [
{
label: "AI Ads",
href: "#services",
},
{
label: "Consulting",
href: "#contact",
},
title: "Services", items: [
{ label: "AI Ads", href: "#services" },
{ label: "Consulting", href: "#contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}