diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 93814f4..a414c36 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -51,39 +51,18 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
- id: "innovation",
- label: "01",
- title: "Innovation First",
- items: [
- "Cutting-edge technology",
- "Continuous R&D investment",
- "Future-focused roadmap",
- "AI-powered solutions",
- ],
+ id: "innovation", label: "01", title: "Innovation First", items: [
+ "Cutting-edge technology", "Continuous R&D investment", "Future-focused roadmap", "AI-powered solutions"],
buttons: [{ text: "See Our Tech", href: "#" }],
},
{
- id: "trust",
- label: "02",
- title: "Trust & Security",
- items: [
- "Enterprise-grade security",
- "SOC 2 Type II certified",
- "99.95% uptime SLA",
- "Data privacy first",
- ],
+ id: "trust", label: "02", title: "Trust & Security", items: [
+ "Enterprise-grade security", "SOC 2 Type II certified", "99.95% uptime SLA", "Data privacy first"],
buttons: [{ text: "Security Details", href: "#" }],
},
{
- id: "customer",
- label: "03",
- title: "Customer Success",
- items: [
- "Dedicated support team",
- "Personalized onboarding",
- "Regular success reviews",
- "Community-driven",
- ],
+ id: "customer", label: "03", title: "Customer Success", items: [
+ "Dedicated support team", "Personalized onboarding", "Regular success reviews", "Community-driven"],
buttons: [{ text: "Success Stories", href: "#" }],
},
]}
@@ -102,37 +81,17 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- value: "Founded",
- title: "2020",
- description: "Started with a vision",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/professional-team-collaboration-scene-sh-1772635124712-e8f5905c.png?_wi=2",
- },
+ id: "1", value: "Founded", title: "2020", description: "Started with a vision", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/professional-team-collaboration-scene-sh-1772635124712-e8f5905c.png?_wi=2"},
{
- id: "2",
- value: "$5M",
- title: "Series A",
- description: "Funding milestone reached",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/network-infrastructure-visualization-wit-1772635122009-b8144f48.png?_wi=2",
- },
+ id: "2", value: "$5M", title: "Series A", description: "Funding milestone reached", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/network-infrastructure-visualization-wit-1772635122009-b8144f48.png?_wi=2"},
{
- id: "3",
- value: "5000+",
- title: "Customers",
- description: "Global customer base",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/quick-implementation-timeline-visualizat-1772635123094-83cd1456.png?_wi=2",
- },
+ id: "3", value: "5000+", title: "Customers", description: "Global customer base", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/quick-implementation-timeline-visualizat-1772635123094-83cd1456.png?_wi=2"},
{
- id: "4",
- value: "150+",
- title: "Team Members",
- description: "Passionate experts",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/productive-workspace-showing-automation--1772635124575-931a1d42.png?_wi=2",
- },
+ id: "4", value: "150+", title: "Team Members", description: "Passionate experts", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/productive-workspace-showing-automation--1772635124575-931a1d42.png?_wi=2"},
]}
/>
@@ -141,29 +100,17 @@ export default function AboutPage() {
@@ -137,8 +105,7 @@ export default function ContactPage() {
copyrightText="© 2025 SaaSHub. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -146,8 +113,7 @@ export default function ContactPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -155,8 +121,7 @@ export default function ContactPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Community", href: "#" },
@@ -164,8 +129,7 @@ export default function ContactPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 233c662..9fcc0a7 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const raleway = Raleway({
- variable: "--font-raleway",
- subsets: ["latin"],
+ variable: "--font-raleway", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "SaaSHub - Enterprise SaaS Platform for Modern Teams",
- description: "Streamline workflows and boost productivity with SaaSHub. Enterprise-grade automation, analytics, and integrations for teams of all sizes.",
- keywords: "SaaS, automation, analytics, enterprise software, workflow management, team collaboration",
- robots: {
+ title: "SaaSHub - Enterprise SaaS Platform for Modern Teams", description: "Streamline workflows and boost productivity with SaaSHub. Enterprise-grade automation, analytics, and integrations for teams of all sizes.", keywords: "SaaS, automation, analytics, enterprise software, workflow management, team collaboration", robots: {
index: true,
follow: true,
},
openGraph: {
- title: "SaaSHub - Enterprise SaaS Platform",
- description: "Streamline your workflows with intelligent automation and advanced analytics. Start free today.",
- url: "https://saashub.com",
- siteName: "SaaSHub",
- type: "website",
- images: [
+ title: "SaaSHub - Enterprise SaaS Platform", description: "Streamline your workflows with intelligent automation and advanced analytics. Start free today.", url: "https://saashub.com", siteName: "SaaSHub", type: "website", images: [
{
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png",
- alt: "SaaSHub Dashboard",
- },
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png", alt: "SaaSHub Dashboard"},
],
},
twitter: {
- card: "summary_large_image",
- title: "SaaSHub - Enterprise SaaS Platform",
- description: "Streamline your workflows with intelligent automation and advanced analytics.",
- images: [
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png",
- ],
+ card: "summary_large_image", title: "SaaSHub - Enterprise SaaS Platform", description: "Streamline your workflows with intelligent automation and advanced analytics.", images: [
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png"],
},
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e1310cd..34774e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,6 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
-import FaqDouble from "@/components/sections/faq/FaqDouble";
-import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import {
Sparkles,
@@ -29,8 +27,6 @@ import {
Rocket,
Star,
Shield,
- HelpCircle,
- Phone,
} from "lucide-react";
const navItems = [
@@ -74,7 +70,8 @@ export default function HomePage() {
buttonAnimation="slide-up"
dashboard={{
title: "Real-Time Analytics Hub", logoIcon: Hexagon,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png", searchPlaceholder: "Search analytics...", buttons: [
+ imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png", searchPlaceholder: "Search analytics...", buttons: [
{ text: "Dashboard", href: "#features" },
{ text: "Export Data", href: "#" },
],
@@ -152,54 +149,27 @@ export default function HomePage() {
/>
-
-
-
-
-
-
@@ -271,33 +217,10 @@ export default function HomePage() {
useInvertedBackground={true}
speed={40}
showCard={true}
- names=[
- "TechCorp", "Innovate Labs", "Growth Co", "Startup XYZ", "Digital First", "CloudNext", "Future Tech", "Nexus AI"]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-tech-company-logo-design-featurin-1772635122765-b850752a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/innovation-focused-company-logo-with-abs-1772635122284-67907fdf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/growth-oriented-company-logo-with-upward-1772635121335-5a846a91.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-startup-logo-with-contemporary-de-1772635122197-02af49b5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/digital-first-company-logo-with-cloud-co-1772635122778-54673eec.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/cloud-infrastructure-company-logo-featur-1772635121839-058511e2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/forward-thinking-tech-company-logo-with--1772635122506-e77d418a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/ai-focused-company-logo-with-neural-netw-1772635122174-f5085517.png"]}
- />
-
-
-
-
@@ -343,4 +266,4 @@ export default function HomePage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 8d679e8..ae43171 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -54,52 +54,22 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
- id: "starter",
- badge: "For Startups",
- badgeIcon: Rocket,
- price: "$49",
- subtitle: "/month billed annually",
- buttons: [{ text: "Start Free Trial", href: "/signup" }],
+ id: "starter", badge: "For Startups", badgeIcon: Rocket,
+ price: "$49", subtitle: "/month billed annually", buttons: [{ text: "Start Free Trial", href: "/signup" }],
features: [
- "Up to 5 team members",
- "5,000 monthly automations",
- "Basic analytics",
- "Email support",
- "Core integrations",
- "1GB storage",
- ],
+ "Up to 5 team members", "5,000 monthly automations", "Basic analytics", "Email support", "Core integrations", "1GB storage"],
},
{
- id: "professional",
- badge: "Most Popular",
- badgeIcon: Star,
- price: "$149",
- subtitle: "/month billed annually",
- buttons: [{ text: "Start Free Trial", href: "/signup" }],
+ id: "professional", badge: "Most Popular", badgeIcon: Star,
+ price: "$149", subtitle: "/month billed annually", buttons: [{ text: "Start Free Trial", href: "/signup" }],
features: [
- "Up to 25 team members",
- "50,000 monthly automations",
- "Advanced analytics",
- "Priority support",
- "400+ integrations",
- "100GB storage",
- ],
+ "Up to 25 team members", "50,000 monthly automations", "Advanced analytics", "Priority support", "400+ integrations", "100GB storage"],
},
{
- id: "enterprise",
- badge: "For Enterprise",
- badgeIcon: Shield,
- price: "Custom",
- subtitle: "tailored to your needs",
- buttons: [{ text: "Contact Sales", href: "/contact" }],
+ id: "enterprise", badge: "For Enterprise", badgeIcon: Shield,
+ price: "Custom", subtitle: "tailored to your needs", buttons: [{ text: "Contact Sales", href: "/contact" }],
features: [
- "Unlimited team members",
- "Unlimited automations",
- "Custom analytics",
- "24/7 dedicated support",
- "Custom integrations",
- "Unlimited storage",
- ],
+ "Unlimited team members", "Unlimited automations", "Custom analytics", "24/7 dedicated support", "Custom integrations", "Unlimited storage"],
},
]}
/>
@@ -117,39 +87,18 @@ export default function PricingPage() {
animationType="slide-up"
features={[
{
- id: "basic-support",
- label: "Support",
- title: "Priority Support Included",
- items: [
- "Email support on Starter",
- "Priority on Professional",
- "24/7 on Enterprise",
- "Response time guaranteed",
- ],
+ id: "basic-support", label: "Support", title: "Priority Support Included", items: [
+ "Email support on Starter", "Priority on Professional", "24/7 on Enterprise", "Response time guaranteed"],
buttons: [{ text: "Learn More", href: "#" }],
},
{
- id: "integrations",
- label: "Apps",
- title: "400+ Integrations Available",
- items: [
- "Core integrations on Starter",
- "Full library on Professional",
- "Custom connectors on Enterprise",
- "Zapier & IFTTT support",
- ],
+ id: "integrations", label: "Apps", title: "400+ Integrations Available", items: [
+ "Core integrations on Starter", "Full library on Professional", "Custom connectors on Enterprise", "Zapier & IFTTT support"],
buttons: [{ text: "Browse", href: "#" }],
},
{
- id: "analytics",
- label: "Data",
- title: "Analytics & Insights",
- items: [
- "Basic dashboards on Starter",
- "Advanced reports on Professional",
- "Custom queries on Enterprise",
- "Real-time monitoring included",
- ],
+ id: "analytics", label: "Data", title: "Analytics & Insights", items: [
+ "Basic dashboards on Starter", "Advanced reports on Professional", "Custom queries on Enterprise", "Real-time monitoring included"],
buttons: [{ text: "Explore", href: "#" }],
},
]}
@@ -169,41 +118,23 @@ export default function PricingPage() {
animationType="smooth"
faqs={[
{
- id: "1",
- title: "Can I change my plan anytime?",
- content:
- "Yes, you can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges accordingly.",
- },
+ id: "1", title: "Can I change my plan anytime?", content:
+ "Yes, you can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges accordingly."},
{
- id: "2",
- title: "Do you offer annual discounts?",
- content:
- "Yes, annual subscriptions receive a 20% discount compared to monthly billing. This discount is automatically applied when you choose annual billing.",
- },
+ id: "2", title: "Do you offer annual discounts?", content:
+ "Yes, annual subscriptions receive a 20% discount compared to monthly billing. This discount is automatically applied when you choose annual billing."},
{
- id: "3",
- title: "What payment methods do you accept?",
- content:
- "We accept all major credit cards, bank transfers, and wire payments for annual subscriptions. Enterprise customers can arrange custom payment terms.",
- },
+ id: "3", title: "What payment methods do you accept?", content:
+ "We accept all major credit cards, bank transfers, and wire payments for annual subscriptions. Enterprise customers can arrange custom payment terms."},
{
- id: "4",
- title: "Is there a refund policy?",
- content:
- "We offer a 14-day money-back guarantee on all paid plans if you're not satisfied with SaaSHub.",
- },
+ id: "4", title: "Is there a refund policy?", content:
+ "We offer a 14-day money-back guarantee on all paid plans if you're not satisfied with SaaSHub."},
{
- id: "5",
- title: "Can I get a free trial?",
- content:
- "Absolutely. All plans include a 14-day free trial with full feature access. No credit card required to get started.",
- },
+ id: "5", title: "Can I get a free trial?", content:
+ "Absolutely. All plans include a 14-day free trial with full feature access. No credit card required to get started."},
{
- id: "6",
- title: "How do overage charges work?",
- content:
- "Overage charges apply when you exceed your plan's automation limits. We'll notify you before charges occur, and you can upgrade your plan to avoid them.",
- },
+ id: "6", title: "How do overage charges work?", content:
+ "Overage charges apply when you exceed your plan's automation limits. We'll notify you before charges occur, and you can upgrade your plan to avoid them."},
]}
/>
@@ -214,8 +145,7 @@ export default function PricingPage() {
copyrightText="© 2025 SaaSHub. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -223,8 +153,7 @@ export default function PricingPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -232,8 +161,7 @@ export default function PricingPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Community", href: "#" },
@@ -241,8 +169,7 @@ export default function PricingPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },