Merge version_1 into main #1
355
src/app/page.tsx
355
src/app/page.tsx
@@ -34,87 +34,54 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#community",
|
||||
},
|
||||
name: "Community", id: "#community"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about-us",
|
||||
},
|
||||
name: "About Us", id: "#about-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Elevate Creative"
|
||||
button={{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Inquire Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Premium Creative Work, Elevated Results"
|
||||
description="A curated agency for brands that demand excellence. Explore our portfolio, join our private community, or let's build something extraordinary together."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Successful Projects",
|
||||
},
|
||||
value: "100+", label: "Successful Projects"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
value: "95%", label: "Client Retention"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years in Business",
|
||||
},
|
||||
value: "10+", label: "Years in Business"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Our Work", href: "#portfolio"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-drinks-tea-works-laptop-freelancer-working-cafe_1321-4569.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-drinks-tea-works-laptop-freelancer-working-cafe_1321-4569.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/afroamerican-businessman-wearing-headphones_23-2148508923.jpg",
|
||||
alt: "Afroamerican businessman wearing headphones",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/afroamerican-businessman-wearing-headphones_23-2148508923.jpg", alt: "Afroamerican businessman wearing headphones"},
|
||||
]}
|
||||
avatarText="Trusted by creative leaders."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-woman-working-office-night-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-1906.jpg"
|
||||
@@ -122,27 +89,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strategic Vision",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Strategic Vision", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Creative Solutions",
|
||||
type: "text", text: "Creative Solutions"},
|
||||
{
|
||||
type: "text-icon", text: "Measurable Results", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Measurable Results",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
type: "text", text: "Client-Centric Approach"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Client-Centric Approach",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovation Driven",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Innovation Driven", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,18 +110,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Beyond Ordinary: Your Partner for Creative Excellence",
|
||||
},
|
||||
type: "text", content: "Beyond Ordinary: Your Partner for Creative Excellence"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153847.jpg"
|
||||
imageAlt="A modern creative agency office with team members collaborating"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,29 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Strategy",
|
||||
title: "Brand Identity & Strategy",
|
||||
subtitle: "Crafting compelling narratives and visual systems.",
|
||||
description: "We build cohesive brand identities that resonate with your audience and stand the test of time, from foundational strategy to comprehensive guidelines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-rays-prism-high-view_23-2148771771.jpg",
|
||||
imageAlt: "Graphic design elements for brand identity",
|
||||
},
|
||||
tag: "Strategy", title: "Brand Identity & Strategy", subtitle: "Crafting compelling narratives and visual systems.", description: "We build cohesive brand identities that resonate with your audience and stand the test of time, from foundational strategy to comprehensive guidelines.", imageSrc: "http://img.b2bpic.net/free-photo/light-rays-prism-high-view_23-2148771771.jpg", imageAlt: "Graphic design elements for brand identity"},
|
||||
{
|
||||
tag: "Digital",
|
||||
title: "Digital Experience Design",
|
||||
subtitle: "Intuitive interfaces and engaging user journeys.",
|
||||
description: "Creating seamless digital products and platforms that captivate users and drive engagement, focusing on UX/UI and responsive design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-132304.jpg",
|
||||
imageAlt: "Digital marketing analytics dashboard",
|
||||
},
|
||||
tag: "Digital", title: "Digital Experience Design", subtitle: "Intuitive interfaces and engaging user journeys.", description: "Creating seamless digital products and platforms that captivate users and drive engagement, focusing on UX/UI and responsive design.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-132304.jpg", imageAlt: "Digital marketing analytics dashboard"},
|
||||
{
|
||||
tag: "Marketing",
|
||||
title: "Performance Marketing",
|
||||
subtitle: "Driving measurable growth and impactful campaigns.",
|
||||
description: "Optimizing your online presence through targeted campaigns, SEO, and content strategies that convert leads into loyal customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/web-page-design-user-interface-template-copy-space_53876-120721.jpg",
|
||||
imageAlt: "Web development code on a laptop screen",
|
||||
},
|
||||
tag: "Marketing", title: "Performance Marketing", subtitle: "Driving measurable growth and impactful campaigns.", description: "Optimizing your online presence through targeted campaigns, SEO, and content strategies that convert leads into loyal customers.", imageSrc: "http://img.b2bpic.net/free-photo/web-page-design-user-interface-template-copy-space_53876-120721.jpg", imageAlt: "Web development code on a laptop screen"},
|
||||
]}
|
||||
title="Our Specialized Expertise"
|
||||
description="Delivering bespoke solutions across design, strategy, and digital execution, tailored to your brand's unique vision."
|
||||
@@ -211,47 +144,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Packaging Redesign",
|
||||
price: "Brand Identity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pronouns-gender-creative-collage_23-2149436676.jpg",
|
||||
imageAlt: "Luxury product packaging design",
|
||||
},
|
||||
id: "p1", name: "Luxury Packaging Redesign", price: "Brand Identity", imageSrc: "http://img.b2bpic.net/free-photo/pronouns-gender-creative-collage_23-2149436676.jpg", imageAlt: "Luxury product packaging design"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Corporate Website Launch",
|
||||
price: "Web Development",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2b7mm3",
|
||||
imageAlt: "Modern corporate website design on a desktop",
|
||||
},
|
||||
id: "p2", name: "Corporate Website Launch", price: "Web Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2b7mm3", imageAlt: "Modern corporate website design on a desktop"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "SaaS Platform UI/UX",
|
||||
price: "Product Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-shopping-carts-pumpkins_187299-48030.jpg",
|
||||
imageAlt: "SaaS platform user interface with data visualizations",
|
||||
},
|
||||
id: "p3", name: "SaaS Platform UI/UX", price: "Product Design", imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-shopping-carts-pumpkins_187299-48030.jpg", imageAlt: "SaaS platform user interface with data visualizations"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Global Campaign Strategy",
|
||||
price: "Digital Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-inspirational-quotes-instagram-post-collection_23-2148963611.jpg",
|
||||
imageAlt: "Creative social media campaign visuals",
|
||||
},
|
||||
id: "p4", name: "Global Campaign Strategy", price: "Digital Marketing", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-inspirational-quotes-instagram-post-collection_23-2148963611.jpg", imageAlt: "Creative social media campaign visuals"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Brand Collateral System",
|
||||
price: "Print & Digital",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-stationery_23-2149872569.jpg",
|
||||
imageAlt: "Elegant business cards and stationery",
|
||||
},
|
||||
id: "p5", name: "Brand Collateral System", price: "Print & Digital", imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-stationery_23-2149872569.jpg", imageAlt: "Elegant business cards and stationery"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Interactive Brand Experience",
|
||||
price: "Art Direction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-abstract-geometric-wallpaper_23-2151898349.jpg",
|
||||
imageAlt: "Abstract digital art for an interactive brand experience",
|
||||
},
|
||||
id: "p6", name: "Interactive Brand Experience", price: "Art Direction", imageSrc: "http://img.b2bpic.net/free-photo/colorful-abstract-geometric-wallpaper_23-2151898349.jpg", imageAlt: "Abstract digital art for an interactive brand experience"},
|
||||
]}
|
||||
title="Our Featured Work"
|
||||
description="A glimpse into projects that define brands and captivate audiences. See the impact of premium creative solutions."
|
||||
@@ -265,29 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300%+",
|
||||
title: "Average ROI",
|
||||
description: "Achieved for clients through strategic, data-driven campaigns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-with-finance-chart_1232-2752.jpg",
|
||||
imageAlt: "Growth chart showing increasing performance",
|
||||
},
|
||||
id: "m1", value: "300%+", title: "Average ROI", description: "Achieved for clients through strategic, data-driven campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-with-finance-chart_1232-2752.jpg", imageAlt: "Growth chart showing increasing performance"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our commitment to excellence ensures unparalleled client happiness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367141.jpg",
|
||||
imageAlt: "Happy client feedback with star ratings",
|
||||
},
|
||||
id: "m2", value: "98%", title: "Client Satisfaction", description: "Our commitment to excellence ensures unparalleled client happiness.", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367141.jpg", imageAlt: "Happy client feedback with star ratings"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Industry Awards",
|
||||
description: "Recognized globally for innovative design and marketing solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-modern-horizontal-certificate-illustration_1201-1268.jpg",
|
||||
imageAlt: "Award trophy on a pedestal",
|
||||
},
|
||||
id: "m3", value: "15+", title: "Industry Awards", description: "Recognized globally for innovative design and marketing solutions.", imageSrc: "http://img.b2bpic.net/free-vector/elegant-modern-horizontal-certificate-illustration_1201-1268.jpg", imageAlt: "Award trophy on a pedestal"},
|
||||
]}
|
||||
title="Results That Speak Volumes"
|
||||
description="Driving measurable impact for our discerning clientele, fostering growth and achieving strategic objectives."
|
||||
@@ -301,45 +186,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Marketing Director, LuxCorp",
|
||||
testimonial: "Elevate Creative truly transformed our brand presence. Their strategic approach and stunning visuals exceeded all expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
|
||||
imageAlt: "Portrait of Sarah Johnson",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Marketing Director, LuxCorp", testimonial: "Elevate Creative truly transformed our brand presence. Their strategic approach and stunning visuals exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "Portrait of Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "CEO, Innovate Solutions",
|
||||
testimonial: "The team at Elevate Creative delivered an exceptional product design that perfectly captured our vision. Highly recommend their expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-thinking-something-while-sitting-outdoor-cafe-looking-away_637285-10406.jpg",
|
||||
imageAlt: "Portrait of Michael Chen",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "CEO, Innovate Solutions", testimonial: "The team at Elevate Creative delivered an exceptional product design that perfectly captured our vision. Highly recommend their expertise.", imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-thinking-something-while-sitting-outdoor-cafe-looking-away_637285-10406.jpg", imageAlt: "Portrait of Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Creative Lead, Global Brands",
|
||||
testimonial: "Working with Elevate Creative was a masterclass in collaboration. Their ability to deliver innovative and impactful campaigns is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-grabbed-chin-isolated-orange-wall_141793-130213.jpg",
|
||||
imageAlt: "Portrait of Emily Rodriguez",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Creative Lead, Global Brands", testimonial: "Working with Elevate Creative was a masterclass in collaboration. Their ability to deliver innovative and impactful campaigns is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-grabbed-chin-isolated-orange-wall_141793-130213.jpg", imageAlt: "Portrait of Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "VP of Growth, Nexus Tech",
|
||||
testimonial: "Our digital marketing efforts saw unprecedented growth thanks to Elevate Creative's strategic insights and execution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg",
|
||||
imageAlt: "Portrait of David Kim",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "VP of Growth, Nexus Tech", testimonial: "Our digital marketing efforts saw unprecedented growth thanks to Elevate Creative's strategic insights and execution.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg", imageAlt: "Portrait of David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
role: "Brand Strategist, Elite Co.",
|
||||
testimonial: "Elevate Creative's dedication to quality and attention to detail is evident in every aspect of their work. A truly premium experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-ginger-woman-checkered-shirt-smiling-happily-while-date_273609-9448.jpg",
|
||||
imageAlt: "Portrait of Jessica Lee",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", role: "Brand Strategist, Elite Co.", testimonial: "Elevate Creative's dedication to quality and attention to detail is evident in every aspect of their work. A truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-ginger-woman-checkered-shirt-smiling-happily-while-date_273609-9448.jpg", imageAlt: "Portrait of Jessica Lee"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Building trust through exceptional talent and transformative results, as shared by our partners."
|
||||
@@ -351,14 +206,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Dynamics",
|
||||
"Innovision Corp",
|
||||
"Quantum Arts",
|
||||
"Apex Ventures",
|
||||
"Stratosphere Creative",
|
||||
"Veridian Group",
|
||||
"Pioneer Labs",
|
||||
]}
|
||||
"Global Dynamics", "Innovision Corp", "Quantum Arts", "Apex Ventures", "Stratosphere Creative", "Veridian Group", "Pioneer Labs"]}
|
||||
title="Trusted by Leading Brands"
|
||||
description="Our collaborations speak for themselves. Join the ranks of discerning clients who choose excellence."
|
||||
/>
|
||||
@@ -371,60 +219,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Connect",
|
||||
badgeIcon: Users,
|
||||
price: "$49/month",
|
||||
subtitle: "Essential access for aspiring creatives.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Connect", badgeIcon: Users,
|
||||
price: "$49/month", subtitle: "Essential access for aspiring creatives.", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Access to community forum",
|
||||
"Monthly industry insights",
|
||||
"Exclusive resource library",
|
||||
],
|
||||
"Access to community forum", "Monthly industry insights", "Exclusive resource library"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Elevate",
|
||||
badgeIcon: Star,
|
||||
price: "$99/month",
|
||||
subtitle: "Amplify your career with premium features.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Elevate", badgeIcon: Star,
|
||||
price: "$99/month", subtitle: "Amplify your career with premium features.", buttons: [
|
||||
{
|
||||
text: "Subscribe",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Basic features",
|
||||
"Direct networking opportunities",
|
||||
"Priority access to workshops",
|
||||
"Portfolio review sessions",
|
||||
],
|
||||
"All Basic features", "Direct networking opportunities", "Priority access to workshops", "Portfolio review sessions"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Master",
|
||||
badgeIcon: Crown,
|
||||
price: "$249/month",
|
||||
subtitle: "Ultimate growth for established professionals.",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Master", badgeIcon: Crown,
|
||||
price: "$249/month", subtitle: "Ultimate growth for established professionals.", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Pro features",
|
||||
"Personalized mentorship",
|
||||
"Exclusive client lead access",
|
||||
"Dedicated account manager",
|
||||
],
|
||||
"All Pro features", "Personalized mentorship", "Exclusive client lead access", "Dedicated account manager"],
|
||||
},
|
||||
]}
|
||||
title="Access Our Exclusive Community"
|
||||
@@ -439,28 +258,17 @@ export default function LandingPage() {
|
||||
description="Ready to elevate your brand? Reach out and let's discuss your vision and how our expertise can bring it to life."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company",
|
||||
required: false,
|
||||
name: "company", type: "text", placeholder: "Your Company", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ideas-light-bulb-creativity-imagination-inspiration-concept_53876-147720.jpg"
|
||||
@@ -475,54 +283,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Join Community",
|
||||
href: "#community",
|
||||
},
|
||||
label: "Join Community", href: "#community"},
|
||||
{
|
||||
label: "Membership Plans",
|
||||
href: "#community",
|
||||
},
|
||||
label: "Membership Plans", href: "#community"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user