Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
328
src/app/page.tsx
328
src/app/page.tsx
@@ -34,94 +34,57 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
||||
logoAlt="AMPLIFYZ Logo"
|
||||
brandName="AMPLIFYZ"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="AMPLIFYZ: Your Accelerator for Startup Success"
|
||||
description="We combine cutting-edge design and technology to transform your startup ideas into market-ready products. Build, Brand, and Scale with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Explore Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Explore Our Work", href: "#portfolio"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg",
|
||||
imageAlt: "Sleek software dashboard with data visualizations",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg", imageAlt: "Sleek software dashboard with data visualizations"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hands-typing-laptop-worplace_176420-6978.jpg",
|
||||
imageAlt: "Hands coding mobile app on futuristic screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hands-typing-laptop-worplace_176420-6978.jpg", imageAlt: "Hands coding mobile app on futuristic screen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-design-elements_23-2148996759.jpg",
|
||||
imageAlt: "Abstract representation of digital brand identity",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-design-elements_23-2148996759.jpg", imageAlt: "Abstract representation of digital brand identity"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg",
|
||||
imageAlt: "Diverse startup team collaborating on holographic display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", imageAlt: "Diverse startup team collaborating on holographic display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-technology-digital-graph-presentation-by-businesswoman_53876-96141.jpg",
|
||||
imageAlt: "Dynamic growth charts and graphs on glowing screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-technology-digital-graph-presentation-by-businesswoman_53876-96141.jpg", imageAlt: "Dynamic growth charts and graphs on glowing screen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-landscape-with-space-sky-nebula_1048-10755.jpg",
|
||||
imageAlt: "Abstract digital landscape with soft gradients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-landscape-with-space-sky-nebula_1048-10755.jpg", imageAlt: "Abstract digital landscape with soft gradients"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,50 +94,33 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About AMPLIFYZ: Your Partner in Innovation",
|
||||
},
|
||||
type: "text", content: "About AMPLIFYZ: Your Partner in Innovation"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic Solutions",
|
||||
"Slow Development Cycles",
|
||||
"Poor User Experience",
|
||||
"Lack of Strategic Guidance",
|
||||
"Isolated Design & Tech",
|
||||
"Unclear Market Fit",
|
||||
],
|
||||
"Generic Solutions", "Slow Development Cycles", "Poor User Experience", "Lack of Strategic Guidance", "Isolated Design & Tech", "Unclear Market Fit"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom Web & App Development",
|
||||
"Strategic Branding & Identity",
|
||||
"Accelerated Product Launch",
|
||||
"Data-Driven Growth Strategies",
|
||||
"Integrated Design & Technology",
|
||||
"Investor-Ready Pitch Support",
|
||||
],
|
||||
"Custom Web & App Development", "Strategic Branding & Identity", "Accelerated Product Launch", "Data-Driven Growth Strategies", "Integrated Design & Technology", "Investor-Ready Pitch Support"],
|
||||
}}
|
||||
title="Comprehensive Startup Development & Support"
|
||||
description="From initial concept to market launch, we provide end-to-end solutions designed for growth-oriented startups."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View All Services", href: "#portfolio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,99 +133,48 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "FinFlow AI",
|
||||
price: "Series A Secured",
|
||||
variant: "FinTech App",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-using-smart-phone-credit-card-while-checking-his-online-bank-account-home-copy-space_637285-5959.jpg",
|
||||
imageAlt: "FinFlow AI finance management app UI",
|
||||
},
|
||||
id: "p1", name: "FinFlow AI", price: "Series A Secured", variant: "FinTech App", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-using-smart-phone-credit-card-while-checking-his-online-bank-account-home-copy-space_637285-5959.jpg", imageAlt: "FinFlow AI finance management app UI"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "StyleSync Boutique",
|
||||
price: "150% Revenue Growth",
|
||||
variant: "E-commerce Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187363.jpg",
|
||||
imageAlt: "StyleSync Boutique e-commerce platform UI",
|
||||
},
|
||||
id: "p2", name: "StyleSync Boutique", price: "150% Revenue Growth", variant: "E-commerce Platform", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187363.jpg", imageAlt: "StyleSync Boutique e-commerce platform UI"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "MediConnect Pro",
|
||||
price: "Successful Pilot Launch",
|
||||
variant: "Healthcare SaaS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-computer_1098-16465.jpg",
|
||||
imageAlt: "MediConnect Pro healthcare tech dashboard",
|
||||
},
|
||||
id: "p3", name: "MediConnect Pro", price: "Successful Pilot Launch", variant: "Healthcare SaaS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-computer_1098-16465.jpg", imageAlt: "MediConnect Pro healthcare tech dashboard"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "InsightHub",
|
||||
price: "Acquired by BigData Inc.",
|
||||
variant: "AI Analytics Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arm-interacting-with-logistics-data-interface_23-2152005499.jpg",
|
||||
imageAlt: "InsightHub AI-powered analytics interface",
|
||||
},
|
||||
id: "p4", name: "InsightHub", price: "Acquired by BigData Inc.", variant: "AI Analytics Platform", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arm-interacting-with-logistics-data-interface_23-2152005499.jpg", imageAlt: "InsightHub AI-powered analytics interface"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "CommuniLink",
|
||||
price: "200K+ Active Users",
|
||||
variant: "Social Network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg",
|
||||
imageAlt: "CommuniLink social media platform UI",
|
||||
},
|
||||
id: "p5", name: "CommuniLink", price: "200K+ Active Users", variant: "Social Network", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg", imageAlt: "CommuniLink social media platform UI"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "LearnSphere",
|
||||
price: "Top 10 EdTech App",
|
||||
variant: "Education Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-technology-communication-concept-handsome-bearded-dark-skinned-male-student-wearing-blue-shirt-using-cell-phone-browsing-newsfeed-via-social-networks-laughing-memes_273609-7436.jpg",
|
||||
imageAlt: "LearnSphere interactive EdTech learning platform UI",
|
||||
},
|
||||
id: "p6", name: "LearnSphere", price: "Top 10 EdTech App", variant: "Education Platform", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-technology-communication-concept-handsome-bearded-dark-skinned-male-student-wearing-blue-shirt-using-cell-phone-browsing-newsfeed-via-social-networks-laughing-memes_273609-7436.jpg", imageAlt: "LearnSphere interactive EdTech learning platform UI"},
|
||||
]}
|
||||
title="Our Success Stories: Pioneering Startup Projects"
|
||||
description="Explore a selection of our impactful work across various industries, showcasing measurable outcomes and innovative solutions we've helped bring to life."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Projects",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Projects", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="results" data-section="results">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
description: "Successful Startup Launches",
|
||||
},
|
||||
id: "m1", value: "50+", description: "Successful Startup Launches"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200%",
|
||||
description: "Average Client Growth",
|
||||
},
|
||||
id: "m2", value: "200%", description: "Average Client Growth"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
description: "Client Retention Rate",
|
||||
},
|
||||
id: "m3", value: "95%", description: "Client Retention Rate"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "$1B+",
|
||||
description: "Total Funding Raised by Clients",
|
||||
},
|
||||
id: "m4", value: "$1B+", description: "Total Funding Raised by Clients"},
|
||||
]}
|
||||
title="Quantifiable Impact: Results You Can Trust"
|
||||
description="Our commitment to data-driven growth translates into significant milestones for our partner startups, helping them achieve their ambitious goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Case Studies",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Read Case Studies", href: "#portfolio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -289,21 +184,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Innovate Solutions",
|
||||
"Tech Pioneers",
|
||||
"Future Forward Inc.",
|
||||
"Digital Dynamics",
|
||||
"NextGen Ventures",
|
||||
"Alpha Strategies",
|
||||
"Quantum Leap Corp.",
|
||||
]}
|
||||
"Innovate Solutions", "Tech Pioneers", "Future Forward Inc.", "Digital Dynamics", "NextGen Ventures", "Alpha Strategies", "Quantum Leap Corp."]}
|
||||
title="Trusted by Visionaries, Backed by Results"
|
||||
description="We partner with innovative startups and leading technology firms, building a network of success and mutual growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Become a Partner",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Partner", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,65 +200,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Chen",
|
||||
date: "May 2024",
|
||||
title: "Transformed our market entry!",
|
||||
quote: "AMPLIFYZ took our raw concept and molded it into a polished, investor-ready product. Their expertise in both design and development is unmatched. We launched ahead of schedule and exceeded our initial user acquisition goals.",
|
||||
tag: "FinTech Founder",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg",
|
||||
avatarAlt: "Sarah Chen avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg",
|
||||
imageAlt: "Abstract tech background",
|
||||
},
|
||||
id: "t1", name: "Sarah Chen", date: "May 2024", title: "Transformed our market entry!", quote: "AMPLIFYZ took our raw concept and molded it into a polished, investor-ready product. Their expertise in both design and development is unmatched. We launched ahead of schedule and exceeded our initial user acquisition goals.", tag: "FinTech Founder", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg", avatarAlt: "Sarah Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-plexus-design-with-bright-colours_1048-12414.jpg", imageAlt: "Abstract tech background"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Ramirez",
|
||||
date: "April 2024",
|
||||
title: "Strategic guidance from day one.",
|
||||
quote: "The team at AMPLIFYZ provided invaluable strategic insights that shaped our entire product roadmap. Their deep understanding of the startup ecosystem allowed us to avoid common pitfalls and focus purely on growth. Highly recommended!",
|
||||
tag: "SaaS CEO",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg",
|
||||
avatarAlt: "Michael Ramirez avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glitter-texture-background_23-2148110694.jpg",
|
||||
imageAlt: "Abstract geometric pattern",
|
||||
},
|
||||
id: "t2", name: "Michael Ramirez", date: "April 2024", title: "Strategic guidance from day one.", quote: "The team at AMPLIFYZ provided invaluable strategic insights that shaped our entire product roadmap. Their deep understanding of the startup ecosystem allowed us to avoid common pitfalls and focus purely on growth. Highly recommended!", tag: "SaaS CEO", avatarSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg", avatarAlt: "Michael Ramirez avatar", imageSrc: "http://img.b2bpic.net/free-photo/glitter-texture-background_23-2148110694.jpg", imageAlt: "Abstract geometric pattern"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Watson",
|
||||
date: "March 2024",
|
||||
title: "Exceptional development quality.",
|
||||
quote: "We needed a robust and scalable platform, and AMPLIFYZ delivered beyond expectations. The code quality, the agile process, and their commitment to our vision were outstanding. Our app has been flawless since launch.",
|
||||
tag: "EdTech Founder",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
||||
avatarAlt: "Emily Watson avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212564.jpg",
|
||||
imageAlt: "Animated grid background",
|
||||
},
|
||||
id: "t3", name: "Emily Watson", date: "March 2024", title: "Exceptional development quality.", quote: "We needed a robust and scalable platform, and AMPLIFYZ delivered beyond expectations. The code quality, the agile process, and their commitment to our vision were outstanding. Our app has been flawless since launch.", tag: "EdTech Founder", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg", avatarAlt: "Emily Watson avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212564.jpg", imageAlt: "Animated grid background"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "February 2024",
|
||||
title: "Branding that truly resonates.",
|
||||
quote: "The branding work done by AMPLIFYZ was revolutionary for us. They captured our essence perfectly, creating an identity that speaks volumes to our target audience. It's truly investor-ready and stands out in a crowded market.",
|
||||
tag: "DeepTech Co-Founder",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
avatarAlt: "David Kim avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30497.jpg",
|
||||
imageAlt: "Radial light gradients",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "February 2024", title: "Branding that truly resonates.", quote: "The branding work done by AMPLIFYZ was revolutionary for us. They captured our essence perfectly, creating an identity that speaks volumes to our target audience. It's truly investor-ready and stands out in a crowded market.", tag: "DeepTech Co-Founder", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30497.jpg", imageAlt: "Radial light gradients"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
date: "January 2024",
|
||||
title: "A true partner in innovation.",
|
||||
quote: "From our initial idea to scaling our user base, AMPLIFYZ has been an indispensable partner. Their proactive approach, technical prowess, and creative design have been pivotal to our success. We couldn't have done it without them.",
|
||||
tag: "HealthTech CEO",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-bearded-businessman-shirt-looking-happy-working-with-documents-isolated-white-background-successful-man_574295-5531.jpg",
|
||||
avatarAlt: "Jessica Lee avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-smoke-structure-abstract-design_23-2148227147.jpg",
|
||||
imageAlt: "Swirling smoke patterns",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", date: "January 2024", title: "A true partner in innovation.", quote: "From our initial idea to scaling our user base, AMPLIFYZ has been an indispensable partner. Their proactive approach, technical prowess, and creative design have been pivotal to our success. We couldn't have done it without them.", tag: "HealthTech CEO", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-bearded-businessman-shirt-looking-happy-working-with-documents-isolated-white-background-successful-man_574295-5531.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/pink-smoke-structure-abstract-design_23-2148227147.jpg", imageAlt: "Swirling smoke patterns"},
|
||||
]}
|
||||
title="Hear From Our Founders: Voices of Success"
|
||||
description="Inspiring stories from startup founders who amplified their vision and achieved groundbreaking success with AMPLIFYZ."
|
||||
@@ -386,66 +222,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p-basic",
|
||||
badge: "Seed",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Ideation to MVP",
|
||||
buttons: [
|
||||
id: "p-basic", badge: "Seed", badgeIcon: Sparkles,
|
||||
price: "Custom Quote", subtitle: "Ideation to MVP", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Concept Validation Workshop",
|
||||
"MVP Design & Development",
|
||||
"Basic Branding Elements",
|
||||
"Technical Feasibility Study",
|
||||
"Project Management & Support",
|
||||
],
|
||||
"Concept Validation Workshop", "MVP Design & Development", "Basic Branding Elements", "Technical Feasibility Study", "Project Management & Support"],
|
||||
},
|
||||
{
|
||||
id: "p-pro",
|
||||
badge: "Growth",
|
||||
badgeIcon: Zap,
|
||||
price: "Tailored Package",
|
||||
subtitle: "Market Launch & Scaling",
|
||||
buttons: [
|
||||
id: "p-pro", badge: "Growth", badgeIcon: Zap,
|
||||
price: "Tailored Package", subtitle: "Market Launch & Scaling", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Product Development",
|
||||
"Comprehensive UI/UX Design",
|
||||
"Advanced Branding & Guidelines",
|
||||
"Market Strategy & Launch Support",
|
||||
"Scalability & Performance Optimization",
|
||||
"Dedicated Project Manager",
|
||||
],
|
||||
"Full Product Development", "Comprehensive UI/UX Design", "Advanced Branding & Guidelines", "Market Strategy & Launch Support", "Scalability & Performance Optimization", "Dedicated Project Manager"],
|
||||
},
|
||||
{
|
||||
id: "p-enterprise",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Award,
|
||||
price: "Strategic Partnership",
|
||||
subtitle: "Long-Term Accelerator",
|
||||
buttons: [
|
||||
id: "p-enterprise", badge: "Enterprise", badgeIcon: Award,
|
||||
price: "Strategic Partnership", subtitle: "Long-Term Accelerator", buttons: [
|
||||
{
|
||||
text: "Schedule a Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule a Call", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"End-to-End Startup Acceleration",
|
||||
"Dedicated Development Team",
|
||||
"Ongoing Feature Development",
|
||||
"Investor Pitch Deck Assistance",
|
||||
"Fractional CTO/CMO Support",
|
||||
"24/7 Priority Support",
|
||||
],
|
||||
"End-to-End Startup Acceleration", "Dedicated Development Team", "Ongoing Feature Development", "Investor Pitch Deck Assistance", "Fractional CTO/CMO Support", "24/7 Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Stage of Your Startup"
|
||||
@@ -457,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Amplify Your Startup?"
|
||||
description="Let's discuss your vision and build the future together. Fill out the form below or reach out directly to start your journey with AMPLIFYZ."
|
||||
@@ -477,19 +277,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/AMPLIFYZ",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/AMPLIFYZ", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/AMPLIFYZ",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/AMPLIFYZ", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Github,
|
||||
href: "https://github.com/AMPLIFYZ",
|
||||
ariaLabel: "GitHub",
|
||||
},
|
||||
href: "https://github.com/AMPLIFYZ", ariaLabel: "GitHub"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user