Update src/app/contact/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function ContactPage() {
|
||||
description="Let's discuss how AI and modern digital solutions can help you attract customers and improve efficiency. Our team is ready to understand your needs and create a custom solution."
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Schedule Consultation"
|
||||
@@ -64,35 +64,17 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to build a website?",
|
||||
content: "Most custom websites take 4-8 weeks depending on complexity. Our streamlined process and pre-built components allow us to deliver faster than traditional agencies. For simpler projects, we can launch in 2-3 weeks.",
|
||||
},
|
||||
id: "1", title: "How long does it take to build a website?", content: "Most custom websites take 4-8 weeks depending on complexity. Our streamlined process and pre-built components allow us to deliver faster than traditional agencies. For simpler projects, we can launch in 2-3 weeks."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you integrate AI assistants with our existing systems?",
|
||||
content: "Yes! Our AI assistants are designed to integrate seamlessly with your current tools and platforms. We support integration with popular CRMs, e-commerce platforms, and communication tools. Custom integrations are also available.",
|
||||
},
|
||||
id: "2", title: "Can you integrate AI assistants with our existing systems?", content: "Yes! Our AI assistants are designed to integrate seamlessly with your current tools and platforms. We support integration with popular CRMs, e-commerce platforms, and communication tools. Custom integrations are also available."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What kind of businesses benefit most from your solutions?",
|
||||
content: "Our solutions work best for SMBs, startups, and growing companies in any industry. From e-commerce to consulting, SaaS to retail, we've successfully implemented solutions across 25+ different industries.",
|
||||
},
|
||||
id: "3", title: "What kind of businesses benefit most from your solutions?", content: "Our solutions work best for SMBs, startups, and growing companies in any industry. From e-commerce to consulting, SaaS to retail, we've successfully implemented solutions across 25+ different industries."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide ongoing support and maintenance?",
|
||||
content: "Absolutely. We offer comprehensive support packages including 24/7 monitoring, regular updates, performance optimization, and technical support. Most clients choose our managed services for peace of mind.",
|
||||
},
|
||||
id: "4", title: "Do you provide ongoing support and maintenance?", content: "Absolutely. We offer comprehensive support packages including 24/7 monitoring, regular updates, performance optimization, and technical support. Most clients choose our managed services for peace of mind."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's the total cost for a complete solution?",
|
||||
content: "Costs vary based on your specific needs. We offer packages starting at $5,000 for startups and scaling up to custom enterprise solutions. We provide detailed quotes after understanding your requirements.",
|
||||
},
|
||||
id: "5", title: "What's the total cost for a complete solution?", content: "Costs vary based on your specific needs. We offer packages starting at $5,000 for startups and scaling up to custom enterprise solutions. We provide detailed quotes after understanding your requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do you ensure the AI solutions are accurate?",
|
||||
content: "We train and fine-tune all AI models with your specific data to ensure accuracy. Our quality assurance process includes testing, monitoring, and continuous improvement. We typically achieve 95%+ accuracy within the first month.",
|
||||
},
|
||||
id: "6", title: "How do you ensure the AI solutions are accurate?", content: "We train and fine-tune all AI models with your specific data to ensure accuracy. Our quality assurance process includes testing, monitoring, and continuous improvement. We typically achieve 95%+ accuracy within the first month."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -111,32 +93,14 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahchen_ceo",
|
||||
testimonial: "AI Solutions transformed our customer service with their intelligent assistant. We've seen a 60% reduction in support tickets and 40% increase in customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png?_wi=3",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "AI Solutions transformed our customer service with their intelligent assistant. We've seen a 60% reduction in support tickets and 40% increase in customer satisfaction.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
handle: "@marcusj_founder",
|
||||
testimonial: "Their website and automation tools have been game-changers for our startup. We launched in half the time we expected and tripled our conversion rate.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png?_wi=3",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", handle: "@marcusj_founder", testimonial: "Their website and automation tools have been game-changers for our startup. We launched in half the time we expected and tripled our conversion rate.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
handle: "@emma_biz_leader",
|
||||
testimonial: "Working with AI Solutions was seamless. The team understood our needs and delivered a solution that actually works. Highly recommend them!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png?_wi=3",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emma_biz_leader", testimonial: "Working with AI Solutions was seamless. The team understood our needs and delivered a solution that actually works. Highly recommend them!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png", imageAlt: "Emma Rodriguez"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -152,8 +116,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Website Development", href: "#services" },
|
||||
{ label: "AI Assistants", href: "#services" },
|
||||
{ label: "Automation Tools", href: "#services" },
|
||||
@@ -161,8 +124,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -170,8 +132,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user