Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
396
src/app/page.tsx
396
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Veec Cloud"
|
||||
/>
|
||||
@@ -66,84 +54,44 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Veec Cloud: Powering Next-Gen Billing Systems for Developers"
|
||||
description="Accelerate your development cycle with our robust, scalable, and secure cloud infrastructure designed for complex billing and subscription models."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_dev",
|
||||
testimonial: "Veec Cloud revolutionized our billing logic. The APIs are incredibly well-documented and the performance is unmatched. Integration was a breeze!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-software-developer-typing-machine-learning-app-code-computer-keyboard-sitting-desk-big-data-office-friendly-cloud-programer-working-casually-cyber-security-agency_482257-43974.jpg",
|
||||
imageAlt: "Sarah J. avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_dev", testimonial: "Veec Cloud revolutionized our billing logic. The APIs are incredibly well-documented and the performance is unmatched. Integration was a breeze!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-software-developer-typing-machine-learning-app-code-computer-keyboard-sitting-desk-big-data-office-friendly-cloud-programer-working-casually-cyber-security-agency_482257-43974.jpg", imageAlt: "Sarah J. avatar"},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "@mikey_code",
|
||||
testimonial: "Finally, a billing system that truly understands developers. Veec Cloud's flexibility allowed us to implement custom pricing models effortlessly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
imageAlt: "Michael L. avatar",
|
||||
},
|
||||
name: "Michael L.", handle: "@mikey_code", testimonial: "Finally, a billing system that truly understands developers. Veec Cloud's flexibility allowed us to implement custom pricing models effortlessly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Michael L. avatar"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_tech",
|
||||
testimonial: "The reliability of Veec Cloud is phenomenal. We trust it with all our recurring revenue streams, and it has consistently delivered.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg",
|
||||
imageAlt: "Emily R. avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_tech", testimonial: "The reliability of Veec Cloud is phenomenal. We trust it with all our recurring revenue streams, and it has consistently delivered.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg", imageAlt: "Emily R. avatar"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@dave_eng",
|
||||
testimonial: "From sandbox to production, Veec Cloud provided a smooth journey. Their support for developers is top-tier and highly responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developer-server-hub-maintaining-optimal-network-performance_482257-113699.jpg",
|
||||
imageAlt: "David K. avatar",
|
||||
},
|
||||
name: "David K.", handle: "@dave_eng", testimonial: "From sandbox to production, Veec Cloud provided a smooth journey. Their support for developers is top-tier and highly responsive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developer-server-hub-maintaining-optimal-network-performance_482257-113699.jpg", imageAlt: "David K. avatar"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@jess_builds",
|
||||
testimonial: "Managing complex subscriptions used to be a nightmare. Veec Cloud turned it into a seamless, automated process. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-engineer-working-with-his-pc_1098-21511.jpg",
|
||||
imageAlt: "Jessica M. avatar",
|
||||
},
|
||||
name: "Jessica M.", handle: "@jess_builds", testimonial: "Managing complex subscriptions used to be a nightmare. Veec Cloud turned it into a seamless, automated process. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-engineer-working-with-his-pc_1098-21511.jpg", imageAlt: "Jessica M. avatar"},
|
||||
]}
|
||||
tag="For Developers, By Developers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started Free", href: "#contact"},
|
||||
{
|
||||
text: "Explore Documentation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Documentation", href: "#"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
|
||||
alt: "Michael L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg", alt: "Michael L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-couple-pensioners-sitting-together-home-sofa-using-laptop-talking-video-call-with-family_482257-2148.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-couple-pensioners-sitting-together-home-sofa-using-laptop-talking-video-call-with-family_482257-2148.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/forecast-expert-ceo-analyzing-investment-insights-negotiations-details_482257-122706.jpg",
|
||||
alt: "Jessica M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/forecast-expert-ceo-analyzing-investment-insights-negotiations-details_482257-122706.jpg", alt: "Jessica M."},
|
||||
]}
|
||||
avatarText="Trusted by leading fintech innovators"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forecast-expert-ceo-analyzing-investment-insights-negotiations-details_482257-122706.jpg"
|
||||
@@ -152,29 +100,19 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Scalable Infrastructure",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Scalable Infrastructure", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Transactions",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Secure Transactions", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Real-time Analytics",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Real-time Analytics", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexible APIs",
|
||||
icon: Link,
|
||||
type: "text-icon", text: "Flexible APIs", icon: Link,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Compliance",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Compliance", icon: Globe,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -185,7 +123,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Mission"
|
||||
title="Simplifying Complex Billing for a Digital World"
|
||||
description="At Veec Cloud, we understand the intricacies of modern billing. Our platform provides developers with the tools, APIs, and infrastructure needed to build, scale, and manage any billing model with unprecedented ease and security. Focus on innovation, we'll handle the infrastructure."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,24 +134,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Scalable Infrastructure",
|
||||
description: "Built on a resilient cloud architecture that scales automatically with your business needs, ensuring zero downtime and peak performance.",
|
||||
},
|
||||
title: "Scalable Infrastructure", description: "Built on a resilient cloud architecture that scales automatically with your business needs, ensuring zero downtime and peak performance."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Robust Security",
|
||||
description: "Industry-leading encryption and compliance standards protect your sensitive billing data and ensure regulatory adherence globally.",
|
||||
},
|
||||
title: "Robust Security", description: "Industry-leading encryption and compliance standards protect your sensitive billing data and ensure regulatory adherence globally."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Real-time Analytics",
|
||||
description: "Gain instant insights into your revenue, subscriptions, and customer behavior with comprehensive, customizable dashboards.",
|
||||
},
|
||||
title: "Real-time Analytics", description: "Gain instant insights into your revenue, subscriptions, and customer behavior with comprehensive, customizable dashboards."},
|
||||
{
|
||||
icon: Link,
|
||||
title: "Flexible APIs",
|
||||
description: "Our well-documented REST APIs and SDKs provide granular control and seamless integration with your existing systems and workflows.",
|
||||
},
|
||||
title: "Flexible APIs", description: "Our well-documented REST APIs and SDKs provide granular control and seamless integration with your existing systems and workflows."},
|
||||
]}
|
||||
title="Unleash the Full Potential of Your Billing Logic"
|
||||
description="From flexible pricing models to real-time analytics, Veec Cloud provides the core features developers need to build a future-proof billing system."
|
||||
@@ -230,65 +159,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Veec Cloud",
|
||||
name: "Core Billing API",
|
||||
price: "Starts at $49/month",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074560.jpg",
|
||||
imageAlt: "Core Billing API dashboard",
|
||||
},
|
||||
id: "p1", brand: "Veec Cloud", name: "Core Billing API", price: "Starts at $49/month", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074560.jpg", imageAlt: "Core Billing API dashboard"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Veec Cloud",
|
||||
name: "Subscription Management Module",
|
||||
price: "Starts at $79/month",
|
||||
rating: 5,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg",
|
||||
imageAlt: "Subscription Management Module interface",
|
||||
},
|
||||
id: "p2", brand: "Veec Cloud", name: "Subscription Management Module", price: "Starts at $79/month", rating: 5,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "Subscription Management Module interface"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Veec Cloud",
|
||||
name: "Usage-Based Billing Engine",
|
||||
price: "Custom Pricing",
|
||||
rating: 4,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-travel-booking_23-2151952987.jpg",
|
||||
imageAlt: "Usage-Based Billing Engine metrics",
|
||||
},
|
||||
id: "p3", brand: "Veec Cloud", name: "Usage-Based Billing Engine", price: "Custom Pricing", rating: 4,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/online-travel-booking_23-2151952987.jpg", imageAlt: "Usage-Based Billing Engine metrics"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Veec Cloud",
|
||||
name: "Taxation & Compliance API",
|
||||
price: "Starts at $59/month",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0k1znn",
|
||||
imageAlt: "Taxation & Compliance API documentation",
|
||||
},
|
||||
id: "p4", brand: "Veec Cloud", name: "Taxation & Compliance API", price: "Starts at $59/month", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0k1znn", imageAlt: "Taxation & Compliance API documentation"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Veec Cloud",
|
||||
name: "Invoice Generation Service",
|
||||
price: "Starts at $39/month",
|
||||
rating: 4,
|
||||
reviewCount: "70 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-examines-business-data-mockup-display_482257-123710.jpg",
|
||||
imageAlt: "Invoice Generation Service preview",
|
||||
},
|
||||
id: "p5", brand: "Veec Cloud", name: "Invoice Generation Service", price: "Starts at $39/month", rating: 4,
|
||||
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-examines-business-data-mockup-display_482257-123710.jpg", imageAlt: "Invoice Generation Service preview"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Veec Cloud",
|
||||
name: "Payment Gateway Integrations",
|
||||
price: "Contact for Details",
|
||||
rating: 5,
|
||||
reviewCount: "110 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-secure-payment-screen_1163-2760.jpg",
|
||||
imageAlt: "Payment Gateway Integrations dashboard",
|
||||
},
|
||||
id: "p6", brand: "Veec Cloud", name: "Payment Gateway Integrations", price: "Contact for Details", rating: 5,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-secure-payment-screen_1163-2760.jpg", imageAlt: "Payment Gateway Integrations dashboard"},
|
||||
]}
|
||||
title="Our Developer-Focused Products"
|
||||
description="Explore the core components and services that make Veec Cloud the preferred choice for billing system development."
|
||||
@@ -302,60 +189,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "dev",
|
||||
tag: "Developer",
|
||||
tagIcon: Code,
|
||||
price: "$0",
|
||||
period: "free",
|
||||
description: "Perfect for testing and small-scale projects. Get access to core APIs and sandbox environment.",
|
||||
button: {
|
||||
text: "Start for Free",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Sandbox Environment",
|
||||
"Limited API Calls",
|
||||
"Basic Support Forum",
|
||||
"Documentation Access",
|
||||
],
|
||||
id: "dev", tag: "Developer", tagIcon: Code,
|
||||
price: "$0", period: "free", description: "Perfect for testing and small-scale projects. Get access to core APIs and sandbox environment.", button: {
|
||||
text: "Start for Free"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Sandbox Environment", "Limited API Calls", "Basic Support Forum", "Documentation Access"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Professional",
|
||||
tagIcon: Rocket,
|
||||
price: "$199",
|
||||
period: "per month",
|
||||
description: "For growing applications that demand more power and dedicated support. Scale your billing operations.",
|
||||
button: {
|
||||
text: "Choose Pro Plan",
|
||||
},
|
||||
featuresTitle: "Everything in Developer, plus:",
|
||||
features: [
|
||||
"Production API Access",
|
||||
"High Volume API Calls",
|
||||
"Priority Email Support",
|
||||
"Advanced Analytics",
|
||||
"Customizable Webhooks",
|
||||
],
|
||||
id: "pro", tag: "Professional", tagIcon: Rocket,
|
||||
price: "$199", period: "per month", description: "For growing applications that demand more power and dedicated support. Scale your billing operations.", button: {
|
||||
text: "Choose Pro Plan"},
|
||||
featuresTitle: "Everything in Developer, plus:", features: [
|
||||
"Production API Access", "High Volume API Calls", "Priority Email Support", "Advanced Analytics", "Customizable Webhooks"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise",
|
||||
tagIcon: Building,
|
||||
price: "Custom",
|
||||
period: "quote",
|
||||
description: "Tailored solutions for large organizations with complex needs and dedicated infrastructure requirements.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
},
|
||||
featuresTitle: "Everything in Professional, plus:",
|
||||
features: [
|
||||
"Dedicated Account Manager",
|
||||
"On-premise Deployment Options",
|
||||
"24/7 Premium Support",
|
||||
"Advanced Security Features",
|
||||
"Custom Integrations",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise", tagIcon: Building,
|
||||
price: "Custom", period: "quote", description: "Tailored solutions for large organizations with complex needs and dedicated infrastructure requirements.", button: {
|
||||
text: "Contact Sales"},
|
||||
featuresTitle: "Everything in Professional, plus:", features: [
|
||||
"Dedicated Account Manager", "On-premise Deployment Options", "24/7 Premium Support", "Advanced Security Features", "Custom Integrations"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Stage of Growth"
|
||||
@@ -370,23 +222,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Gauge,
|
||||
title: "Uptime Reliability",
|
||||
value: "99.999%",
|
||||
},
|
||||
id: "m1", icon: Gauge,
|
||||
title: "Uptime Reliability", value: "99.999%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Zap,
|
||||
title: "API Call Latency",
|
||||
value: "< 50ms",
|
||||
},
|
||||
id: "m2", icon: Zap,
|
||||
title: "API Call Latency", value: "< 50ms"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: CreditCard,
|
||||
title: "Transaction Processing",
|
||||
value: "100K/sec",
|
||||
},
|
||||
id: "m3", icon: CreditCard,
|
||||
title: "Transaction Processing", value: "100K/sec"},
|
||||
]}
|
||||
title="Proven Performance, Unmatched Reliability"
|
||||
description="Our infrastructure powers critical billing operations globally, delivering speed, accuracy, and peace of mind."
|
||||
@@ -402,50 +245,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex P.",
|
||||
role: "Lead Engineer",
|
||||
company: "FinTech Innovators",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-business-executive-using-mobile-phone_1170-868.jpg",
|
||||
imageAlt: "Alex P. avatar",
|
||||
},
|
||||
id: "t1", name: "Alex P.", role: "Lead Engineer", company: "FinTech Innovators", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-business-executive-using-mobile-phone_1170-868.jpg", imageAlt: "Alex P. avatar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bianca S.",
|
||||
role: "CTO",
|
||||
company: "Global Payments Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-businessman_23-2150709830.jpg",
|
||||
imageAlt: "Bianca S. avatar",
|
||||
},
|
||||
id: "t2", name: "Bianca S.", role: "CTO", company: "Global Payments Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-businessman_23-2150709830.jpg", imageAlt: "Bianca S. avatar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carlos M.",
|
||||
role: "Product Owner",
|
||||
company: "SaaS Solutions Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-backyard-reading-book_1303-22094.jpg",
|
||||
imageAlt: "Carlos M. avatar",
|
||||
},
|
||||
id: "t3", name: "Carlos M.", role: "Product Owner", company: "SaaS Solutions Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-backyard-reading-book_1303-22094.jpg", imageAlt: "Carlos M. avatar"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana R.",
|
||||
role: "Staff Developer",
|
||||
company: "E-commerce Giant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg",
|
||||
imageAlt: "Diana R. avatar",
|
||||
},
|
||||
id: "t4", name: "Diana R.", role: "Staff Developer", company: "E-commerce Giant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-living-city_23-2148956457.jpg", imageAlt: "Diana R. avatar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ethan T.",
|
||||
role: "VP of Engineering",
|
||||
company: "Subscription Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19431.jpg",
|
||||
imageAlt: "Ethan T. avatar",
|
||||
},
|
||||
id: "t5", name: "Ethan T.", role: "VP of Engineering", company: "Subscription Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19431.jpg", imageAlt: "Ethan T. avatar"},
|
||||
]}
|
||||
title="What Developers Say About Veec Cloud"
|
||||
description="Hear from engineers and product leaders who have transformed their billing systems with Veec Cloud."
|
||||
@@ -458,35 +271,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is Veec Cloud?",
|
||||
content: "Veec Cloud is a robust cloud infrastructure and API platform specifically designed for developers to build, manage, and scale complex billing systems and subscription models.",
|
||||
},
|
||||
id: "faq1", title: "What is Veec Cloud?", content: "Veec Cloud is a robust cloud infrastructure and API platform specifically designed for developers to build, manage, and scale complex billing systems and subscription models."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Is Veec Cloud suitable for startups?",
|
||||
content: "Absolutely! Our flexible pricing tiers and comprehensive documentation make it easy for startups to integrate and grow. The Developer plan is a great way to start for free.",
|
||||
},
|
||||
id: "faq2", title: "Is Veec Cloud suitable for startups?", content: "Absolutely! Our flexible pricing tiers and comprehensive documentation make it easy for startups to integrate and grow. The Developer plan is a great way to start for free."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What kind of billing models does it support?",
|
||||
content: "Veec Cloud supports a wide range of billing models including subscription, usage-based, tiered, one-time payments, and custom hybrid models via our powerful API.",
|
||||
},
|
||||
id: "faq3", title: "What kind of billing models does it support?", content: "Veec Cloud supports a wide range of billing models including subscription, usage-based, tiered, one-time payments, and custom hybrid models via our powerful API."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How secure is the platform?",
|
||||
content: "Security is our top priority. Veec Cloud employs industry-leading encryption protocols, regular security audits, and strict compliance measures to protect all sensitive billing data.",
|
||||
},
|
||||
id: "faq4", title: "How secure is the platform?", content: "Security is our top priority. Veec Cloud employs industry-leading encryption protocols, regular security audits, and strict compliance measures to protect all sensitive billing data."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Can I integrate with my existing systems?",
|
||||
content: "Yes, our platform is designed for seamless integration. We offer comprehensive REST APIs and SDKs for various programming languages, ensuring compatibility with your current infrastructure.",
|
||||
},
|
||||
id: "faq5", title: "Can I integrate with my existing systems?", content: "Yes, our platform is designed for seamless integration. We offer comprehensive REST APIs and SDKs for various programming languages, ensuring compatibility with your current infrastructure."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What kind of support is available?",
|
||||
content: "We offer tiered support, from community forums for our free plan to priority email and dedicated account management for our Professional and Enterprise clients, ensuring you always get the help you need.",
|
||||
},
|
||||
id: "faq6", title: "What kind of support is available?", content: "We offer tiered support, from community forums for our free plan to priority email and dedicated account management for our Professional and Enterprise clients, ensuring you always get the help you need."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Veec Cloud's billing platform and developer tools."
|
||||
@@ -501,27 +296,16 @@ export default function LandingPage() {
|
||||
description="Have questions or ready to integrate? Our team is here to help you unlock the full potential of your billing system."
|
||||
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: "Company Name",
|
||||
},
|
||||
name: "company", type: "text", placeholder: "Company Name"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help your billing system?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help your billing system?", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg"
|
||||
@@ -536,13 +320,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Veec Cloud"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user