Update src/app/page.tsx
This commit is contained in:
298
src/app/page.tsx
298
src/app/page.tsx
@@ -34,49 +34,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Pain Points",
|
||||
id: "pain-points",
|
||||
},
|
||||
name: "Pain Points", id: "pain-points"},
|
||||
{
|
||||
name: "AI Demo",
|
||||
id: "ai-demo",
|
||||
},
|
||||
name: "AI Demo", id: "ai-demo"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "EN / NO", id: "#language-switcher"},
|
||||
{
|
||||
name: "EN / NO",
|
||||
id: "#language-switcher",
|
||||
},
|
||||
{
|
||||
name: "Try Free Demo",
|
||||
id: "#try-free-demo",
|
||||
},
|
||||
name: "Try Free Demo", id: "#try-free-demo"},
|
||||
]}
|
||||
brandName="Vaultly AI"
|
||||
/>
|
||||
@@ -88,39 +64,23 @@ export default function LandingPage() {
|
||||
description="The AI that chases your clients for missing documents — so you don't have to.\n\nFree 14-day trial. No credit card required. 5-minute setup."
|
||||
buttons={[
|
||||
{
|
||||
text: "Try Free Demo",
|
||||
href: "#try-free-demo",
|
||||
},
|
||||
text: "Try Free Demo", href: "#try-free-demo"},
|
||||
{
|
||||
text: "Watch How It Works",
|
||||
href: "#ai-demo",
|
||||
},
|
||||
text: "Watch How It Works", href: "#ai-demo"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg",
|
||||
imageAlt: "AI Accounting Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "AI Accounting Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062983.jpg",
|
||||
imageAlt: "AI Email Writer Interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062983.jpg", imageAlt: "AI Email Writer Interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg",
|
||||
imageAlt: "Smart Reminders System",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", imageAlt: "Smart Reminders System"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841693.jpg",
|
||||
imageAlt: "Secure Document Vault Illustration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841693.jpg", imageAlt: "Secure Document Vault Illustration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
|
||||
imageAlt: "Blocked Clients Management UI",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Blocked Clients Management UI"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-digital-marketing-solid-glyph-icon-presentation-vector-icons-illustration_1142-17871.jpg",
|
||||
imageAlt: "Vaultly AI Stylized Logo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-digital-marketing-solid-glyph-icon-presentation-vector-icons-illustration_1142-17871.jpg", imageAlt: "Vaultly AI Stylized Logo"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
/>
|
||||
@@ -132,20 +92,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"10+ hours/week chasing emails",
|
||||
"Year-end deadlines missed",
|
||||
"Same clients ghosting every quarter",
|
||||
],
|
||||
"10+ hours/week chasing emails", "Year-end deadlines missed", "Same clients ghosting every quarter"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Reclaim valuable time",
|
||||
"Meet every deadline with ease",
|
||||
"Consistent client responsiveness",
|
||||
],
|
||||
"Reclaim valuable time", "Meet every deadline with ease", "Consistent client responsiveness"],
|
||||
}}
|
||||
title="Stop chasing. Start closing."
|
||||
description="Built for accountants who are tired of playing receptionist. Vaultly AI eliminates the most frustrating parts of document collection."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,38 +118,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "demo-dashboard",
|
||||
brand: "Client Portal",
|
||||
name: "Client Dashboard",
|
||||
price: "Interactive Demo",
|
||||
rating: 5,
|
||||
reviewCount: "Live",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authority-government-pillar-graphic-concept_53876-124231.jpg",
|
||||
imageAlt: "Client Dashboard showing document progress",
|
||||
},
|
||||
id: "demo-dashboard", brand: "Client Portal", name: "Client Dashboard", price: "Interactive Demo", rating: 5,
|
||||
reviewCount: "Live", imageSrc: "http://img.b2bpic.net/free-photo/authority-government-pillar-graphic-concept_53876-124231.jpg", imageAlt: "Client Dashboard showing document progress"},
|
||||
{
|
||||
id: "demo-email-writer",
|
||||
brand: "AI Assistant",
|
||||
name: "AI Email Writer",
|
||||
price: "Simulated",
|
||||
rating: 5,
|
||||
reviewCount: "Real-time",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-futuristic-portrait_23-2151178956.jpg",
|
||||
imageAlt: "AI Email Writer interface",
|
||||
},
|
||||
id: "demo-email-writer", brand: "AI Assistant", name: "AI Email Writer", price: "Simulated", rating: 5,
|
||||
reviewCount: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-futuristic-portrait_23-2151178956.jpg", imageAlt: "AI Email Writer interface"},
|
||||
{
|
||||
id: "demo-blocked-clients",
|
||||
brand: "Workflow",
|
||||
name: "Blocked Clients",
|
||||
price: "Actionable",
|
||||
rating: 5,
|
||||
reviewCount: "Direct",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg",
|
||||
imageAlt: "Blocked Clients grid with 'Chase Now' buttons",
|
||||
},
|
||||
id: "demo-blocked-clients", brand: "Workflow", name: "Blocked Clients", price: "Actionable", rating: 5,
|
||||
reviewCount: "Direct", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg", imageAlt: "Blocked Clients grid with 'Chase Now' buttons"},
|
||||
]}
|
||||
title="Experience the Future of Document Collection"
|
||||
description="Vaultly AI puts an intelligent assistant on your team, managing client communications and document workflows with precision."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,13 +142,11 @@ export default function LandingPage() {
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"AI Email Writer: Craft perfectly-toned, persistent follow-up emails in seconds.",
|
||||
"Smart Reminders: Automated, intelligent nudges keep clients on track without manual effort.",
|
||||
"Document Vault: A secure, centralized hub for all client documents, accessible anywhere.",
|
||||
],
|
||||
"AI Email Writer: Craft perfectly-toned, persistent follow-up emails in seconds.", "Smart Reminders: Automated, intelligent nudges keep clients on track without manual effort.", "Document Vault: A secure, centralized hub for all client documents, accessible anywhere."],
|
||||
}}
|
||||
title="We chase. You close."
|
||||
description="Vaultly AI is more than just a tool. It's your unfair advantage in a competitive market, delivering these core capabilities:"
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,48 +156,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mari Eriksen",
|
||||
role: "Partner, Eriksen & Co.",
|
||||
testimonial: "Vaultly AI has fundamentally changed how we manage client documents. We’ve saved countless hours and our year-end process is smoother than ever. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
|
||||
imageAlt: "Mari Eriksen",
|
||||
},
|
||||
id: "1", name: "Mari Eriksen", role: "Partner, Eriksen & Co.", testimonial: "Vaultly AI has fundamentally changed how we manage client documents. We’ve saved countless hours and our year-end process is smoother than ever. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg", imageAlt: "Mari Eriksen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Stefan Olsen",
|
||||
role: "Principal, Olsen Regnskap",
|
||||
testimonial: "No more chasing. Vaultly AI handles it all, allowing my team to focus on high-value work. The personalized reminders are a game-changer for client responsiveness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg",
|
||||
imageAlt: "Stefan Olsen",
|
||||
},
|
||||
id: "2", name: "Stefan Olsen", role: "Principal, Olsen Regnskap", testimonial: "No more chasing. Vaultly AI handles it all, allowing my team to focus on high-value work. The personalized reminders are a game-changer for client responsiveness.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg", imageAlt: "Stefan Olsen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ingrid Bjornsen",
|
||||
role: "Founder, Bjornsen Rådgivning",
|
||||
testimonial: "As a founder, efficiency is key. Vaultly AI delivers, making document collection effortless and our client relationships stronger. It truly is the AI that chases so we don't have to.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg",
|
||||
imageAlt: "Ingrid Bjornsen",
|
||||
},
|
||||
id: "3", name: "Ingrid Bjornsen", role: "Founder, Bjornsen Rådgivning", testimonial: "As a founder, efficiency is key. Vaultly AI delivers, making document collection effortless and our client relationships stronger. It truly is the AI that chases so we don't have to.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg", imageAlt: "Ingrid Bjornsen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lars Haugen",
|
||||
role: "Senior Accountant, Haugen Consulting",
|
||||
testimonial: "Before Vaultly AI, I dreaded quarter-end. Now, the platform manages all communication, and documents arrive on time. It's transformed our operational flow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-blazer-sitting-desk-office-with-laptop-looking-camera_1098-20318.jpg",
|
||||
imageAlt: "Lars Haugen",
|
||||
},
|
||||
id: "4", name: "Lars Haugen", role: "Senior Accountant, Haugen Consulting", testimonial: "Before Vaultly AI, I dreaded quarter-end. Now, the platform manages all communication, and documents arrive on time. It's transformed our operational flow.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-blazer-sitting-desk-office-with-laptop-looking-camera_1098-20318.jpg", imageAlt: "Lars Haugen"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anne Marie Johansen",
|
||||
role: "Operations Manager, Johansen & Partners",
|
||||
testimonial: "Implementation was a breeze, and the results were immediate. Our client satisfaction has improved, and so has our internal team morale. A fantastic investment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageAlt: "Anne Marie Johansen",
|
||||
},
|
||||
id: "5", name: "Anne Marie Johansen", role: "Operations Manager, Johansen & Partners", testimonial: "Implementation was a breeze, and the results were immediate. Our client satisfaction has improved, and so has our internal team morale. A fantastic investment.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anne Marie Johansen"},
|
||||
]}
|
||||
title="What our accounting partners say"
|
||||
description="Hear from firms like yours who are already saving hours every week and streamlining operations with Vaultly AI."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,15 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "arsalan",
|
||||
name: "Arsalan Nekzad",
|
||||
role: "Founder & CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg",
|
||||
imageAlt: "Arsalan Nekzad, Founder & CEO of Vaultly AI",
|
||||
},
|
||||
id: "arsalan", name: "Arsalan Nekzad", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg", imageAlt: "Arsalan Nekzad, Founder & CEO of Vaultly AI"},
|
||||
]}
|
||||
title="Our Mission: Empowering Accountants"
|
||||
description="Founded by Arsalan Nekzad, Vaultly AI was built to solve a problem every accountant faces. We believe in harnessing technology to give professionals back their most valuable asset: time. Our vision is to eliminate administrative burdens, allowing firms to focus on client success and strategic growth.\n\nFrom Oslo, Norway, we're building the future of accounting operations, one document at a time. Join us on this journey to transform your firm."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,66 +192,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "solo",
|
||||
name: "Solo",
|
||||
price: "€15/client",
|
||||
buttons: [
|
||||
id: "solo", name: "Solo", price: "€15/client", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
text: "Get Started"},
|
||||
],
|
||||
features: [
|
||||
"Platform Fee: €49/month",
|
||||
"Up to 2 users",
|
||||
"AI Email Writer",
|
||||
"Smart Reminders",
|
||||
"Secure Document Vault",
|
||||
"Standard Support",
|
||||
],
|
||||
"Platform Fee: €49/month", "Up to 2 users", "AI Email Writer", "Smart Reminders", "Secure Document Vault", "Standard Support"],
|
||||
},
|
||||
{
|
||||
id: "firm",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
name: "Firm",
|
||||
price: "€12/client",
|
||||
buttons: [
|
||||
id: "firm", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
name: "Firm", price: "€12/client", buttons: [
|
||||
{
|
||||
text: "Try Free Demo",
|
||||
},
|
||||
text: "Try Free Demo"},
|
||||
],
|
||||
features: [
|
||||
"Platform Fee: €99/month",
|
||||
"Up to 10 users",
|
||||
"AI Email Writer Pro",
|
||||
"Advanced Reminders",
|
||||
"Secure Document Vault Pro",
|
||||
"Priority Support",
|
||||
"Custom Integrations",
|
||||
],
|
||||
"Platform Fee: €99/month", "Up to 10 users", "AI Email Writer Pro", "Advanced Reminders", "Secure Document Vault Pro", "Priority Support", "Custom Integrations"],
|
||||
},
|
||||
{
|
||||
id: "scale",
|
||||
name: "Scale",
|
||||
price: "€8/client",
|
||||
buttons: [
|
||||
id: "scale", name: "Scale", price: "€8/client", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
],
|
||||
features: [
|
||||
"Platform Fee: €199/month",
|
||||
"Unlimited users",
|
||||
"AI Email Writer Pro+",
|
||||
"Customizable Workflows",
|
||||
"Enterprise-grade Security",
|
||||
"Dedicated Account Manager",
|
||||
"API Access",
|
||||
],
|
||||
"Platform Fee: €199/month", "Unlimited users", "AI Email Writer Pro+", "Customizable Workflows", "Enterprise-grade Security", "Dedicated Account Manager", "API Access"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing for Serious Savings"
|
||||
description="Choose a plan that scales with your firm. All plans include unlimited clients and features. Annual plans receive a 20% discount."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -361,39 +229,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How is Vaultly AI priced?",
|
||||
content: "Our pricing is flexible, based on the number of active clients you manage, plus a monthly platform fee. We offer tiers for solo accountants, growing firms, and large enterprises. Annual plans receive a 20% discount.",
|
||||
},
|
||||
id: "faq-1", title: "How is Vaultly AI priced?", content: "Our pricing is flexible, based on the number of active clients you manage, plus a monthly platform fee. We offer tiers for solo accountants, growing firms, and large enterprises. Annual plans receive a 20% discount."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What about data security and privacy?",
|
||||
content: "Vaultly AI employs enterprise-grade security protocols, including end-to-end encryption, multi-factor authentication, and compliance with GDPR. Your client data is always secure and private.",
|
||||
},
|
||||
id: "faq-2", title: "What about data security and privacy?", content: "Vaultly AI employs enterprise-grade security protocols, including end-to-end encryption, multi-factor authentication, and compliance with GDPR. Your client data is always secure and private."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How long does it take to set up Vaultly AI?",
|
||||
content: "Setup is designed to be quick and intuitive, typically taking less than 5 minutes. You can import client lists and integrate with existing tools seamlessly.",
|
||||
},
|
||||
id: "faq-3", title: "How long does it take to set up Vaultly AI?", content: "Setup is designed to be quick and intuitive, typically taking less than 5 minutes. You can import client lists and integrate with existing tools seamlessly."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can Vaultly AI integrate with my existing accounting software?",
|
||||
content: "Yes, Vaultly AI offers integrations with popular accounting software and CRM platforms. We also provide API access for custom integrations for our Scale plan clients.",
|
||||
},
|
||||
id: "faq-4", title: "Can Vaultly AI integrate with my existing accounting software?", content: "Yes, Vaultly AI offers integrations with popular accounting software and CRM platforms. We also provide API access for custom integrations for our Scale plan clients."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is there a free trial?",
|
||||
content: "Absolutely! We offer a free 14-day trial with full access to all features. No credit card is required to get started.",
|
||||
},
|
||||
id: "faq-5", title: "Is there a free trial?", content: "Absolutely! We offer a free 14-day trial with full access to all features. No credit card is required to get started."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "How does Vaultly AI compare to other document collection tools?",
|
||||
content: "Vaultly AI stands out with its intelligent AI-powered email writing, smart reminder system, and seamless integration, specifically designed to automate the client-chasing process, not just manage documents.",
|
||||
},
|
||||
id: "faq-6", title: "How does Vaultly AI compare to other document collection tools?", content: "Vaultly AI stands out with its intelligent AI-powered email writing, smart reminder system, and seamless integration, specifically designed to automate the client-chasing process, not just manage documents."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Vaultly AI, from setup to security and integrations."
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -403,9 +253,7 @@ export default function LandingPage() {
|
||||
title="Ready to stop chasing?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Try Free Demo",
|
||||
href: "#try-free-demo",
|
||||
},
|
||||
text: "Try Free Demo", href: "#try-free-demo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -417,28 +265,16 @@ export default function LandingPage() {
|
||||
description="Arsalan Nekzad, Founder & CEO, is available to discuss how Vaultly AI can transform your firm's document collection. Reach out directly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "firmName",
|
||||
type: "text",
|
||||
placeholder: "Firm Name",
|
||||
required: true,
|
||||
name: "firmName", type: "text", placeholder: "Firm Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "numClients",
|
||||
type: "number",
|
||||
placeholder: "Number of Clients",
|
||||
required: true,
|
||||
name: "numClients", type: "number", placeholder: "Number of Clients", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-isolated-white-background_141793-84114.jpg"
|
||||
@@ -458,19 +294,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://www.linkedin.com/company/vaultlyai",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://www.linkedin.com/company/vaultlyai", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/VaultlyAI",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/VaultlyAI", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Github,
|
||||
href: "https://github.com/VaultlyAI",
|
||||
ariaLabel: "GitHub",
|
||||
},
|
||||
href: "https://github.com/VaultlyAI", ariaLabel: "GitHub"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user