Merge version_1 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Globe, Palette, Shield, TrendingDown, Wifi, Zap } from "lucide-react";
|
||||
import { Brain, Globe, Palette, Shield, TrendingDown, Wifi, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,54 +31,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="AgencyCore"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Drive Results with Strategic Growth"
|
||||
description="We help ambitious brands scale through data-backed marketing strategies and creative excellence. Elevate your presence today."
|
||||
kpis={[
|
||||
{
|
||||
value: "200%",
|
||||
label: "Growth Rate",
|
||||
},
|
||||
{
|
||||
value: "15k+",
|
||||
label: "Leads Gen",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
{ value: "200%", label: "Growth Rate" },
|
||||
{ value: "15k+", label: "Leads Gen" },
|
||||
{ value: "50+", label: "Happy Clients" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-high-tech-marketing-office-with-glass--1774543022566-2dec3cc8.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,9 +68,7 @@ export default function LandingPage() {
|
||||
title="Your Partner in Digital Transformation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Mission", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,28 +80,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Strategy",
|
||||
title: "Brand Strategy",
|
||||
subtitle: "Define your identity",
|
||||
description: "We craft compelling brand stories that resonate globally.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png?_wi=1",
|
||||
},
|
||||
tag: "Strategy", title: "Brand Strategy", subtitle: "Define your identity", description: "We craft compelling brand stories that resonate globally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Digital",
|
||||
title: "Content Creation",
|
||||
subtitle: "Engagement focused",
|
||||
description: "High-conversion content strategies that captivate audiences.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png?_wi=1",
|
||||
},
|
||||
tag: "Digital", title: "Content Creation", subtitle: "Engagement focused", description: "High-conversion content strategies that captivate audiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Growth",
|
||||
title: "Performance Ads",
|
||||
subtitle: "ROI driven",
|
||||
description: "Targeted ad campaigns that deliver measurable growth.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png?_wi=2",
|
||||
},
|
||||
tag: "Growth", title: "Performance Ads", subtitle: "ROI driven", description: "Targeted ad campaigns that deliver measurable growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png"},
|
||||
]}
|
||||
title="Marketing Services That Scale"
|
||||
description="Our core competencies designed to boost your market share."
|
||||
@@ -141,25 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120%",
|
||||
title: "Traffic Increase",
|
||||
description: "Average site growth per quarter.",
|
||||
icon: Zap,
|
||||
id: "m1", value: "120%", title: "Traffic Increase", description: "Average site growth per quarter.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
title: "Lower CAC",
|
||||
description: "Optimized ad spend efficiency.",
|
||||
icon: TrendingDown,
|
||||
id: "m2", value: "45%", title: "Lower CAC", description: "Optimized ad spend efficiency.", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
title: "Brand Assets",
|
||||
description: "Creative deliverables crafted.",
|
||||
icon: Palette,
|
||||
id: "m3", value: "100+", title: "Brand Assets", description: "Creative deliverables crafted.", icon: Palette,
|
||||
},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
@@ -173,45 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
date: "Jan 2024",
|
||||
title: "CMO",
|
||||
quote: "Incredible results and constant transparency. A top-tier team.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-wo-1774543021804-09c15d66.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png?_wi=3",
|
||||
},
|
||||
id: "1", name: "Jane Doe", date: "Jan 2024", title: "CMO", quote: "Incredible results and constant transparency. A top-tier team.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-wo-1774543021804-09c15d66.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Smith",
|
||||
date: "Feb 2024",
|
||||
title: "CEO",
|
||||
quote: "They transformed our entire digital presence in 3 months.",
|
||||
tag: "Startup",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-ma-1774543026038-0d3b0c95.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "John Smith", date: "Feb 2024", title: "CEO", quote: "They transformed our entire digital presence in 3 months.", tag: "Startup", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-ma-1774543026038-0d3b0c95.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
date: "Mar 2024",
|
||||
title: "Founder",
|
||||
quote: "Data-driven decisions that actually worked. Highly recommended.",
|
||||
tag: "Retail",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-wo-1774543021804-09c15d66.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png?_wi=4",
|
||||
},
|
||||
id: "3", name: "Emily Chen", date: "Mar 2024", title: "Founder", quote: "Data-driven decisions that actually worked. Highly recommended.", tag: "Retail", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-wo-1774543021804-09c15d66.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
date: "Apr 2024",
|
||||
title: "VP Marketing",
|
||||
quote: "Consistent excellence across all our ad campaigns.",
|
||||
tag: "Tech",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-ma-1774543026038-0d3b0c95.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png?_wi=3",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", date: "Apr 2024", title: "VP Marketing", quote: "Consistent excellence across all our ad campaigns.", tag: "Tech", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/a-close-up-headshot-of-a-professional-ma-1774543026038-0d3b0c95.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png"},
|
||||
]}
|
||||
title="Loved by Market Leaders"
|
||||
description="Hear from our partners."
|
||||
@@ -225,40 +141,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "AI Analytics",
|
||||
description: "Predictive insights for future campaigns.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png?_wi=5",
|
||||
},
|
||||
id: "f1", title: "AI Analytics", description: "Predictive insights for future campaigns.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/abstract-marketing-concept-imagery-blue--1774543021906-c54bc613.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Brain,
|
||||
text: "Real-time AI data",
|
||||
},
|
||||
text: "Real-time AI data"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Secure analytics",
|
||||
},
|
||||
text: "Secure analytics"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Global Outreach",
|
||||
description: "Reach users across all continents.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png?_wi=4",
|
||||
},
|
||||
id: "f2", title: "Global Outreach", description: "Reach users across all continents.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOVA6jYM6jYkWRWwEyFUGAp7VN/modern-brand-identity-design-sleek-gradi-1774543022128-503a2be2.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Multi-language support",
|
||||
},
|
||||
text: "Multi-language support"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "Connected strategies",
|
||||
},
|
||||
text: "Connected strategies"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -272,14 +176,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Ready to scale your brand? Let’s talk."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Discovery Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Discovery Call", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user