Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="AgencyElite"
|
||||
/>
|
||||
@@ -55,33 +43,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Scaling Brands in the Digital Age"
|
||||
description="We craft premium social media strategies for brands that demand excellence and results."
|
||||
tag="PREMIUM AGENCY"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7g5h8v",
|
||||
imageAlt: "digital agency office workspace",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7g5h8v", imageAlt: "digital agency office workspace"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vtim99",
|
||||
imageAlt: "modern creative agency workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bytesb",
|
||||
imageAlt: "business growth charts upward",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=faqwry&_wi=1",
|
||||
imageAlt: "digital marketing blog strategy",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=di53ql&_wi=1",
|
||||
imageAlt: "creative content strategy workspace",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vtim99", imageAlt: "modern creative agency workspace"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,24 +74,8 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Outdated strategies",
|
||||
"Inconsistent branding",
|
||||
"Low engagement levels",
|
||||
"Static audience growth",
|
||||
"Poor conversion rates",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"High-performance ROI",
|
||||
"Authentic brand voice",
|
||||
"Dominant market presence",
|
||||
"Predictable growth funnels",
|
||||
"Data-backed insights",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Outdated strategies", "Inconsistent branding", "Low engagement levels", "Static audience growth", "Poor conversion rates"] }}
|
||||
positiveCard={{ items: ["High-performance ROI", "Authentic brand voice", "Dominant market presence", "Predictable growth funnels", "Data-backed insights"] }}
|
||||
title="Performance Over Noise"
|
||||
description="We bridge the gap between creative storytelling and analytical precision to ensure your brand resonates."
|
||||
/>
|
||||
@@ -133,26 +87,10 @@ export default function LandingPage() {
|
||||
title="The Impact We Deliver"
|
||||
tag="RESULTS"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "200%",
|
||||
description: "Average Growth",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500k+",
|
||||
description: "Reach Delivered",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Active Monitoring",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "150+",
|
||||
description: "Campaigns Launched",
|
||||
},
|
||||
{ id: "m1", value: "200%", description: "Average Growth" },
|
||||
{ id: "m2", value: "500k+", description: "Reach Delivered" },
|
||||
{ id: "m3", value: "24/7", description: "Active Monitoring" },
|
||||
{ id: "m4", value: "150+", description: "Campaigns Launched" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -160,49 +98,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Exceptional results and unmatched dedication.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2gf4cs",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "They transformed our entire social presence.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dldvin",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial: "The best agency we have worked with.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=083ero",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Professional, efficient, and incredibly creative.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qk0ye5",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jesslee",
|
||||
testimonial: "A true game changer for our brand.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2w0974",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Exceptional results and unmatched dedication.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2gf4cs" },
|
||||
{ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "They transformed our entire social presence.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dldvin" },
|
||||
{ id: "t3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The best agency we have worked with.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=083ero" },
|
||||
{ id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Professional, efficient, and incredibly creative.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qk0ye5" },
|
||||
{ id: "t5", name: "Jessica Lee", handle: "@jesslee", testimonial: "A true game changer for our brand.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2w0974" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success"
|
||||
@@ -214,26 +118,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you start?",
|
||||
content: "We begin with a deep brand audit and strategy session.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What platforms?",
|
||||
content: "Instagram, LinkedIn, TikTok, and Twitter.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long is a contract?",
|
||||
content: "Customized to your specific growth goals.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you provide reports?",
|
||||
content: "Yes, we provide monthly deep-dive analytics reports.",
|
||||
},
|
||||
{ id: "f1", title: "How do you start?", content: "We begin with a deep brand audit and strategy session." },
|
||||
{ id: "f2", title: "What platforms?", content: "Instagram, LinkedIn, TikTok, and Twitter." },
|
||||
{ id: "f3", title: "How long is a contract?", content: "Customized to your specific growth goals." },
|
||||
{ id: "f4", title: "Do you provide reports?", content: "Yes, we provide monthly deep-dive analytics reports." },
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -243,41 +131,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Industry Insights"
|
||||
description="Latest trends and strategies in social media."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Trends",
|
||||
title: "The Future of AI in Marketing",
|
||||
excerpt: "Exploring the newest tools for social media.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=faqwry&_wi=2",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jzaq9g",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
id: "b1", category: "Trends", title: "The Future of AI in Marketing", excerpt: "Exploring the newest tools for social media.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=faqwry", authorName: "Admin", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jzaq9g", date: "Jan 2025"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Strategy",
|
||||
title: "Content Strategy 2025",
|
||||
excerpt: "How to plan your content for max engagement.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=di53ql&_wi=2",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oifrua",
|
||||
date: "Dec 2024",
|
||||
},
|
||||
id: "b2", category: "Strategy", title: "Content Strategy 2025", excerpt: "How to plan your content for max engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=di53ql", authorName: "Admin", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oifrua", date: "Dec 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Growth",
|
||||
title: "Scaling Beyond the Feed",
|
||||
excerpt: "Understanding modern social funnels.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tllhzr",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wxda4t",
|
||||
date: "Nov 2024",
|
||||
},
|
||||
id: "b3", category: "Growth", title: "Scaling Beyond the Feed", excerpt: "Understanding modern social funnels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tllhzr", authorName: "Admin", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wxda4t", date: "Nov 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="GET STARTED"
|
||||
title="Ready to scale?"
|
||||
description="Let's connect and discuss your goals."
|
||||
@@ -301,29 +164,15 @@ export default function LandingPage() {
|
||||
logoText="AgencyElite"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user