Merge version_1 into main #2
432
src/app/page.tsx
432
src/app/page.tsx
@@ -15,294 +15,170 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Content Creators Experience"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Content Creators Experience"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Content Creators Experience"
|
||||
description="Spotlighting a community of Dreamers, Creatives, CEOs, Visionaries, and Risk Takers. We inspire & empower individuals to create, connect, and grow through innovation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Connect With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg?_wi=1"
|
||||
imageAlt="Community of creators working together in Hollywood, Florida"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Content Creators Experience"
|
||||
description="Spotlighting a community of Dreamers, Creatives, CEOs, Visionaries, and Risk Takers. We inspire & empower individuals to create, connect, and grow through innovation."
|
||||
buttons={[
|
||||
{ text: "Connect With Us", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg"
|
||||
imageAlt="Community of creators working together in Hollywood, Florida"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Empowering Creatives, Entrepreneurs, and Professionals"
|
||||
description="Content Creators Experience is a community initiative founded by individual entrepreneurs united by a shared passion for innovation and growth. We provide comprehensive business development services, event curation, and workshops designed to turn dreams into reality."
|
||||
tag="About Our Community"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1"
|
||||
imageAlt="Our collaborative team of professional creators"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Empowering Creatives, Entrepreneurs, and Professionals"
|
||||
description="Content Creators Experience is a community initiative founded by individual entrepreneurs united by a shared passion for innovation and growth. We provide comprehensive business development services, event curation, and workshops designed to turn dreams into reality."
|
||||
tag="About Our Community"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg"
|
||||
imageAlt="Our collaborative team of professional creators"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Media Coverage & Storytelling",
|
||||
tags: [
|
||||
"Photography",
|
||||
"Videography",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-with-camera_23-2148344561.jpg?_wi=1",
|
||||
imageAlt: "Professional media and content coverage",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Event Curation & Set Design",
|
||||
tags: [
|
||||
"Popup Shops",
|
||||
"Mixers",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg?_wi=1",
|
||||
imageAlt: "Curated event and set design",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Marketing & Growth Strategy",
|
||||
tags: [
|
||||
"Consulting",
|
||||
"Personal Growth",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detectives-making-assumptions-working-meeting_1098-15376.jpg?_wi=1",
|
||||
imageAlt: "Marketing strategy and growth session",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Business & Media Services"
|
||||
description="We bring your vision to life through a broad range of professional services, helping you push your business and events to the next level."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Media Coverage & Storytelling", tags: ["Photography", "Videography"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-with-camera_23-2148344561.jpg", imageAlt: "Professional media and content coverage"},
|
||||
{
|
||||
id: "f2", title: "Event Curation & Set Design", tags: ["Popup Shops", "Mixers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg", imageAlt: "Curated event and set design"},
|
||||
{
|
||||
id: "f3", title: "Marketing & Growth Strategy", tags: ["Consulting", "Personal Growth"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detectives-making-assumptions-working-meeting_1098-15376.jpg", imageAlt: "Marketing strategy and growth session"},
|
||||
]}
|
||||
title="Comprehensive Business & Media Services"
|
||||
description="We bring your vision to life through a broad range of professional services, helping you push your business and events to the next level."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Lecia Paul",
|
||||
date: "6 months ago",
|
||||
title: "Business Coach",
|
||||
quote: "Eveline is a Blessing! She is smart, innovative and involved in bringing dreams to life. Highly Referred!",
|
||||
tag: "Exceptional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg?_wi=2",
|
||||
imageAlt: "creative workspace collaboration photography",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kemly Joseph",
|
||||
date: "7 months ago",
|
||||
title: "Entrepreneur",
|
||||
quote: "Exceptional professionalism, creativity, and ability to help you capture and express far more than you imagined.",
|
||||
tag: "Highly Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2",
|
||||
imageAlt: "diverse group professional creators",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Postiche",
|
||||
date: "a year ago",
|
||||
title: "Business Owner",
|
||||
quote: "Collaborating with Eveline feels like pure magic. I couldn't be happier with the results!",
|
||||
tag: "Spectacular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-with-camera_23-2148344561.jpg?_wi=2",
|
||||
imageAlt: "media coverage camera professional",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dee Ward",
|
||||
date: "a year ago",
|
||||
title: "Beverage Services",
|
||||
quote: "Working through the Content Creator Experience was truly phenomenal from start to finish! Attention to detail is amazing.",
|
||||
tag: "Phenomenal",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg?_wi=2",
|
||||
imageAlt: "event curation planning strategy",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Victoria Jones",
|
||||
date: "a year ago",
|
||||
title: "Entrepreneur",
|
||||
quote: "She sees your vision beyond your current moment and pushes you out of your comfort zone.",
|
||||
tag: "Growth Focused",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detectives-making-assumptions-working-meeting_1098-15376.jpg?_wi=2",
|
||||
imageAlt: "marketing strategy analytics dashboard",
|
||||
},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Trusted by dreamers, visionaries, and risk-takers to elevate their vision and success."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Lecia Paul", date: "6 months ago", title: "Business Coach", quote: "Eveline is a Blessing! She is smart, innovative and involved in bringing dreams to life. Highly Referred!", tag: "Exceptional", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116269.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg", imageAlt: "creative workspace collaboration photography"},
|
||||
{
|
||||
id: "2", name: "Kemly Joseph", date: "7 months ago", title: "Entrepreneur", quote: "Exceptional professionalism, creativity, and ability to help you capture and express far more than you imagined.", tag: "Highly Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "diverse group professional creators"},
|
||||
{
|
||||
id: "3", name: "Postiche", date: "a year ago", title: "Business Owner", quote: "Collaborating with Eveline feels like pure magic. I couldn't be happier with the results!", tag: "Spectacular", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-with-camera_23-2148344561.jpg", imageAlt: "media coverage camera professional"},
|
||||
{
|
||||
id: "4", name: "Dee Ward", date: "a year ago", title: "Beverage Services", quote: "Working through the Content Creator Experience was truly phenomenal from start to finish! Attention to detail is amazing.", tag: "Phenomenal", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg", imageAlt: "event curation planning strategy"},
|
||||
{
|
||||
id: "5", name: "Victoria Jones", date: "a year ago", title: "Entrepreneur", quote: "She sees your vision beyond your current moment and pushes you out of your comfort zone.", tag: "Growth Focused", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/detectives-making-assumptions-working-meeting_1098-15376.jpg", imageAlt: "marketing strategy analytics dashboard"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Trusted by dreamers, visionaries, and risk-takers to elevate their vision and success."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Marriott Hotel",
|
||||
"Content Creators Inc",
|
||||
"Venture Center",
|
||||
"Design Diva",
|
||||
"RDF Team",
|
||||
"Progression Media",
|
||||
"Visionary Collective",
|
||||
]}
|
||||
title="Community Partners & Collaborators"
|
||||
description="Working with industry leaders to conquer projects and scale business growth together."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Marriott Hotel", "Content Creators Inc", "Venture Center", "Design Diva", "RDF Team", "Progression Media", "Visionary Collective"]}
|
||||
title="Community Partners & Collaborators"
|
||||
description="Working with industry leaders to conquer projects and scale business growth together."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Who are we?",
|
||||
content: "We are a collective of individual entrepreneurs united by a shared passion for innovation, creativity, and personal growth.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer media coverage, marketing strategies, event curation, workshops, and business development resources.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I collaborate?",
|
||||
content: "Reach out to us via email at Info@contentcreatorsexp.com or connect through our social media channels for partnerships.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about our collaborative community and how we can support your growth journey."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Who are we?", content: "We are a collective of individual entrepreneurs united by a shared passion for innovation, creativity, and personal growth."},
|
||||
{
|
||||
id: "q2", title: "What services do you offer?", content: "We offer media coverage, marketing strategies, event curation, workshops, and business development resources."},
|
||||
{
|
||||
id: "q3", title: "How can I collaborate?", content: "Reach out to us via email at Info@contentcreatorsexp.com or connect through our social media channels for partnerships."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about our collaborative community and how we can support your growth journey."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-having-fun_23-2149646102.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to elevate your vision?"
|
||||
description="Contact us today at Info@contentcreatorsexp.com or send a message on our social media platforms to begin your next project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:Info@contentcreatorsexp.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Let's Connect"
|
||||
title="Ready to elevate your vision?"
|
||||
description="Contact us today at Info@contentcreatorsexp.com or send a message on our social media platforms to begin your next project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now", href: "mailto:Info@contentcreatorsexp.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="CCE"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#social-proof",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/contentcreatorsexp/",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/contentcreatorsexp",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Content Creators Experience | Hollywood, FL"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="CCE"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Community", href: "#social-proof" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/contentcreatorsexp/" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/contentcreatorsexp" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Content Creators Experience | Hollywood, FL"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user