diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3c88004..0d033dd 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -36,7 +36,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -47,9 +47,7 @@ export default function AboutPage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -62,29 +60,17 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- icon: Users,
- title: "Active Users",
- value: "50,000+",
- },
+ id: "1", icon: Users,
+ title: "Active Users", value: "50,000+"},
{
- id: "2",
- icon: Building,
- title: "Enterprise Clients",
- value: "1,200+",
- },
+ id: "2", icon: Building,
+ title: "Enterprise Clients", value: "1,200+"},
{
- id: "3",
- icon: Globe,
- title: "Countries Served",
- value: "85+",
- },
+ id: "3", icon: Globe,
+ title: "Countries Served", value: "85+"},
{
- id: "4",
- icon: Award,
- title: "Years Trusted",
- value: "8+",
- },
+ id: "4", icon: Award,
+ title: "Years Trusted", value: "8+"},
]}
/>
@@ -100,37 +86,17 @@ export default function AboutPage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Operations Director",
- company: "TechFlow Inc",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png?_wi=2",
- },
+ id: "1", name: "Sarah Johnson", role: "Operations Director", company: "TechFlow Inc", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png"},
{
- id: "2",
- name: "Michael Chen",
- role: "CTO",
- company: "InnovateLab",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png?_wi=2",
- },
+ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "CEO",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png?_wi=2",
- },
+ id: "3", name: "Emily Rodriguez", role: "CEO", company: "GrowthCo", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png"},
{
- id: "4",
- name: "David Kim",
- role: "Product Manager",
- company: "CloudWorks",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png?_wi=2",
- },
+ id: "4", name: "David Kim", role: "Product Manager", company: "CloudWorks", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png"},
]}
kpiItems={[
{ value: "98%", label: "Customer Satisfaction" },
@@ -150,23 +116,14 @@ export default function AboutPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What is CloudSync's mission?",
- content:
- "Our mission is to empower teams worldwide by providing enterprise-grade data synchronization and workflow automation that is intuitive, secure, and accessible to organizations of all sizes.",
- },
+ id: "1", title: "What is CloudSync's mission?", content:
+ "Our mission is to empower teams worldwide by providing enterprise-grade data synchronization and workflow automation that is intuitive, secure, and accessible to organizations of all sizes."},
{
- id: "2",
- title: "When was CloudSync founded?",
- content:
- "CloudSync was founded in 2017 by a team of software engineers and business leaders who recognized the need for a modern, user-friendly data synchronization platform.",
- },
+ id: "2", title: "When was CloudSync founded?", content:
+ "CloudSync was founded in 2017 by a team of software engineers and business leaders who recognized the need for a modern, user-friendly data synchronization platform."},
{
- id: "3",
- title: "Where is CloudSync based?",
- content:
- "CloudSync is headquartered in San Francisco, California, with offices and team members distributed across North America, Europe, and Asia-Pacific.",
- },
+ id: "3", title: "Where is CloudSync based?", content:
+ "CloudSync is headquartered in San Francisco, California, with offices and team members distributed across North America, Europe, and Asia-Pacific."},
]}
/>
@@ -178,19 +135,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 0cbad8b..c89fe86 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -34,7 +34,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -45,9 +45,7 @@ export default function ContactPage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -55,30 +53,19 @@ export default function ContactPage() {
@@ -131,23 +106,14 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "How do I reach support?",
- content:
- "You can reach our support team via email (support@cloudsync.com), live chat, phone, or your dedicated account manager for enterprise accounts. We respond to all inquiries within 1 hour.",
- },
+ id: "1", title: "How do I reach support?", content:
+ "You can reach our support team via email (support@cloudsync.com), live chat, phone, or your dedicated account manager for enterprise accounts. We respond to all inquiries within 1 hour."},
{
- id: "2",
- title: "What are your support hours?",
- content:
- "Our support team is available 24/7 to assist you. We maintain 99.9% uptime with dedicated on-call engineers.",
- },
+ id: "2", title: "What are your support hours?", content:
+ "Our support team is available 24/7 to assist you. We maintain 99.9% uptime with dedicated on-call engineers."},
{
- id: "3",
- title: "Do you offer onboarding assistance?",
- content:
- "Yes. All plans include onboarding support. Pro and Enterprise customers receive personalized onboarding sessions with our team.",
- },
+ id: "3", title: "Do you offer onboarding assistance?", content:
+ "Yes. All plans include onboarding support. Pro and Enterprise customers receive personalized onboarding sessions with our team."},
]}
/>
@@ -159,19 +125,13 @@ export default function ContactPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index bd1e79c..f82e7f2 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,40 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
- variable: "--font-dm-sans",
- subsets: ["latin"],
+ variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "CloudSync - Enterprise Data Sync & Automation Platform",
- description: "Seamlessly sync and automate your workflows with CloudSync. Enterprise security, 500+ integrations, and 24/7 support. Start free today.",
- keywords: "SaaS, data sync, workflow automation, cloud platform, enterprise software",
- metadataBase: new URL("https://cloudsync.com"),
+ title: "CloudSync - Enterprise Data Sync & Automation Platform", description: "Seamlessly sync and automate your workflows with CloudSync. Enterprise security, 500+ integrations, and 24/7 support. Start free today.", keywords: "SaaS, data sync, workflow automation, cloud platform, enterprise software", metadataBase: new URL("https://cloudsync.com"),
alternates: {
- canonical: "https://cloudsync.com",
- },
+ canonical: "https://cloudsync.com"},
openGraph: {
- title: "CloudSync - Sync Your Data Seamlessly",
- description: "Enterprise-grade data synchronization with zero complexity. Join 50,000+ users automating their workflows.",
- type: "website",
- siteName: "CloudSync",
- images: [
+ title: "CloudSync - Sync Your Data Seamlessly", description: "Enterprise-grade data synchronization with zero complexity. Join 50,000+ users automating their workflows.", type: "website", siteName: "CloudSync", images: [
{
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/a-modern-clean-saas-dashboard-interface--1772484361913-079ecbca.png",
- alt: "CloudSync Dashboard Interface",
- },
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/a-modern-clean-saas-dashboard-interface--1772484361913-079ecbca.png", alt: "CloudSync Dashboard Interface"},
],
},
twitter: {
- card: "summary_large_image",
- title: "CloudSync - Sync & Automate",
- description: "Enterprise data sync platform. Trusted by 1,200+ companies worldwide.",
- images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/a-modern-clean-saas-dashboard-interface--1772484361913-079ecbca.png"],
+ card: "summary_large_image", title: "CloudSync - Sync & Automate", description: "Enterprise data sync platform. Trusted by 1,200+ companies worldwide.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/a-modern-clean-saas-dashboard-interface--1772484361913-079ecbca.png"],
},
robots: {
index: true,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28a33cb..8054812 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,7 +45,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -56,9 +56,7 @@ export default function HomePage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -66,7 +64,7 @@ export default function HomePage() {
@@ -150,29 +118,17 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- icon: Users,
- title: "Active Users",
- value: "50,000+",
- },
+ id: "1", icon: Users,
+ title: "Active Users", value: "50,000+"},
{
- id: "2",
- icon: Building,
- title: "Enterprise Clients",
- value: "1,200+",
- },
+ id: "2", icon: Building,
+ title: "Enterprise Clients", value: "1,200+"},
{
- id: "3",
- icon: Globe,
- title: "Countries",
- value: "85+",
- },
+ id: "3", icon: Globe,
+ title: "Countries", value: "85+"},
{
- id: "4",
- icon: Zap,
- title: "Daily Automations",
- value: "10M+",
- },
+ id: "4", icon: Zap,
+ title: "Daily Automations", value: "10M+"},
]}
/>
@@ -188,48 +144,19 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
- id: "starter",
- badge: "Great to Start",
- badgeIcon: Sparkles,
- price: "$29/mo",
- subtitle: "Perfect for small teams",
- features: [
- "Up to 10 team members",
- "Basic automations",
- "1 GB data storage",
- "Email support",
- "Standard integrations",
- ],
+ id: "starter", badge: "Great to Start", badgeIcon: Sparkles,
+ price: "$29/mo", subtitle: "Perfect for small teams", features: [
+ "Up to 10 team members", "Basic automations", "1 GB data storage", "Email support", "Standard integrations"],
},
{
- id: "pro",
- badge: "Most Popular",
- badgeIcon: Star,
- price: "$99/mo",
- subtitle: "For growing teams",
- features: [
- "Up to 100 team members",
- "Advanced automations",
- "100 GB data storage",
- "Priority support",
- "500+ integrations",
- "Custom workflows",
- ],
+ id: "pro", badge: "Most Popular", badgeIcon: Star,
+ price: "$99/mo", subtitle: "For growing teams", features: [
+ "Up to 100 team members", "Advanced automations", "100 GB data storage", "Priority support", "500+ integrations", "Custom workflows"],
},
{
- id: "enterprise",
- badge: "Custom Solutions",
- badgeIcon: Crown,
- price: "Custom",
- subtitle: "Enterprise-scale needs",
- features: [
- "Unlimited team members",
- "White-label options",
- "Unlimited storage",
- "Dedicated account manager",
- "Custom integrations",
- "SLA guaranteed",
- ],
+ id: "enterprise", badge: "Custom Solutions", badgeIcon: Crown,
+ price: "Custom", subtitle: "Enterprise-scale needs", features: [
+ "Unlimited team members", "White-label options", "Unlimited storage", "Dedicated account manager", "Custom integrations", "SLA guaranteed"],
},
]}
/>
@@ -246,37 +173,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Operations Director",
- company: "TechFlow Inc",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png?_wi=1",
- },
+ id: "1", name: "Sarah Johnson", role: "Operations Director", company: "TechFlow Inc", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png"},
{
- id: "2",
- name: "Michael Chen",
- role: "CTO",
- company: "InnovateLab",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png?_wi=1",
- },
+ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "CEO",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png?_wi=1",
- },
+ id: "3", name: "Emily Rodriguez", role: "CEO", company: "GrowthCo", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png"},
{
- id: "4",
- name: "David Kim",
- role: "Product Manager",
- company: "CloudWorks",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png?_wi=1",
- },
+ id: "4", name: "David Kim", role: "Product Manager", company: "CloudWorks", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png"},
]}
kpiItems={[
{ value: "98%", label: "Customer Satisfaction" },
@@ -296,35 +203,20 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What makes CloudSync different?",
- content:
- "CloudSync combines enterprise-grade security with user-friendly simplicity. Our platform is built for teams of any size and integrates with 500+ applications out of the box.",
- },
+ id: "1", title: "What makes CloudSync different?", content:
+ "CloudSync combines enterprise-grade security with user-friendly simplicity. Our platform is built for teams of any size and integrates with 500+ applications out of the box."},
{
- id: "2",
- title: "Is my data secure?",
- content:
- "Yes. We use military-grade AES-256 encryption, comply with SOC 2 and GDPR standards, and conduct regular security audits. Your data is always encrypted in transit and at rest.",
- },
+ id: "2", title: "Is my data secure?", content:
+ "Yes. We use military-grade AES-256 encryption, comply with SOC 2 and GDPR standards, and conduct regular security audits. Your data is always encrypted in transit and at rest."},
{
- id: "3",
- title: "How long does setup take?",
- content:
- "Most teams get started in under 15 minutes. Our intuitive dashboard guides you through initial configuration, and our onboarding team is available to help if needed.",
- },
+ id: "3", title: "How long does setup take?", content:
+ "Most teams get started in under 15 minutes. Our intuitive dashboard guides you through initial configuration, and our onboarding team is available to help if needed."},
{
- id: "4",
- title: "Can I export my data?",
- content:
- "Absolutely. You have full access to your data at any time and can export it in multiple formats. We believe in data portability and transparency.",
- },
+ id: "4", title: "Can I export my data?", content:
+ "Absolutely. You have full access to your data at any time and can export it in multiple formats. We believe in data portability and transparency."},
{
- id: "5",
- title: "What if I need custom integrations?",
- content:
- "Our API is fully documented and powerful. Enterprise plans include dedicated support for custom integrations and API development.",
- },
+ id: "5", title: "What if I need custom integrations?", content:
+ "Our API is fully documented and powerful. Enterprise plans include dedicated support for custom integrations and API development."},
]}
/>
@@ -336,19 +228,13 @@ export default function HomePage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 5832563..bb37d59 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -37,7 +37,7 @@ export default function PricingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -48,9 +48,7 @@ export default function PricingPage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -65,48 +63,19 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
- id: "starter",
- badge: "Great to Start",
- badgeIcon: Sparkles,
- price: "$29/mo",
- subtitle: "Perfect for small teams",
- features: [
- "Up to 10 team members",
- "Basic automations",
- "1 GB data storage",
- "Email support",
- "Standard integrations",
- ],
+ id: "starter", badge: "Great to Start", badgeIcon: Sparkles,
+ price: "$29/mo", subtitle: "Perfect for small teams", features: [
+ "Up to 10 team members", "Basic automations", "1 GB data storage", "Email support", "Standard integrations"],
},
{
- id: "pro",
- badge: "Most Popular",
- badgeIcon: Star,
- price: "$99/mo",
- subtitle: "For growing teams",
- features: [
- "Up to 100 team members",
- "Advanced automations",
- "100 GB data storage",
- "Priority support",
- "500+ integrations",
- "Custom workflows",
- ],
+ id: "pro", badge: "Most Popular", badgeIcon: Star,
+ price: "$99/mo", subtitle: "For growing teams", features: [
+ "Up to 100 team members", "Advanced automations", "100 GB data storage", "Priority support", "500+ integrations", "Custom workflows"],
},
{
- id: "enterprise",
- badge: "Custom Solutions",
- badgeIcon: Crown,
- price: "Custom",
- subtitle: "Enterprise-scale needs",
- features: [
- "Unlimited team members",
- "White-label options",
- "Unlimited storage",
- "Dedicated account manager",
- "Custom integrations",
- "SLA guaranteed",
- ],
+ id: "enterprise", badge: "Custom Solutions", badgeIcon: Crown,
+ price: "Custom", subtitle: "Enterprise-scale needs", features: [
+ "Unlimited team members", "White-label options", "Unlimited storage", "Dedicated account manager", "Custom integrations", "SLA guaranteed"],
},
]}
/>
@@ -121,29 +90,17 @@ export default function PricingPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- icon: TrendingUp,
- title: "Best Value",
- value: "50% Savings",
- },
+ id: "1", icon: TrendingUp,
+ title: "Best Value", value: "50% Savings"},
{
- id: "2",
- icon: Users,
- title: "Team Scale",
- value: "Unlimited",
- },
+ id: "2", icon: Users,
+ title: "Team Scale", value: "Unlimited"},
{
- id: "3",
- icon: Building,
- title: "Enterprise Ready",
- value: "Always",
- },
+ id: "3", icon: Building,
+ title: "Enterprise Ready", value: "Always"},
{
- id: "4",
- icon: Globe,
- title: "Global Access",
- value: "85+",
- },
+ id: "4", icon: Globe,
+ title: "Global Access", value: "85+"},
]}
/>
@@ -158,23 +115,14 @@ export default function PricingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What's included in the free trial?",
- content:
- "Your 14-day free trial includes full access to all Pro features. No credit card required to start.",
- },
+ id: "1", title: "What's included in the free trial?", content:
+ "Your 14-day free trial includes full access to all Pro features. No credit card required to start."},
{
- id: "2",
- title: "How is billing handled?",
- content:
- "We bill monthly or annually. You can upgrade, downgrade, or cancel anytime with no long-term contracts.",
- },
+ id: "2", title: "How is billing handled?", content:
+ "We bill monthly or annually. You can upgrade, downgrade, or cancel anytime with no long-term contracts."},
{
- id: "3",
- title: "Do you offer refunds?",
- content:
- "Yes. If you're not satisfied within 30 days, we'll refund your payment in full. No questions asked.",
- },
+ id: "3", title: "Do you offer refunds?", content:
+ "Yes. If you're not satisfied within 30 days, we'll refund your payment in full. No questions asked."},
]}
/>
@@ -186,19 +134,13 @@ export default function PricingPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>
diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx
index 88ebb54..3257a33 100644
--- a/src/app/resources/page.tsx
+++ b/src/app/resources/page.tsx
@@ -37,7 +37,7 @@ export default function ResourcesPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -48,9 +48,7 @@ export default function ResourcesPage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -64,53 +62,23 @@ export default function ResourcesPage() {
useInvertedBackground={false}
features={[
{
- title: "Getting Started Guide",
- description: "Learn the basics of CloudSync in 10 minutes",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-data-synchronization-acr-1772484361833-8ba061d5.png?_wi=2",
- imageAlt: "Getting started guide",
- buttonIcon: BookOpen,
- buttonHref: "#",
- },
+ title: "Getting Started Guide", description: "Learn the basics of CloudSync in 10 minutes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-data-synchronization-acr-1772484361833-8ba061d5.png", imageAlt: "Getting started guide", buttonIcon: BookOpen,
+ buttonHref: "#"},
{
- title: "Video Tutorials",
- description: "Step-by-step video guides for all features",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-workflow-automation-and--1772484362726-ba10f98d.png?_wi=2",
- imageAlt: "Video tutorials",
- buttonIcon: Video,
- buttonHref: "#",
- },
+ title: "Video Tutorials", description: "Step-by-step video guides for all features", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-workflow-automation-and--1772484362726-ba10f98d.png", imageAlt: "Video tutorials", buttonIcon: Video,
+ buttonHref: "#"},
{
- title: "API Documentation",
- description: "Complete API reference for developers",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-api-integration-and-conn-1772484361758-d7ab5707.png?_wi=2",
- imageAlt: "API documentation",
- buttonIcon: Code,
- buttonHref: "#",
- },
+ title: "API Documentation", description: "Complete API reference for developers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-api-integration-and-conn-1772484361758-d7ab5707.png", imageAlt: "API documentation", buttonIcon: Code,
+ buttonHref: "#"},
{
- title: "Best Practices",
- description: "Expert tips for maximizing your workflow",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/dashboard-analytics-visualization-with-m-1772484362759-1bcf8cea.png?_wi=2",
- imageAlt: "Best practices",
- buttonIcon: ArrowRight,
- buttonHref: "#",
- },
+ title: "Best Practices", description: "Expert tips for maximizing your workflow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/dashboard-analytics-visualization-with-m-1772484362759-1bcf8cea.png", imageAlt: "Best practices", buttonIcon: ArrowRight,
+ buttonHref: "#"},
{
- title: "Case Studies",
- description: "Real-world examples of CloudSync in action",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-customer-support-and-ass-1772484362219-cbe7a847.png?_wi=2",
- imageAlt: "Case studies",
- buttonIcon: FileText,
- buttonHref: "#",
- },
+ title: "Case Studies", description: "Real-world examples of CloudSync in action", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-customer-support-and-ass-1772484362219-cbe7a847.png", imageAlt: "Case studies", buttonIcon: FileText,
+ buttonHref: "#"},
{
- title: "Community Forum",
- description: "Connect with other CloudSync users",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/abstract-illustration-of-security-and-en-1772484363252-dbad034c.png?_wi=2",
- imageAlt: "Community forum",
- buttonIcon: Users,
- buttonHref: "#",
- },
+ title: "Community Forum", description: "Connect with other CloudSync users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/abstract-illustration-of-security-and-en-1772484363252-dbad034c.png", imageAlt: "Community forum", buttonIcon: Users,
+ buttonHref: "#"},
]}
/>
@@ -124,29 +92,17 @@ export default function ResourcesPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- icon: Video,
- title: "Video Tutorials",
- value: "150+",
- },
+ id: "1", icon: Video,
+ title: "Video Tutorials", value: "150+"},
{
- id: "2",
- icon: FileText,
- title: "Articles",
- value: "300+",
- },
+ id: "2", icon: FileText,
+ title: "Articles", value: "300+"},
{
- id: "3",
- icon: Award,
- title: "Certifications",
- value: "5+",
- },
+ id: "3", icon: Award,
+ title: "Certifications", value: "5+"},
{
- id: "4",
- icon: Users,
- title: "Community Members",
- value: "10K+",
- },
+ id: "4", icon: Users,
+ title: "Community Members", value: "10K+"},
]}
/>
@@ -161,23 +117,14 @@ export default function ResourcesPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "Are resources free?",
- content:
- "Yes. All documentation, tutorials, and guides are available free to CloudSync users. Premium certification programs have a one-time fee.",
- },
+ id: "1", title: "Are resources free?", content:
+ "Yes. All documentation, tutorials, and guides are available free to CloudSync users. Premium certification programs have a one-time fee."},
{
- id: "2",
- title: "How often are resources updated?",
- content:
- "We update our knowledge base weekly with new tutorials, best practices, and case studies based on user feedback and platform updates.",
- },
+ id: "2", title: "How often are resources updated?", content:
+ "We update our knowledge base weekly with new tutorials, best practices, and case studies based on user feedback and platform updates."},
{
- id: "3",
- title: "Can I request training for my team?",
- content:
- "Absolutely. Enterprise customers can schedule custom training sessions with our expert team. Contact our sales team to learn more.",
- },
+ id: "3", title: "Can I request training for my team?", content:
+ "Absolutely. Enterprise customers can schedule custom training sessions with our expert team. Contact our sales team to learn more."},
]}
/>
@@ -189,19 +136,13 @@ export default function ResourcesPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index afd2f61..b1bbd96 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -39,7 +39,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -50,9 +50,7 @@ export default function ServicesPage() {
brandName="CloudSync"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/pricing",
- }}
+ text: "Get Started", href: "/pricing"}}
/>
@@ -66,53 +64,23 @@ export default function ServicesPage() {
useInvertedBackground={false}
features={[
{
- title: "Real-Time Synchronization",
- description: "Instant data sync across all your tools and platforms",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-data-synchronization-acr-1772484361833-8ba061d5.png?_wi=3",
- imageAlt: "Real-time sync feature",
- buttonIcon: ArrowRight,
- buttonHref: "#",
- },
+ title: "Real-Time Synchronization", description: "Instant data sync across all your tools and platforms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-data-synchronization-acr-1772484361833-8ba061d5.png", imageAlt: "Real-time sync feature", buttonIcon: ArrowRight,
+ buttonHref: "#"},
{
- title: "Advanced Security",
- description: "Enterprise-grade encryption and compliance standards",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/abstract-illustration-of-security-and-en-1772484363252-dbad034c.png?_wi=3",
- imageAlt: "Security features",
- buttonIcon: Shield,
- buttonHref: "#",
- },
+ title: "Advanced Security", description: "Enterprise-grade encryption and compliance standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/abstract-illustration-of-security-and-en-1772484363252-dbad034c.png", imageAlt: "Security features", buttonIcon: Shield,
+ buttonHref: "#"},
{
- title: "Custom Workflows",
- description: "Build automation tailored to your unique processes",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-workflow-automation-and--1772484362726-ba10f98d.png?_wi=3",
- imageAlt: "Workflow customization",
- buttonIcon: Zap,
- buttonHref: "#",
- },
+ title: "Custom Workflows", description: "Build automation tailored to your unique processes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-workflow-automation-and--1772484362726-ba10f98d.png", imageAlt: "Workflow customization", buttonIcon: Zap,
+ buttonHref: "#"},
{
- title: "Analytics Dashboard",
- description: "Deep insights into your data and team performance",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/dashboard-analytics-visualization-with-m-1772484362759-1bcf8cea.png?_wi=3",
- imageAlt: "Analytics dashboard",
- buttonIcon: TrendingUp,
- buttonHref: "#",
- },
+ title: "Analytics Dashboard", description: "Deep insights into your data and team performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/dashboard-analytics-visualization-with-m-1772484362759-1bcf8cea.png", imageAlt: "Analytics dashboard", buttonIcon: TrendingUp,
+ buttonHref: "#"},
{
- title: "API Integration",
- description: "Connect with 500+ applications seamlessly",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-api-integration-and-conn-1772484361758-d7ab5707.png?_wi=3",
- imageAlt: "API integrations",
- buttonIcon: Plug,
- buttonHref: "#",
- },
+ title: "API Integration", description: "Connect with 500+ applications seamlessly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-api-integration-and-conn-1772484361758-d7ab5707.png", imageAlt: "API integrations", buttonIcon: Plug,
+ buttonHref: "#"},
{
- title: "24/7 Support",
- description: "Dedicated support team ready to help anytime",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-customer-support-and-ass-1772484362219-cbe7a847.png?_wi=3",
- imageAlt: "Customer support",
- buttonIcon: Headphones,
- buttonHref: "#",
- },
+ title: "24/7 Support", description: "Dedicated support team ready to help anytime", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/illustration-of-customer-support-and-ass-1772484362219-cbe7a847.png", imageAlt: "Customer support", buttonIcon: Headphones,
+ buttonHref: "#"},
]}
/>
@@ -126,29 +94,17 @@ export default function ServicesPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- icon: Users,
- title: "Team Collaboration",
- value: "Unlimited",
- },
+ id: "1", icon: Users,
+ title: "Team Collaboration", value: "Unlimited"},
{
- id: "2",
- icon: Building,
- title: "Enterprise Scale",
- value: "Ready",
- },
+ id: "2", icon: Building,
+ title: "Enterprise Scale", value: "Ready"},
{
- id: "3",
- icon: Globe,
- title: "Global Coverage",
- value: "85+",
- },
+ id: "3", icon: Globe,
+ title: "Global Coverage", value: "85+"},
{
- id: "4",
- icon: Award,
- title: "Compliance",
- value: "SOC 2",
- },
+ id: "4", icon: Award,
+ title: "Compliance", value: "SOC 2"},
]}
/>
@@ -163,23 +119,14 @@ export default function ServicesPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What makes our platform different?",
- content:
- "CloudSync combines enterprise-grade security with intuitive ease-of-use. Our platform supports 500+ integrations out of the box and scales from startups to enterprise organizations.",
- },
+ id: "1", title: "What makes our platform different?", content:
+ "CloudSync combines enterprise-grade security with intuitive ease-of-use. Our platform supports 500+ integrations out of the box and scales from startups to enterprise organizations."},
{
- id: "2",
- title: "How does real-time sync work?",
- content:
- "Our proprietary sync engine processes data in real-time with sub-second latency. Changes in one platform are instantly reflected across all connected systems with guaranteed data consistency.",
- },
+ id: "2", title: "How does real-time sync work?", content:
+ "Our proprietary sync engine processes data in real-time with sub-second latency. Changes in one platform are instantly reflected across all connected systems with guaranteed data consistency."},
{
- id: "3",
- title: "What security standards do you comply with?",
- content:
- "We comply with SOC 2 Type II, GDPR, HIPAA, and CCPA standards. All data is encrypted with AES-256, and we conduct quarterly security audits with third-party penetration testing.",
- },
+ id: "3", title: "What security standards do you comply with?", content:
+ "We comply with SOC 2 Type II, GDPR, HIPAA, and CCPA standards. All data is encrypted with AES-256, and we conduct quarterly security audits with third-party penetration testing."},
]}
/>
@@ -191,19 +138,13 @@ export default function ServicesPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cloudsync",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/cloudsync",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
{
icon: Github,
- href: "https://github.com/cloudsync",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
]}
/>