Merge version_2 into main #2
@@ -36,9 +36,7 @@ export default function AboutPage() {
|
||||
brandName="Cloudhead"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Get Started", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,32 +62,17 @@ export default function AboutPage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-satisfied-saa-1772642363940-72016f3c.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-satisfied-saa-1772642363940-72016f3c.png?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-exec-1772642363801-3b68eb87.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-exec-1772642363801-3b68eb87.png?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-tech-entrepre-1772642364491-097f9d0c.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-tech-entrepre-1772642364491-097f9d0c.png?_wi=2"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -116,8 +99,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "AI Sales Development", href: "#" },
|
||||
{ label: "Chatbot Services", href: "#" },
|
||||
{ label: "Content Repurposing", href: "#" },
|
||||
@@ -125,8 +107,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Website Packages", href: "#" },
|
||||
{ label: "Add-ons", href: "#" },
|
||||
{ label: "Whitelabel", href: "#" },
|
||||
@@ -134,8 +115,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -143,8 +123,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -158,4 +137,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,43 +5,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cloudhead - SaaS Solutions & AI Automation Platform",
|
||||
description: "Transform your business with Cloudhead's AI-powered SaaS solutions including AI Sales Development Representatives, intelligent chatbots, and content automation engines.",
|
||||
keywords: "SaaS, AI automation, sales development, chatbot, content repurposing, business automation, cloud solutions",
|
||||
metadataBase: new URL("https://cloudhead.io"),
|
||||
title: "Cloudhead - SaaS Solutions & AI Automation Platform", description: "Transform your business with Cloudhead's AI-powered SaaS solutions including AI Sales Development Representatives, intelligent chatbots, and content automation engines.", keywords: "SaaS, AI automation, sales development, chatbot, content repurposing, business automation, cloud solutions", metadataBase: new URL("https://cloudhead.io"),
|
||||
alternates: {
|
||||
canonical: "https://cloudhead.io",
|
||||
},
|
||||
canonical: "https://cloudhead.io"},
|
||||
openGraph: {
|
||||
title: "Cloudhead - SaaS Solutions & AI Automation",
|
||||
description: "Enterprise-grade automation and AI tools to scale your business faster.",
|
||||
url: "https://cloudhead.io",
|
||||
siteName: "Cloudhead",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Cloudhead - SaaS Solutions & AI Automation", description: "Enterprise-grade automation and AI tools to scale your business faster.", url: "https://cloudhead.io", siteName: "Cloudhead", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/a-modern-saas-dashboard-interface-showin-1772642367090-61051437.png",
|
||||
alt: "Cloudhead SaaS Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/a-modern-saas-dashboard-interface-showin-1772642367090-61051437.png", alt: "Cloudhead SaaS Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Cloudhead - SaaS & AI Solutions",
|
||||
description: "Automate sales, content, and operations with Cloudhead's AI-powered platform.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/a-modern-saas-dashboard-interface-showin-1772642367090-61051437.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Cloudhead - SaaS & AI Solutions", description: "Automate sales, content, and operations with Cloudhead's AI-powered platform.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/a-modern-saas-dashboard-interface-showin-1772642367090-61051437.png"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1429,4 +1412,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
252
src/app/page.tsx
252
src/app/page.tsx
@@ -43,9 +43,7 @@ export default function HomePage() {
|
||||
brandName="Cloudhead"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Get Started", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,55 +75,23 @@ export default function HomePage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "ai-sdr",
|
||||
label: "AI SDR",
|
||||
title: "AI Sales Development Representative",
|
||||
items: [
|
||||
"LinkedIn lead monitoring",
|
||||
"WhatsApp/Email qualification",
|
||||
"Calendar booking automation",
|
||||
"Automatic follow-ups",
|
||||
"CRM integration",
|
||||
],
|
||||
id: "ai-sdr", label: "AI SDR", title: "AI Sales Development Representative", items: [
|
||||
"LinkedIn lead monitoring", "WhatsApp/Email qualification", "Calendar booking automation", "Automatic follow-ups", "CRM integration"],
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "chatbot",
|
||||
label: "Chatbot",
|
||||
title: "Restaurant & Service Chatbot",
|
||||
items: [
|
||||
"WhatsApp & Instagram DM",
|
||||
"24/7 availability",
|
||||
"Multi-language support",
|
||||
"Booking integration",
|
||||
"Order management",
|
||||
],
|
||||
id: "chatbot", label: "Chatbot", title: "Restaurant & Service Chatbot", items: [
|
||||
"WhatsApp & Instagram DM", "24/7 availability", "Multi-language support", "Booking integration", "Order management"],
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "repurposing",
|
||||
label: "Content",
|
||||
title: "Content Repurposing Engine",
|
||||
items: [
|
||||
"Podcast to multi-format",
|
||||
"Auto-generated scripts",
|
||||
"Short clip creation",
|
||||
"HeyGen avatar delivery",
|
||||
"Multi-platform scheduling",
|
||||
],
|
||||
id: "repurposing", label: "Content", title: "Content Repurposing Engine", items: [
|
||||
"Podcast to multi-format", "Auto-generated scripts", "Short clip creation", "HeyGen avatar delivery", "Multi-platform scheduling"],
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "operations",
|
||||
label: "Operations",
|
||||
title: "Internal Operations Assistant",
|
||||
items: [
|
||||
"Slack/Teams integration",
|
||||
"HR query handling",
|
||||
"IT request processing",
|
||||
"Invoice automation",
|
||||
"Employee onboarding",
|
||||
],
|
||||
id: "operations", label: "Operations", title: "Internal Operations Assistant", items: [
|
||||
"Slack/Teams integration", "HR query handling", "IT request processing", "Invoice automation", "Employee onboarding"],
|
||||
buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
]}
|
||||
@@ -145,94 +111,40 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
plans={[
|
||||
{
|
||||
id: "landing",
|
||||
badge: "Starter",
|
||||
badgeIcon: undefined,
|
||||
price: "6,900 kr",
|
||||
subtitle: "Perfect for new online presence",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "landing", badge: "Starter", badgeIcon: undefined,
|
||||
price: "6,900 kr", subtitle: "Perfect for new online presence", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Landing page design",
|
||||
"Responsive layout",
|
||||
"Basic SEO optimization",
|
||||
"Contact form",
|
||||
"1 month support",
|
||||
],
|
||||
"Landing page design", "Responsive layout", "Basic SEO optimization", "Contact form", "1 month support"],
|
||||
},
|
||||
{
|
||||
id: "landing-backend",
|
||||
badge: "Professional",
|
||||
badgeIcon: undefined,
|
||||
price: "11,900 kr",
|
||||
subtitle: "Add backend functionality",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "landing-backend", badge: "Professional", badgeIcon: undefined,
|
||||
price: "11,900 kr", subtitle: "Add backend functionality", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Landing page + backend",
|
||||
"Database integration",
|
||||
"User authentication",
|
||||
"Email notifications",
|
||||
"3 months support",
|
||||
],
|
||||
"Landing page + backend", "Database integration", "User authentication", "Email notifications", "3 months support"],
|
||||
},
|
||||
{
|
||||
id: "business-website",
|
||||
badge: "Business",
|
||||
badgeIcon: undefined,
|
||||
price: "19,900 kr",
|
||||
subtitle: "Full-featured business site",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "business-website", badge: "Business", badgeIcon: undefined,
|
||||
price: "19,900 kr", subtitle: "Full-featured business site", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Complete business website",
|
||||
"Content management system",
|
||||
"Blog functionality",
|
||||
"Analytics dashboard",
|
||||
"6 months support",
|
||||
],
|
||||
"Complete business website", "Content management system", "Blog functionality", "Analytics dashboard", "6 months support"],
|
||||
},
|
||||
{
|
||||
id: "business-ai",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: undefined,
|
||||
price: "29,900 kr",
|
||||
subtitle: "Business + AI capabilities",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "business-ai", badge: "Enterprise", badgeIcon: undefined,
|
||||
price: "29,900 kr", subtitle: "Business + AI capabilities", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"All Business features",
|
||||
"AI chatbot integration",
|
||||
"Lead generation AI",
|
||||
"Content automation",
|
||||
"12 months priority support",
|
||||
],
|
||||
"All Business features", "AI chatbot integration", "Lead generation AI", "Content automation", "12 months priority support"],
|
||||
},
|
||||
{
|
||||
id: "restaurant",
|
||||
badge: "Restaurants",
|
||||
badgeIcon: undefined,
|
||||
price: "12,900 kr",
|
||||
subtitle: "Restaurant website",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "restaurant", badge: "Restaurants", badgeIcon: undefined,
|
||||
price: "12,900 kr", subtitle: "Restaurant website", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Restaurant website",
|
||||
"Menu showcase",
|
||||
"Contact integration",
|
||||
"Image gallery",
|
||||
"3 months support",
|
||||
],
|
||||
"Restaurant website", "Menu showcase", "Contact integration", "Image gallery", "3 months support"],
|
||||
},
|
||||
{
|
||||
id: "restaurant-booking",
|
||||
badge: "Restaurant Pro",
|
||||
badgeIcon: undefined,
|
||||
price: "17,900 kr",
|
||||
subtitle: "Add booking system",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "restaurant-booking", badge: "Restaurant Pro", badgeIcon: undefined,
|
||||
price: "17,900 kr", subtitle: "Add booking system", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Restaurant website",
|
||||
"Online booking system",
|
||||
"Reservation management",
|
||||
"Table management",
|
||||
"6 months support",
|
||||
],
|
||||
"Restaurant website", "Online booking system", "Reservation management", "Table management", "6 months support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -263,59 +175,29 @@ export default function HomePage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-satisfied-saa-1772642363940-72016f3c.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-satisfied-saa-1772642363940-72016f3c.png?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-exec-1772642363801-3b68eb87.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-exec-1772642363801-3b68eb87.png?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-tech-entrepre-1772642364491-097f9d0c.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-tech-entrepre-1772642364491-097f9d0c.png?_wi=1"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-mana-1772642364510-e350b1e9.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-mana-1772642364510-e350b1e9.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Brown",
|
||||
role: "Operations Lead",
|
||||
company: "BusinessPro",
|
||||
rating: 5,
|
||||
id: "5", name: "Jessica Brown", role: "Operations Lead", company: "BusinessPro", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-marketing-dir-1772642367149-664972de.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-marketing-dir-1772642367149-664972de.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas Anderson",
|
||||
role: "Founder",
|
||||
company: "ScaleUp Inc",
|
||||
rating: 5,
|
||||
id: "6", name: "Thomas Anderson", role: "Founder", company: "ScaleUp Inc", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-owne-1772642364083-93d50595.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AULeTOnHPA2jZEbKWQJj2mbbdT/professional-headshot-of-a-business-owne-1772642364083-93d50595.png"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -330,41 +212,23 @@ export default function HomePage() {
|
||||
sideDescription="Get answers to common questions about Cloudhead solutions, pricing, and implementation."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is included in the AI SDR package?",
|
||||
content:
|
||||
"The AI SDR monitors LinkedIn, email, and form submissions, qualifies leads through WhatsApp and email conversations, books calls directly into your calendar, and sends automatic follow-ups. It replaces a $50-80k/year SDR salary and costs $2-5k/month.",
|
||||
},
|
||||
id: "1", title: "What is included in the AI SDR package?", content:
|
||||
"The AI SDR monitors LinkedIn, email, and form submissions, qualifies leads through WhatsApp and email conversations, books calls directly into your calendar, and sends automatic follow-ups. It replaces a $50-80k/year SDR salary and costs $2-5k/month."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can the restaurant chatbot handle multiple languages?",
|
||||
content:
|
||||
"Yes! Our restaurant chatbot supports multiple languages and integrates with WhatsApp, Instagram DM, existing booking systems, and POS systems. It works 24/7 to handle bookings, orders, and FAQs.",
|
||||
},
|
||||
id: "2", title: "Can the restaurant chatbot handle multiple languages?", content:
|
||||
"Yes! Our restaurant chatbot supports multiple languages and integrates with WhatsApp, Instagram DM, existing booking systems, and POS systems. It works 24/7 to handle bookings, orders, and FAQs."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How does the content repurposing engine work?",
|
||||
content:
|
||||
"Upload one piece of long-form content (podcast, blog, YouTube video), and our engine automatically generates scripts, short clips, captions, and social posts. A HeyGen avatar delivers the content on camera, and everything is scheduled across your platforms.",
|
||||
},
|
||||
id: "3", title: "How does the content repurposing engine work?", content:
|
||||
"Upload one piece of long-form content (podcast, blog, YouTube video), and our engine automatically generates scripts, short clips, captions, and social posts. A HeyGen avatar delivers the content on camera, and everything is scheduled across your platforms."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What add-ons are available?",
|
||||
content:
|
||||
"We offer AI-bot integration (+9k), Booking system (+5k), and Maintenance packages (990 kr/month). These can be added to any base package to extend functionality.",
|
||||
},
|
||||
id: "4", title: "What add-ons are available?", content:
|
||||
"We offer AI-bot integration (+9k), Booking system (+5k), and Maintenance packages (990 kr/month). These can be added to any base package to extend functionality."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer whitelabel solutions?",
|
||||
content:
|
||||
"Yes! We provide whitelabel solutions and AI implementations for agencies and resellers who want to offer these services under their own branding.",
|
||||
},
|
||||
id: "5", title: "Do you offer whitelabel solutions?", content:
|
||||
"Yes! We provide whitelabel solutions and AI implementations for agencies and resellers who want to offer these services under their own branding."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What is the implementation timeline?",
|
||||
content:
|
||||
"Most websites are live within 2-4 weeks. AI integrations may take 1-2 weeks additional for setup and testing. We provide comprehensive onboarding for all new clients.",
|
||||
},
|
||||
id: "6", title: "What is the implementation timeline?", content:
|
||||
"Most websites are live within 2-4 weeks. AI integrations may take 1-2 weeks additional for setup and testing. We provide comprehensive onboarding for all new clients."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
@@ -390,8 +254,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "AI Sales Development", href: "#" },
|
||||
{ label: "Chatbot Services", href: "#" },
|
||||
{ label: "Content Repurposing", href: "#" },
|
||||
@@ -399,8 +262,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Website Packages", href: "#" },
|
||||
{ label: "Add-ons", href: "#" },
|
||||
{ label: "Whitelabel", href: "#" },
|
||||
@@ -408,8 +270,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -417,8 +278,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -432,4 +292,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,9 +36,7 @@ export default function PricingPage() {
|
||||
brandName="Cloudhead"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Get Started", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,94 +48,40 @@ export default function PricingPage() {
|
||||
tagIcon={Zap}
|
||||
plans={[
|
||||
{
|
||||
id: "landing",
|
||||
badge: "Starter",
|
||||
badgeIcon: undefined,
|
||||
price: "6,900 kr",
|
||||
subtitle: "Perfect for new online presence",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "landing", badge: "Starter", badgeIcon: undefined,
|
||||
price: "6,900 kr", subtitle: "Perfect for new online presence", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Landing page design",
|
||||
"Responsive layout",
|
||||
"Basic SEO optimization",
|
||||
"Contact form",
|
||||
"1 month support",
|
||||
],
|
||||
"Landing page design", "Responsive layout", "Basic SEO optimization", "Contact form", "1 month support"],
|
||||
},
|
||||
{
|
||||
id: "landing-backend",
|
||||
badge: "Professional",
|
||||
badgeIcon: undefined,
|
||||
price: "11,900 kr",
|
||||
subtitle: "Add backend functionality",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "landing-backend", badge: "Professional", badgeIcon: undefined,
|
||||
price: "11,900 kr", subtitle: "Add backend functionality", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Landing page + backend",
|
||||
"Database integration",
|
||||
"User authentication",
|
||||
"Email notifications",
|
||||
"3 months support",
|
||||
],
|
||||
"Landing page + backend", "Database integration", "User authentication", "Email notifications", "3 months support"],
|
||||
},
|
||||
{
|
||||
id: "business-website",
|
||||
badge: "Business",
|
||||
badgeIcon: undefined,
|
||||
price: "19,900 kr",
|
||||
subtitle: "Full-featured business site",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "business-website", badge: "Business", badgeIcon: undefined,
|
||||
price: "19,900 kr", subtitle: "Full-featured business site", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Complete business website",
|
||||
"Content management system",
|
||||
"Blog functionality",
|
||||
"Analytics dashboard",
|
||||
"6 months support",
|
||||
],
|
||||
"Complete business website", "Content management system", "Blog functionality", "Analytics dashboard", "6 months support"],
|
||||
},
|
||||
{
|
||||
id: "business-ai",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: undefined,
|
||||
price: "29,900 kr",
|
||||
subtitle: "Business + AI capabilities",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "business-ai", badge: "Enterprise", badgeIcon: undefined,
|
||||
price: "29,900 kr", subtitle: "Business + AI capabilities", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"All Business features",
|
||||
"AI chatbot integration",
|
||||
"Lead generation AI",
|
||||
"Content automation",
|
||||
"12 months priority support",
|
||||
],
|
||||
"All Business features", "AI chatbot integration", "Lead generation AI", "Content automation", "12 months priority support"],
|
||||
},
|
||||
{
|
||||
id: "restaurant",
|
||||
badge: "Restaurants",
|
||||
badgeIcon: undefined,
|
||||
price: "12,900 kr",
|
||||
subtitle: "Restaurant website",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "restaurant", badge: "Restaurants", badgeIcon: undefined,
|
||||
price: "12,900 kr", subtitle: "Restaurant website", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Restaurant website",
|
||||
"Menu showcase",
|
||||
"Contact integration",
|
||||
"Image gallery",
|
||||
"3 months support",
|
||||
],
|
||||
"Restaurant website", "Menu showcase", "Contact integration", "Image gallery", "3 months support"],
|
||||
},
|
||||
{
|
||||
id: "restaurant-booking",
|
||||
badge: "Restaurant Pro",
|
||||
badgeIcon: undefined,
|
||||
price: "17,900 kr",
|
||||
subtitle: "Add booking system",
|
||||
buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "restaurant-booking", badge: "Restaurant Pro", badgeIcon: undefined,
|
||||
price: "17,900 kr", subtitle: "Add booking system", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"Restaurant website",
|
||||
"Online booking system",
|
||||
"Reservation management",
|
||||
"Table management",
|
||||
"6 months support",
|
||||
],
|
||||
"Restaurant website", "Online booking system", "Reservation management", "Table management", "6 months support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -152,41 +96,23 @@ export default function PricingPage() {
|
||||
sideDescription="Find answers to common questions about our plans, billing, and add-ons."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's included in the support packages?",
|
||||
content:
|
||||
"Support includes email assistance, bug fixes, performance monitoring, and quarterly optimization reviews. Premium tiers get priority response times and dedicated account managers.",
|
||||
},
|
||||
id: "1", title: "What's included in the support packages?", content:
|
||||
"Support includes email assistance, bug fixes, performance monitoring, and quarterly optimization reviews. Premium tiers get priority response times and dedicated account managers."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I upgrade or downgrade my plan?",
|
||||
content:
|
||||
"Absolutely! You can upgrade anytime with prorated billing. Downgrades take effect at your next billing cycle. No penalties or cancellation fees.",
|
||||
},
|
||||
id: "2", title: "Can I upgrade or downgrade my plan?", content:
|
||||
"Absolutely! You can upgrade anytime with prorated billing. Downgrades take effect at your next billing cycle. No penalties or cancellation fees."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there volume discounts for multiple solutions?",
|
||||
content:
|
||||
"Yes! Bundles of 2+ solutions receive 15% discount. Enterprise customers with 5+ integrations get customized pricing. Contact our sales team for details.",
|
||||
},
|
||||
id: "3", title: "Are there volume discounts for multiple solutions?", content:
|
||||
"Yes! Bundles of 2+ solutions receive 15% discount. Enterprise customers with 5+ integrations get customized pricing. Contact our sales team for details."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards, bank transfers, and cryptocurrency payments. Annual billing saves 10%. Invoicing available for enterprise accounts.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards, bank transfers, and cryptocurrency payments. Annual billing saves 10%. Invoicing available for enterprise accounts."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a free trial available?",
|
||||
content:
|
||||
"Yes! All plans include a 14-day free trial with full feature access. No credit card required. Perfect for testing before committing.",
|
||||
},
|
||||
id: "5", title: "Is there a free trial available?", content:
|
||||
"Yes! All plans include a 14-day free trial with full feature access. No credit card required. Perfect for testing before committing."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What happens if I exceed usage limits?",
|
||||
content:
|
||||
"We'll notify you before overage charges. You can upgrade to a higher tier instantly. Custom plans available for enterprise-scale usage.",
|
||||
},
|
||||
id: "6", title: "What happens if I exceed usage limits?", content:
|
||||
"We'll notify you before overage charges. You can upgrade to a higher tier instantly. Custom plans available for enterprise-scale usage."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
@@ -212,8 +138,7 @@ export default function PricingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "AI Sales Development", href: "#" },
|
||||
{ label: "Chatbot Services", href: "#" },
|
||||
{ label: "Content Repurposing", href: "#" },
|
||||
@@ -221,8 +146,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Website Packages", href: "#" },
|
||||
{ label: "Add-ons", href: "#" },
|
||||
{ label: "Whitelabel", href: "#" },
|
||||
@@ -230,8 +154,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -239,8 +162,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -254,4 +176,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,9 +36,7 @@ export default function SolutionsPage() {
|
||||
brandName="Cloudhead"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Get Started", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,52 +44,24 @@ export default function SolutionsPage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "ai-sdr",
|
||||
label: "AI SDR",
|
||||
title: "AI Sales Development Representative - Complete Solution",
|
||||
items: [
|
||||
"Multi-channel lead monitoring (LinkedIn, email, forms)",
|
||||
"Intelligent WhatsApp/Email qualification",
|
||||
"Direct calendar booking automation",
|
||||
"Smart automatic follow-up sequences",
|
||||
"Full CRM integration",
|
||||
"Performance analytics and reporting",
|
||||
"Custom lead scoring",
|
||||
],
|
||||
id: "ai-sdr", label: "AI SDR", title: "AI Sales Development Representative - Complete Solution", items: [
|
||||
"Multi-channel lead monitoring (LinkedIn, email, forms)", "Intelligent WhatsApp/Email qualification", "Direct calendar booking automation", "Smart automatic follow-up sequences", "Full CRM integration", "Performance analytics and reporting", "Custom lead scoring"],
|
||||
buttons: [
|
||||
{ text: "Learn More", href: "#" },
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "chatbot",
|
||||
label: "Chatbot",
|
||||
title: "Restaurant & Service Chatbot - Always On",
|
||||
items: [
|
||||
"WhatsApp & Instagram DM integration",
|
||||
"True 24/7 availability",
|
||||
"15+ language support",
|
||||
"Advanced booking system integration",
|
||||
"Smart order management",
|
||||
"Customer database building",
|
||||
],
|
||||
id: "chatbot", label: "Chatbot", title: "Restaurant & Service Chatbot - Always On", items: [
|
||||
"WhatsApp & Instagram DM integration", "True 24/7 availability", "15+ language support", "Advanced booking system integration", "Smart order management", "Customer database building"],
|
||||
buttons: [
|
||||
{ text: "View Demo", href: "#" },
|
||||
{ text: "Get Started", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "repurposing",
|
||||
label: "Content",
|
||||
title: "Content Repurposing Engine - Scale Your Reach",
|
||||
items: [
|
||||
"Convert podcasts to viral short-form",
|
||||
"Auto-generate engaging scripts",
|
||||
"Professional short clip creation",
|
||||
"HeyGen AI avatar delivery",
|
||||
"Multi-platform scheduling",
|
||||
"SEO-optimized captions",
|
||||
],
|
||||
id: "repurposing", label: "Content", title: "Content Repurposing Engine - Scale Your Reach", items: [
|
||||
"Convert podcasts to viral short-form", "Auto-generate engaging scripts", "Professional short clip creation", "HeyGen AI avatar delivery", "Multi-platform scheduling", "SEO-optimized captions"],
|
||||
buttons: [
|
||||
{ text: "Explore Features", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
@@ -138,8 +108,7 @@ export default function SolutionsPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "AI Sales Development", href: "#" },
|
||||
{ label: "Chatbot Services", href: "#" },
|
||||
{ label: "Content Repurposing", href: "#" },
|
||||
@@ -147,8 +116,7 @@ export default function SolutionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Website Packages", href: "#" },
|
||||
{ label: "Add-ons", href: "#" },
|
||||
{ label: "Whitelabel", href: "#" },
|
||||
@@ -156,8 +124,7 @@ export default function SolutionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -165,8 +132,7 @@ export default function SolutionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -180,4 +146,4 @@ export default function SolutionsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--background: #f0f8ff;
|
||||
--card: #e8f4fe;
|
||||
--foreground: #001a33;
|
||||
--primary-cta: #0066cc;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--accent: #4da6ff;
|
||||
--background-accent: #b3d9ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user