diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4600300..a8dd181 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Case Studies", href: "#" },
@@ -51,8 +48,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -80,9 +76,7 @@ export default function HomePage() {
navItems={navItems}
brandName="AI Client Finder"
button={{
- text: "Get Started",
- href: "/contact",
- }}
+ text: "Get Started", href: "/contact"}}
animateOnLoad={true}
/>
@@ -103,35 +97,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
- id: "carousel-1",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/modern-sleek-dashboard-showing-ai-callin-1773419236050-050c3f4d.png",
- imageAlt: "AI calling dashboard with real-time analytics",
- },
+ id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/modern-sleek-dashboard-showing-ai-callin-1773419236050-050c3f4d.png", imageAlt: "AI calling dashboard with real-time analytics"},
{
- id: "carousel-2",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/split-screen-showing-ai-agent-on-one-sid-1773419235186-9911f27d.png",
- imageAlt: "AI agent engaged in professional business conversation",
- },
+ id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/split-screen-showing-ai-agent-on-one-sid-1773419235186-9911f27d.png", imageAlt: "AI agent engaged in professional business conversation"},
{
- id: "carousel-3",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/professional-analytics-dashboard-with-co-1773419234289-8803210e.png",
- imageAlt: "Performance metrics and conversion tracking dashboard",
- },
+ id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/professional-analytics-dashboard-with-co-1773419234289-8803210e.png", imageAlt: "Performance metrics and conversion tracking dashboard"},
{
- id: "carousel-4",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/world-map-showing-multiple-language-icon-1773419234379-30082133.png",
- imageAlt: "Multilingual AI communication interface",
- },
+ id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/world-map-showing-multiple-language-icon-1773419234379-30082133.png", imageAlt: "Multilingual AI communication interface"},
{
- id: "carousel-5",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/digital-map-interface-showing-business-l-1773419233597-323b943e.png",
- imageAlt: "Business discovery and lead identification system",
- },
+ id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/digital-map-interface-showing-business-l-1773419233597-323b943e.png", imageAlt: "Business discovery and lead identification system"},
{
- id: "carousel-6",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/shield-and-lock-icons-protecting-busines-1773419233101-cefa2581.png",
- imageAlt: "Secure data protection and privacy compliance",
- },
+ id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkCBsyY5ISKCaxBVkeuHQf6O1/shield-and-lock-icons-protecting-busines-1773419233101-cefa2581.png", imageAlt: "Secure data protection and privacy compliance"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -167,59 +143,29 @@ export default function HomePage() {