Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AgencyElite"
|
||||
/>
|
||||
@@ -59,39 +44,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Defining Premium Digital Presence."
|
||||
description="We craft world-class social strategies that convert attention into high-value equity. Your brand, amplified."
|
||||
tag="Social Media Agency of Record"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Partnership",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Partnership", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-retro-camera-digital-tablet-coffee-cup-paper-pencil-keyboard-white-table_23-2148061576.jpg?_wi=1",
|
||||
imageAlt: "Agency workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893460.jpg?_wi=1",
|
||||
imageAlt: "Abstract connectivity",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-digital-tablet-coffee-cup-paper-pencil-diary-keyboard-white-table_23-2148061577.jpg",
|
||||
imageAlt: "Retro camera on digital tablet; coffee cup; paper; pencil; diary and keyboard on white table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg",
|
||||
imageAlt: "Abstract background of connecting lines and dots",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg",
|
||||
imageAlt: "Beautiful optical fiber detail",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-retro-camera-digital-tablet-coffee-cup-paper-pencil-keyboard-white-table_23-2148061576.jpg", imageAlt: "Agency workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893460.jpg", imageAlt: "Abstract connectivity" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -117,24 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Social Strategy",
|
||||
description: "Holistic planning designed for luxury market penetration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewish-shape-star-with-shadow_23-2148330477.jpg",
|
||||
imageAlt: "Jewish shape of star with shadow",
|
||||
},
|
||||
{
|
||||
title: "Content Production",
|
||||
description: "High-fidelity assets capturing brand essence perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-retro-camera-digital-tablet-coffee-cup-paper-pencil-keyboard-white-table_23-2148061576.jpg?_wi=2",
|
||||
imageAlt: "Jewish shape of star with shadow",
|
||||
},
|
||||
{
|
||||
title: "Influencer Relations",
|
||||
description: "Partnering with global voices who amplify true value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893460.jpg?_wi=2",
|
||||
imageAlt: "Jewish shape of star with shadow",
|
||||
},
|
||||
{ title: "Social Strategy", description: "Holistic planning designed for luxury market penetration.", imageSrc: "http://img.b2bpic.net/free-photo/jewish-shape-star-with-shadow_23-2148330477.jpg", imageAlt: "Star shadow" },
|
||||
{ title: "Content Production", description: "High-fidelity assets capturing brand essence perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-retro-camera-digital-tablet-coffee-cup-paper-pencil-keyboard-white-table_23-2148061576.jpg", imageAlt: "Camera" },
|
||||
{ title: "Influencer Relations", description: "Partnering with global voices who amplify true value.", imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893460.jpg", imageAlt: "Connectivity" }
|
||||
]}
|
||||
title="Elite Services."
|
||||
description="Comprehensive solutions tailored to elevate your digital footprint."
|
||||
@@ -147,26 +92,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: TrendingUp,
|
||||
title: "Brand Engagement",
|
||||
value: "450%",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Award,
|
||||
title: "Awards Won",
|
||||
value: "24",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Clients Served",
|
||||
value: "150+",
|
||||
},
|
||||
{ id: "1", icon: TrendingUp, title: "Brand Engagement", value: "450%" },
|
||||
{ id: "2", icon: Award, title: "Awards Won", value: "24" },
|
||||
{ id: "3", icon: Users, title: "Clients Served", value: "150+" }
|
||||
]}
|
||||
title="Demonstrable Impact."
|
||||
description="Results that define industry standards and drive real growth."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,26 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essential",
|
||||
badge: "Core",
|
||||
price: "$5,000/mo",
|
||||
subtitle: "Foundation for growth",
|
||||
features: [
|
||||
"Strategy Audit",
|
||||
"2 Channels Management",
|
||||
],
|
||||
id: "essential", badge: "Core", price: "$5,000/mo", subtitle: "Foundation for growth", features: ["Strategy Audit", "2 Channels Management"]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Elite",
|
||||
price: "$12,000/mo",
|
||||
subtitle: "Full authority",
|
||||
features: [
|
||||
"Complete Strategy",
|
||||
"4 Channels Management",
|
||||
"Priority Support",
|
||||
],
|
||||
},
|
||||
id: "premium", badge: "Elite", price: "$12,000/mo", subtitle: "Full authority", features: ["Complete Strategy", "4 Channels Management", "Priority Support"]
|
||||
}
|
||||
]}
|
||||
title="Partnership Tiers."
|
||||
description="Transparent investment for high-end growth."
|
||||
@@ -209,49 +125,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rivet",
|
||||
handle: "@rivet",
|
||||
testimonial: "Transformed our entire digital strategy in three months.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
handle: "@schen",
|
||||
testimonial: "Unparalleled sophistication in campaign execution.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "John Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Exceptional ROI and creative direction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria Lopez",
|
||||
handle: "@mlopez",
|
||||
testimonial: "The best decision we made for our brand image.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sam Smith",
|
||||
handle: "@ssmith",
|
||||
testimonial: "Consistency and quality that exceeds expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex Rivet", handle: "@rivet", testimonial: "Transformed our entire digital strategy in three months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", handle: "@schen", testimonial: "Unparalleled sophistication in campaign execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg" },
|
||||
{ id: "3", name: "John Doe", handle: "@jdoe", testimonial: "Exceptional ROI and creative direction.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Leaders."
|
||||
description="Our clients represent the pinnacle of their respective industries."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,23 +140,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long is the initial engagement?",
|
||||
content: "Our minimum commitment is 6 months to ensure strategic impact.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide ad management?",
|
||||
content: "Yes, we specialize in high-conversion paid social advertising.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do we measure success?",
|
||||
content: "We align every campaign with your specific KPIs for clear measurement.",
|
||||
},
|
||||
{ id: "1", title: "How long is the initial engagement?", content: "Our minimum commitment is 6 months to ensure strategic impact." },
|
||||
{ id: "2", title: "Do you provide ad management?", content: "Yes, we specialize in high-conversion paid social advertising." },
|
||||
{ id: "3", title: "How do we measure success?", content: "We align every campaign with your specific KPIs for clear measurement." }
|
||||
]}
|
||||
title="Common Inquiries."
|
||||
description="Quick answers to our most common client questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -284,16 +153,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to redefine your digital presence? Let's begin the conversation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -302,16 +164,8 @@ export default function LandingPage() {
|
||||
logoText="AgencyElite"
|
||||
copyrightText="© 2025 | AgencyElite Global"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "Linkedin",
|
||||
},
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Linkedin" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user