Merge version_2 into main #2
258
src/app/page.tsx
258
src/app/page.tsx
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AgencyCore"
|
||||
/>
|
||||
@@ -57,39 +49,23 @@ export default function LandingPage() {
|
||||
description="We architect the digital footprint of tomorrow's market leaders through high-impact creative production."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#contact"},
|
||||
{
|
||||
text: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Consultation", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptp-with-graphic-global-communication-connection-technology_53876-123015.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptp-with-graphic-global-communication-connection-technology_53876-123015.jpg?_wi=1", imageAlt: "Hero Scene 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg?_wi=1", imageAlt: "Hero Scene 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg?_wi=1", imageAlt: "Hero Scene 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-with-laptop-headphones_23-2148291126.jpg",
|
||||
imageAlt: "Hero Scene 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-with-laptop-headphones_23-2148291126.jpg", imageAlt: "Hero Scene 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg",
|
||||
imageAlt: "Hero Scene 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg", imageAlt: "Hero Scene 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set-with-particles-air_1268-17215.jpg",
|
||||
imageAlt: "Hero Scene 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set-with-particles-air_1268-17215.jpg", imageAlt: "Hero Scene 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,14 +75,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tech Giants",
|
||||
"Growth Inc",
|
||||
"Global Network",
|
||||
"SaaS Solutions",
|
||||
"Analytics Firm",
|
||||
"Media Hub",
|
||||
"Creative Studio",
|
||||
]}
|
||||
"Tech Giants", "Growth Inc", "Global Network", "SaaS Solutions", "Analytics Firm", "Media Hub", "Creative Studio"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="Empowering global companies to dominate the social media landscape with data-backed strategies."
|
||||
/>
|
||||
@@ -117,9 +86,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Data-Driven Creative Excellence"
|
||||
description={[
|
||||
"At AgencyCore, we merge aesthetic mastery with hard analytics. We don't just create content; we build conversion engines that scale your brand presence globally.",
|
||||
"Our dedicated team of storytellers, data scientists, and creative strategists work in tandem to ensure your message hits the right audience at exactly the right time.",
|
||||
]}
|
||||
"At AgencyCore, we merge aesthetic mastery with hard analytics. We don't just create content; we build conversion engines that scale your brand presence globally.", "Our dedicated team of storytellers, data scientists, and creative strategists work in tandem to ensure your message hits the right audience at exactly the right time."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,26 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Strategic Content",
|
||||
subtitle: "Production",
|
||||
description: "High-fidelity video and graphic content engineered for maximum engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
|
||||
},
|
||||
tag: "01", title: "Strategic Content", subtitle: "Production", description: "High-fidelity video and graphic content engineered for maximum engagement.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg"},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Targeted Ads",
|
||||
subtitle: "Analytics",
|
||||
description: "Hyper-targeted campaigns that drive measurable ROI through deep analytical insights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg",
|
||||
},
|
||||
tag: "02", title: "Targeted Ads", subtitle: "Analytics", description: "Hyper-targeted campaigns that drive measurable ROI through deep analytical insights.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg"},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Identity Branding",
|
||||
subtitle: "Design",
|
||||
description: "Comprehensive visual identity creation that resonates with modern market trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091339.jpg",
|
||||
},
|
||||
tag: "03", title: "Identity Branding", subtitle: "Design", description: "Comprehensive visual identity creation that resonates with modern market trends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091339.jpg"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Comprehensive marketing suites designed for rapid growth and brand authority."
|
||||
@@ -162,53 +114,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Growth Kickstart",
|
||||
price: "$4,000",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Monthly Content Strategy",
|
||||
"Performance Reporting",
|
||||
"Ads Management",
|
||||
],
|
||||
id: "basic", title: "Growth Kickstart", price: "$4,000", period: "/mo", features: [
|
||||
"Monthly Content Strategy", "Performance Reporting", "Ads Management"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptp-with-graphic-global-communication-connection-technology_53876-123015.jpg?_wi=2",
|
||||
imageAlt: "luxury digital agency office interior",
|
||||
},
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptp-with-graphic-global-communication-connection-technology_53876-123015.jpg?_wi=2", imageAlt: "luxury digital agency office interior"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Agency Core",
|
||||
price: "$9,500",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Everything in Growth",
|
||||
"Full-Scale Production",
|
||||
"Custom Audience Building",
|
||||
],
|
||||
id: "pro", title: "Agency Core", price: "$9,500", period: "/mo", features: [
|
||||
"Everything in Growth", "Full-Scale Production", "Custom Audience Building"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg?_wi=2",
|
||||
imageAlt: "digital marketing growth metrics abstract",
|
||||
},
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212635.jpg?_wi=2", imageAlt: "digital marketing growth metrics abstract"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Market Dominance",
|
||||
price: "$20,000",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Complete Brand Ownership",
|
||||
"Dedicated Creative Team",
|
||||
"24/7 Strategic Support",
|
||||
],
|
||||
id: "enterprise", title: "Market Dominance", price: "$20,000", period: "/mo", features: [
|
||||
"Complete Brand Ownership", "Dedicated Creative Team", "24/7 Strategic Support"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg?_wi=2",
|
||||
imageAlt: "creative agency collaborative team workspace",
|
||||
},
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg?_wi=2", imageAlt: "creative agency collaborative team workspace"},
|
||||
]}
|
||||
title="Scalable Growth Packages"
|
||||
description="Choose a tier tailored to your business maturity and growth objectives."
|
||||
@@ -220,30 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg",
|
||||
},
|
||||
id: "t5", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Partners Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -252,70 +159,43 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to scale your presence?"
|
||||
description="Schedule a complimentary discovery call with our strategy leads today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Discovery Call",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
title="Ready to scale?"
|
||||
description="Partner with us to transform your digital presence. Reach out today to start your journey."
|
||||
background="sparkles-gradient"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="AgencyCore"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Production",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 AgencyCore | Premium Digital Marketing"
|
||||
/>
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "AgencyCore", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Support", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 AgencyCore. All rights reserved."
|
||||
bottomRightText="Built for Market Leaders"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user