Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,10 +44,7 @@ export default function AboutPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Founded on principles of" },
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/minimalist-logo-with-green-color-represe-1772516675043-86fda967.png",
|
||||
alt: "Clearsite core values",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/minimalist-logo-with-green-color-represe-1772516675043-86fda967.png", alt: "Clearsite core values"},
|
||||
{ type: "text", content: "transparency and innovation" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -69,37 +66,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "18",
|
||||
title: "Years of Innovation",
|
||||
items: [
|
||||
"Founded in 2007 with a vision",
|
||||
"Pioneering cloud solutions",
|
||||
"Continuous platform evolution",
|
||||
"Thought leadership in industry",
|
||||
],
|
||||
id: "1", value: "18", title: "Years of Innovation", items: [
|
||||
"Founded in 2007 with a vision", "Pioneering cloud solutions", "Continuous platform evolution", "Thought leadership in industry"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Enterprise Partnerships",
|
||||
items: [
|
||||
"Global clientele across sectors",
|
||||
"Multi-continent operations",
|
||||
"Strategic industry alliances",
|
||||
"Growing partner ecosystem",
|
||||
],
|
||||
id: "2", value: "500+", title: "Enterprise Partnerships", items: [
|
||||
"Global clientele across sectors", "Multi-continent operations", "Strategic industry alliances", "Growing partner ecosystem"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "200+",
|
||||
title: "Expert Team Members",
|
||||
items: [
|
||||
"Diverse talent backgrounds",
|
||||
"Certified professionals",
|
||||
"Continuous learning culture",
|
||||
"Customer-first mindset",
|
||||
],
|
||||
id: "3", value: "200+", title: "Expert Team Members", items: [
|
||||
"Diverse talent backgrounds", "Certified professionals", "Continuous learning culture", "Customer-first mindset"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -120,11 +96,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
names={["Microsoft", "Google", "Amazon", "Slack"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,7 +45,7 @@ export default function ContactPage() {
|
||||
description="Connect with our enterprise solutions team to explore how Clearsite Solutions can accelerate your organization's digital transformation journey. Schedule a personalized consultation or start your 14-day free trial today."
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Start Free Trial"
|
||||
@@ -63,21 +63,11 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Long wait times for responses",
|
||||
"Limited support availability",
|
||||
"One-size-fits-all solutions",
|
||||
"Complicated onboarding process",
|
||||
"No dedicated account management",
|
||||
],
|
||||
"Long wait times for responses", "Limited support availability", "One-size-fits-all solutions", "Complicated onboarding process", "No dedicated account management"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24/7 dedicated support team",
|
||||
"Multi-channel communication",
|
||||
"Personalized solutions approach",
|
||||
"Smooth onboarding and setup",
|
||||
"Assigned account manager",
|
||||
],
|
||||
"24/7 dedicated support team", "Multi-channel communication", "Personalized solutions approach", "Smooth onboarding and setup", "Assigned account manager"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Clearsite Solutions - Enterprise Business Intelligence Platform",
|
||||
description: "Transform your business with Clearsite Solutions. Cloud-native platform for enterprise business intelligence, workflow automation, and scalable infrastructure. Trusted by Fortune 500 companies.",
|
||||
keywords: "business intelligence, cloud solutions, enterprise software, workflow automation, SaaS platform, analytics, business intelligence platform",
|
||||
robots: {
|
||||
title: "Clearsite Solutions - Enterprise Business Intelligence Platform", description: "Transform your business with Clearsite Solutions. Cloud-native platform for enterprise business intelligence, workflow automation, and scalable infrastructure. Trusted by Fortune 500 companies.", keywords: "business intelligence, cloud solutions, enterprise software, workflow automation, SaaS platform, analytics, business intelligence platform", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Clearsite Solutions - Enterprise Business Intelligence",
|
||||
description: "Cloud-native business intelligence platform trusted by 500+ enterprises worldwide.",
|
||||
url: "https://clearsite-solutions.com",
|
||||
siteName: "Clearsite Solutions",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Clearsite Solutions - Enterprise Business Intelligence", description: "Cloud-native business intelligence platform trusted by 500+ enterprises worldwide.", url: "https://clearsite-solutions.com", siteName: "Clearsite Solutions", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png",
|
||||
alt: "Clearsite Solutions Platform",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", alt: "Clearsite Solutions Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Clearsite Solutions - Enterprise Platform",
|
||||
description: "Transform business operations with intelligent cloud solutions.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Clearsite Solutions - Enterprise Platform", description: "Transform business operations with intelligent cloud solutions.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
182
src/app/page.tsx
182
src/app/page.tsx
@@ -8,6 +8,8 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, CheckCircle, Award, TrendingUp, Star, Heart, Zap, Linkedin, Twitter, Github } from "lucide-react";
|
||||
@@ -20,7 +22,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,42 +51,26 @@ export default function HomePage() {
|
||||
tag="Enterprise Solutions"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png?_wi=1",
|
||||
imageAlt: "Business analytics dashboard",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", imageAlt: "Business analytics dashboard"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png?_wi=1",
|
||||
imageAlt: "Cloud infrastructure",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png", imageAlt: "Cloud infrastructure"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png?_wi=1",
|
||||
imageAlt: "Project management interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png", imageAlt: "Project management interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png?_wi=1",
|
||||
imageAlt: "Enterprise metrics platform",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png", imageAlt: "Enterprise metrics platform"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png?_wi=1",
|
||||
imageAlt: "Team collaboration software",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png", imageAlt: "Team collaboration software"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-analytics-platform-with-green-p-1772516675254-fb048911.png",
|
||||
imageAlt: "Performance analytics",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-analytics-platform-with-green-p-1772516675254-fb048911.png", imageAlt: "Performance analytics"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png?_wi=1",
|
||||
imageAlt: "Security monitoring",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png", imageAlt: "Security monitoring"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-workflow-automation-platform--1772516680184-297aac75.png",
|
||||
imageAlt: "Workflow automation",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-workflow-automation-platform--1772516680184-297aac75.png", imageAlt: "Workflow automation"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
@@ -101,10 +87,7 @@ export default function HomePage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Clarity through" },
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/abstract-geometric-logo-combining-a-gree-1772516681381-98c46218.png",
|
||||
alt: "Clearsite logo",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/abstract-geometric-logo-combining-a-gree-1772516681381-98c46218.png", alt: "Clearsite logo"},
|
||||
{ type: "text", content: "innovation and expertise" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -126,35 +109,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clearsite",
|
||||
name: "Intelligence Platform",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png?_wi=2",
|
||||
imageAlt: "Intelligence Platform",
|
||||
},
|
||||
id: "1", brand: "Clearsite", name: "Intelligence Platform", price: "Enterprise", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", imageAlt: "Intelligence Platform"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clearsite",
|
||||
name: "Cloud Infrastructure",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png?_wi=2",
|
||||
imageAlt: "Cloud Infrastructure",
|
||||
},
|
||||
id: "2", brand: "Clearsite", name: "Cloud Infrastructure", price: "Enterprise", rating: 5,
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png", imageAlt: "Cloud Infrastructure"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Clearsite",
|
||||
name: "Workflow Automation",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "756",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png?_wi=2",
|
||||
imageAlt: "Workflow Automation",
|
||||
},
|
||||
id: "3", brand: "Clearsite", name: "Workflow Automation", price: "Enterprise", rating: 5,
|
||||
reviewCount: "756", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png", imageAlt: "Workflow Automation"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -175,21 +137,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Legacy systems with slow updates",
|
||||
"Limited scalability and flexibility",
|
||||
"Poor user experience and adoption",
|
||||
"Hidden costs and inflexible pricing",
|
||||
"Inconsistent support quality",
|
||||
],
|
||||
"Legacy systems with slow updates", "Limited scalability and flexibility", "Poor user experience and adoption", "Hidden costs and inflexible pricing", "Inconsistent support quality"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Modern cloud-native architecture",
|
||||
"Infinite scalability as you grow",
|
||||
"Intuitive design drives adoption",
|
||||
"Transparent, flexible pricing",
|
||||
"24/7 dedicated support team",
|
||||
],
|
||||
"Modern cloud-native architecture", "Infinite scalability as you grow", "Intuitive design drives adoption", "Transparent, flexible pricing", "24/7 dedicated support team"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -209,48 +161,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Enterprise Clients Worldwide",
|
||||
items: [
|
||||
"Operating across 45+ countries",
|
||||
"Multiple industry verticals served",
|
||||
"Average 99.9% uptime SLA",
|
||||
"Trusted by Fortune 500 companies",
|
||||
],
|
||||
id: "1", value: "500+", title: "Enterprise Clients Worldwide", items: [
|
||||
"Operating across 45+ countries", "Multiple industry verticals served", "Average 99.9% uptime SLA", "Trusted by Fortune 500 companies"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "8.5M+",
|
||||
title: "Users Active Monthly",
|
||||
items: [
|
||||
"Processing billions of transactions",
|
||||
"Supporting 24/7 operations globally",
|
||||
"Real-time data analytics",
|
||||
"Seamless collaboration across teams",
|
||||
],
|
||||
id: "2", value: "8.5M+", title: "Users Active Monthly", items: [
|
||||
"Processing billions of transactions", "Supporting 24/7 operations globally", "Real-time data analytics", "Seamless collaboration across teams"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "340%",
|
||||
title: "Average ROI",
|
||||
items: [
|
||||
"Within first 12 months of deployment",
|
||||
"Reduced operational costs by 45%",
|
||||
"Increased productivity by 60%",
|
||||
"Faster time-to-market initiatives",
|
||||
],
|
||||
id: "3", value: "340%", title: "Average ROI", items: [
|
||||
"Within first 12 months of deployment", "Reduced operational costs by 45%", "Increased productivity by 60%", "Faster time-to-market initiatives"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "18yrs",
|
||||
title: "Industry Leadership",
|
||||
items: [
|
||||
"Continuous innovation and updates",
|
||||
"Award-winning platform design",
|
||||
"Enterprise-grade security",
|
||||
"Committed to customer success",
|
||||
],
|
||||
id: "4", value: "18yrs", title: "Industry Leadership", items: [
|
||||
"Continuous innovation and updates", "Award-winning platform design", "Enterprise-grade security", "Committed to customer success"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -271,15 +195,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
names={["Microsoft", "Google", "Amazon", "Slack", "Salesforce", "Adobe", "IBM", "Apple"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/salesforce-company-logo-professional-hig-1772516675444-082a9de6.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/adobe-company-logo-professional-high-qua-1772516679718-ecb7d4fb.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/ibm-company-logo-professional-high-quali-1772516674947-d01c96bf.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/apple-company-logo-professional-high-qua-1772516674987-ce9a4d27.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/microsoft-company-logo-professional-high-1772516674652-2b5aea9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/google-company-logo-professional-high-qu-1772516674717-aab008d6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/amazon-company-logo-professional-high-qu-1772516674053-0a17fddb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/slack-company-logo-professional-high-qua-1772516675988-45298cc1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/salesforce-company-logo-professional-hig-1772516675444-082a9de6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/adobe-company-logo-professional-high-qua-1772516679718-ecb7d4fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/ibm-company-logo-professional-high-quali-1772516674947-d01c96bf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/apple-company-logo-professional-high-qua-1772516674987-ce9a4d27.png"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -292,41 +208,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-in-busi-1772516674434-004ccc18.png",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-in-busi-1772516674434-004ccc18.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-in-busine-1772516674361-dd0deca7.png",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-in-busine-1772516674361-dd0deca7.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-with-di-1772516674706-24a85786.png",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-with-di-1772516674706-24a85786.png", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-with-dive-1772516676290-3638df29.png",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-with-dive-1772516676290-3638df29.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Walsh",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-in-exec-1772516674916-5cc16747.png",
|
||||
imageAlt: "Jennifer Walsh",
|
||||
},
|
||||
id: "5", name: "Jennifer Walsh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-woman-in-exec-1772516674916-5cc16747.png", imageAlt: "Jennifer Walsh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-in-busine-1772516674958-70c5413c.png",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/professional-headshot-of-a-man-in-busine-1772516674958-70c5413c.png", imageAlt: "Robert Thompson"},
|
||||
]}
|
||||
cardTitle="Over 10,000 enterprise teams trust Clearsite Solutions for their most critical business operations"
|
||||
cardTag="Customer Success Stories"
|
||||
@@ -344,7 +236,7 @@ export default function HomePage() {
|
||||
description="Join hundreds of leading enterprises that have already accelerated their growth with Clearsite Solutions. Start your free trial or schedule a personalized demo."
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Start Free Trial"
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,65 +48,23 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clearsite",
|
||||
name: "Business Intelligence Platform",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png?_wi=3",
|
||||
imageAlt: "Business Intelligence Platform",
|
||||
},
|
||||
id: "1", brand: "Clearsite", name: "Business Intelligence Platform", price: "Enterprise", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/modern-business-dashboard-interface-with-1772516676392-2c8472f0.png", imageAlt: "Business Intelligence Platform"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clearsite",
|
||||
name: "Cloud Infrastructure Services",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png?_wi=3",
|
||||
imageAlt: "Cloud Infrastructure Services",
|
||||
},
|
||||
id: "2", brand: "Clearsite", name: "Cloud Infrastructure Services", price: "Enterprise", rating: 5,
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/cloud-infrastructure-visualization-with--1772516675125-02217a42.png", imageAlt: "Cloud Infrastructure Services"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Clearsite",
|
||||
name: "Workflow Automation Suite",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "756",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png?_wi=3",
|
||||
imageAlt: "Workflow Automation Suite",
|
||||
},
|
||||
id: "3", brand: "Clearsite", name: "Workflow Automation Suite", price: "Enterprise", rating: 5,
|
||||
reviewCount: "756", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/business-solutions-software-interface-wi-1772516676120-7b631d81.png", imageAlt: "Workflow Automation Suite"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Clearsite",
|
||||
name: "Data Analytics Engine",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "650",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png?_wi=2",
|
||||
imageAlt: "Data Analytics Engine",
|
||||
},
|
||||
id: "4", brand: "Clearsite", name: "Data Analytics Engine", price: "Enterprise", rating: 5,
|
||||
reviewCount: "650", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/enterprise-software-platform-with-green--1772516676198-9c42138b.png", imageAlt: "Data Analytics Engine"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Clearsite",
|
||||
name: "Team Collaboration Hub",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "520",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png?_wi=2",
|
||||
imageAlt: "Team Collaboration Hub",
|
||||
},
|
||||
id: "5", brand: "Clearsite", name: "Team Collaboration Hub", price: "Enterprise", rating: 5,
|
||||
reviewCount: "520", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/team-collaboration-software-interface-wi-1772516677522-83a59e1d.png", imageAlt: "Team Collaboration Hub"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Clearsite",
|
||||
name: "Security & Compliance Suite",
|
||||
price: "Enterprise",
|
||||
rating: 5,
|
||||
reviewCount: "445",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png?_wi=2",
|
||||
imageAlt: "Security & Compliance Suite",
|
||||
},
|
||||
id: "6", brand: "Clearsite", name: "Security & Compliance Suite", price: "Enterprise", rating: 5,
|
||||
reviewCount: "445", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQEtePgTjOOkUc5XMNZRDHzneE/software-security-interface-with-green-a-1772516675385-f9841e2c.png", imageAlt: "Security & Compliance Suite"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -127,21 +85,11 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Fragmented point solutions requiring integration",
|
||||
"Complex implementation with long deployment cycles",
|
||||
"Steep learning curve for end users",
|
||||
"Scattered data without unified insights",
|
||||
"Limited customization options",
|
||||
],
|
||||
"Fragmented point solutions requiring integration", "Complex implementation with long deployment cycles", "Steep learning curve for end users", "Scattered data without unified insights", "Limited customization options"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fully integrated platform ecosystem",
|
||||
"Rapid deployment in weeks, not months",
|
||||
"Intuitive interface with minimal training",
|
||||
"Centralized data with real-time analytics",
|
||||
"Unlimited customization and scalability",
|
||||
],
|
||||
"Fully integrated platform ecosystem", "Rapid deployment in weeks, not months", "Intuitive interface with minimal training", "Centralized data with real-time analytics", "Unlimited customization and scalability"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -161,37 +109,16 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "92%",
|
||||
title: "Faster Deployment",
|
||||
items: [
|
||||
"Average 6-week implementation",
|
||||
"Pre-configured best practices",
|
||||
"Dedicated implementation team",
|
||||
"Continuous optimization support",
|
||||
],
|
||||
id: "1", value: "92%", title: "Faster Deployment", items: [
|
||||
"Average 6-week implementation", "Pre-configured best practices", "Dedicated implementation team", "Continuous optimization support"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "87%",
|
||||
title: "User Adoption Rate",
|
||||
items: [
|
||||
"Intuitive user interface design",
|
||||
"Comprehensive training programs",
|
||||
"Proactive support resources",
|
||||
"Community knowledge sharing",
|
||||
],
|
||||
id: "2", value: "87%", title: "User Adoption Rate", items: [
|
||||
"Intuitive user interface design", "Comprehensive training programs", "Proactive support resources", "Community knowledge sharing"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3.4x",
|
||||
title: "Productivity Increase",
|
||||
items: [
|
||||
"Automated routine processes",
|
||||
"Reduced manual data entry",
|
||||
"Streamlined workflows",
|
||||
"Better resource allocation",
|
||||
],
|
||||
id: "3", value: "3.4x", title: "Productivity Increase", items: [
|
||||
"Automated routine processes", "Reduced manual data entry", "Streamlined workflows", "Better resource allocation"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user