Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Activity, Award, Brain, Code, DollarSign, Link, Lock, MessageSquare, RefreshCw, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Activity, Award, Brain, Code, DollarSign, Link, Lock, MessageSquare, RefreshCw, TrendingUp, Users, Zap, Sparkles, Network } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,10 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Features", id: "enrichment" },
|
||||
{ name: "How It Works", id: "chores" },
|
||||
{ name: "Why Calden", id: "wins" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Testimonials", id: "wins" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
{ text: "Watch Demo", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773152386120-9df43840.png?_wi=1", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme."
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773152386120-9df43840.png", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme."
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/abstract-visualization-of-a-unified-reve-1773152386300-6f845c99.png", imageAlt: "Abstract visualization of a unified revenue graph with interconnected nodes representing companies."
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/side-by-side-comparison-visualization-sh-1773152385990-f5f9b296.png", imageAlt: "Side-by-side comparison visualization showing traditional platforms vs Calden."
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773152386120-9df43840.png?_wi=2", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme."
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773152386120-9df43840.png", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme."
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
title="Enrich Anything. On Demand."
|
||||
description="Stop pre-storing stale fields. Ask for any field dynamically and Calden finds reliable public sources, validates them, and attaches them to your records."
|
||||
tag="Dynamic Enrichment"
|
||||
tagIcon={Zap}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
title="Integrates with Your Entire Stack"
|
||||
description="Connect your data sources. Calden normalizes, deduplicates, enriches, scores, and activates it across your entire revenue infrastructure."
|
||||
tag="Integrations"
|
||||
tagIcon={Zap}
|
||||
tagIcon={Network}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
{ text: "Start Building Today", href: "#" },
|
||||
{ text: "Schedule a Demo", href: "#" }
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,8 +219,8 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Features", href: "#enrichment" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Status", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user