Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Advertise Media"
|
||||
/>
|
||||
@@ -56,81 +48,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Revolutionize Marketing with AI-Driven Intelligence"
|
||||
description="Advertise Media transforms your digital presence through predictive analytics and AI-powered performance strategies."
|
||||
kpis={[
|
||||
{
|
||||
value: "450%",
|
||||
label: "Revenue Growth",
|
||||
},
|
||||
value: "450%", label: "Revenue Growth"},
|
||||
{
|
||||
value: "12ms",
|
||||
label: "Response Time",
|
||||
},
|
||||
value: "12ms", label: "Response Time"},
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Client Success",
|
||||
},
|
||||
value: "99.9%", label: "Client Success"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "View Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Features", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg",
|
||||
alt: "AI analyst",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg", alt: "AI analyst"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg",
|
||||
alt: "Data expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg", alt: "Data expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
|
||||
alt: "Performance lead",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", alt: "Performance lead"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-vr-headset-touching-holographic-screen_53876-101150.jpg",
|
||||
alt: "AI strategist",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-vr-headset-touching-holographic-screen_53876-101150.jpg", alt: "AI strategist"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-flowing-particles_1048-16341.jpg",
|
||||
alt: "Tech consultant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-flowing-particles_1048-16341.jpg", alt: "Tech consultant"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global brands"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Analytics",
|
||||
},
|
||||
type: "text", text: "Predictive Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Scaling",
|
||||
},
|
||||
type: "text", text: "Automated Scaling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Bidding",
|
||||
},
|
||||
type: "text", text: "Real-time Bidding"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Content Generation",
|
||||
},
|
||||
type: "text", text: "Content Generation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance AdOps",
|
||||
},
|
||||
type: "text", text: "Performance AdOps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,19 +103,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Neural Network Models",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Neural Network Models", value: "50+"},
|
||||
{
|
||||
icon: BarChart,
|
||||
label: "Live Ad Campaigns",
|
||||
value: "1200+",
|
||||
},
|
||||
label: "Live Ad Campaigns", value: "1200+"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Real-time Optimizations",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Real-time Optimizations", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -166,26 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "AI",
|
||||
title: "Predictive Content",
|
||||
subtitle: "GenAI Strategy",
|
||||
description: "Automated content generation tuned to your brand personality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg?_wi=1",
|
||||
},
|
||||
tag: "AI", title: "Predictive Content", subtitle: "GenAI Strategy", description: "Automated content generation tuned to your brand personality.", imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg"},
|
||||
{
|
||||
tag: "Data",
|
||||
title: "Real-time Analytics",
|
||||
subtitle: "Deep Insights",
|
||||
description: "Understand your customers better with advanced behavioural analytics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307271.jpg",
|
||||
},
|
||||
tag: "Data", title: "Real-time Analytics", subtitle: "Deep Insights", description: "Understand your customers better with advanced behavioural analytics.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307271.jpg"},
|
||||
{
|
||||
tag: "Scale",
|
||||
title: "Performance AdOps",
|
||||
subtitle: "Auto Scaling",
|
||||
description: "Intelligent bid management across global advertising platforms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/polygonal-infographic-with-bar-graph-options_1092-1.jpg",
|
||||
},
|
||||
tag: "Scale", title: "Performance AdOps", subtitle: "Auto Scaling", description: "Intelligent bid management across global advertising platforms.", imageSrc: "http://img.b2bpic.net/free-vector/polygonal-infographic-with-bar-graph-options_1092-1.jpg"},
|
||||
]}
|
||||
title="Smart Marketing Solutions"
|
||||
description="Our AI-driven ecosystem empowers brands to scale exponentially."
|
||||
@@ -199,56 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Essential",
|
||||
price: "$1,999",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"AI Ad Copywriting",
|
||||
"Dashboard Access",
|
||||
"Weekly Insights",
|
||||
],
|
||||
id: "basic", title: "Essential", price: "$1,999", period: "/mo", features: [
|
||||
"AI Ad Copywriting", "Dashboard Access", "Weekly Insights"],
|
||||
button: {
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2d7i1h",
|
||||
imageAlt: "minimalist tech company logo vector",
|
||||
},
|
||||
text: "Choose Basic", href: "#contact"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2d7i1h", imageAlt: "minimalist tech company logo vector"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Performance",
|
||||
price: "$4,999",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Advanced Predictive AI",
|
||||
"Full Ad Automation",
|
||||
"Dedicated Strategist",
|
||||
],
|
||||
id: "pro", title: "Performance", price: "$4,999", period: "/mo", features: [
|
||||
"Advanced Predictive AI", "Full Ad Automation", "Dedicated Strategist"],
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg?_wi=2",
|
||||
imageAlt: "minimalist tech company logo vector",
|
||||
},
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg", imageAlt: "minimalist tech company logo vector"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Enterprise",
|
||||
price: "$9,999",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Custom AI Models",
|
||||
"Full White Labeling",
|
||||
"Global Ad Management",
|
||||
],
|
||||
id: "enterprise", title: "Enterprise", price: "$9,999", period: "/mo", features: [
|
||||
"Custom AI Models", "Full White Labeling", "Global Ad Management"],
|
||||
button: {
|
||||
text: "Choose Enterprise",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg?_wi=2",
|
||||
imageAlt: "minimalist tech company logo vector",
|
||||
},
|
||||
text: "Choose Enterprise", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-communications-background-with-flowing-floating-particles_1048-12199.jpg", imageAlt: "minimalist tech company logo vector"},
|
||||
]}
|
||||
title="Scalable Plans"
|
||||
description="Transparent pricing for brands ready to leverage AI."
|
||||
@@ -262,40 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@techcorp",
|
||||
testimonial: "Advertise Media's AI transformed our ad spend efficiency instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-engineer-manages-data-from-solar-machinery-desktop-working-solar-panel_482257-132203.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "@techcorp", testimonial: "Advertise Media's AI transformed our ad spend efficiency instantly.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-engineer-manages-data-from-solar-machinery-desktop-working-solar-panel_482257-132203.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Rivers",
|
||||
handle: "@creativeco",
|
||||
testimonial: "Unmatched performance results from their predictive engine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Rivers", handle: "@creativeco", testimonial: "Unmatched performance results from their predictive engine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Voss",
|
||||
handle: "@startupxyz",
|
||||
testimonial: "Scaling our brand felt effortless with their automated strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Voss", handle: "@startupxyz", testimonial: "Scaling our brand felt effortless with their automated strategy.", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "@growthagency",
|
||||
testimonial: "Their custom AI models gave us a true competitive advantage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-with-eyeglasses-office_23-2148452716.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", handle: "@growthagency", testimonial: "Their custom AI models gave us a true competitive advantage.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-with-eyeglasses-office_23-2148452716.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria Lopez",
|
||||
handle: "@luxurybrands",
|
||||
testimonial: "Seamless execution and deep analytical insights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-papers-office_23-2148452636.jpg",
|
||||
},
|
||||
id: "5", name: "Maria Lopez", handle: "@luxurybrands", testimonial: "Seamless execution and deep analytical insights.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-papers-office_23-2148452636.jpg"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Brands that have accelerated growth with Advertise Media."
|
||||
@@ -307,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does AI enhance ad performance?",
|
||||
content: "Our AI continuously optimizes your campaigns in real-time, leveraging vast datasets to predict and bid on high-conversion opportunities.",
|
||||
},
|
||||
id: "1", title: "How does AI enhance ad performance?", content: "Our AI continuously optimizes your campaigns in real-time, leveraging vast datasets to predict and bid on high-conversion opportunities."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is my data secure?",
|
||||
content: "Security is our top priority. We employ enterprise-grade encryption for all client data, ensuring absolute confidentiality and compliance.",
|
||||
},
|
||||
id: "2", title: "Is my data secure?", content: "Security is our top priority. We employ enterprise-grade encryption for all client data, ensuring absolute confidentiality and compliance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate my existing dashboard?",
|
||||
content: "Yes, Advertise Media fully integrates with major third-party platforms for unified performance management.",
|
||||
},
|
||||
id: "3", title: "Can I integrate my existing dashboard?", content: "Yes, Advertise Media fully integrates with major third-party platforms for unified performance management."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Get clear answers about our AI-driven marketing solutions."
|
||||
@@ -333,12 +206,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"Oracle",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "Oracle"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with market leaders globally."
|
||||
/>
|
||||
@@ -348,16 +216,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to scale?"
|
||||
title="Start your AI journey with Advertise Media"
|
||||
description="Speak with our team to discover how AI can redefine your ROI."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -366,42 +231,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Strategy", href: "#features"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Analytics", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user