diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9c029ae..679b7f9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -10,16 +10,16 @@ import { Zap } from "lucide-react"; export default function ServicesPage() { const navItems = [ - { name: "How It Works", id: "how-it-works" }, - { name: "Services", id: "services" }, - { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "How It Works", id: "/how-it-works" }, + { name: "Services", id: "/services" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -27,8 +27,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Contact", href: "/contact" }, @@ -36,8 +35,7 @@ export default function ServicesPage() { ], }, { - title: "Industries", - items: [ + title: "Industries", items: [ { label: "Dental Practices", href: "/industries" }, { label: "Salons & Spas", href: "/industries" }, { label: "Restaurants", href: "/industries" }, @@ -45,8 +43,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -71,7 +68,7 @@ export default function ServicesPage() { @@ -84,7 +81,7 @@ export default function ServicesPage() { tag="Services & Features" tagIcon={Zap} tagAnimation="slide-up" - buttons={[{ text: "Book a Demo", href: "#contact" }]} + buttons={[{ text: "Book a Demo", href: "/contact" }]} buttonAnimation="slide-up" mediaAnimation="none" /> @@ -98,47 +95,17 @@ export default function ServicesPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "AI Phone Assistant", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/modern-icon-illustration-of-an-ai-phone--1772616011904-5ce4a475.png?_wi=2", - imageAlt: "AI Phone Assistant", - }, + id: "1", name: "AI Phone Assistant", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/modern-icon-illustration-of-an-ai-phone--1772616011904-5ce4a475.png?_wi=2", imageAlt: "AI Phone Assistant"}, { - id: "2", - name: "Automated Booking", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/clean-illustration-of-an-automated-appoi-1772616012781-fac0203e.png?_wi=2", - imageAlt: "Automated Booking", - }, + id: "2", name: "Automated Booking", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/clean-illustration-of-an-automated-appoi-1772616012781-fac0203e.png?_wi=2", imageAlt: "Automated Booking"}, { - id: "3", - name: "CRM Pipeline System", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/crm-pipeline-visualization-showing-custo-1772616015814-67975784.png?_wi=2", - imageAlt: "CRM Pipeline", - }, + id: "3", name: "CRM Pipeline System", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/crm-pipeline-visualization-showing-custo-1772616015814-67975784.png?_wi=2", imageAlt: "CRM Pipeline"}, { - id: "4", - name: "SMS & Email Reminders", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/sms-and-email-reminder-notifications-int-1772616013213-506475ca.png?_wi=2", - imageAlt: "Reminders", - }, + id: "4", name: "SMS & Email Reminders", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/sms-and-email-reminder-notifications-int-1772616013213-506475ca.png?_wi=2", imageAlt: "Reminders"}, { - id: "5", - name: "Lead Capture Website", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/modern-lead-capture-website-template-wit-1772616014607-6c94ba3c.png", - imageAlt: "Lead Capture", - }, + id: "5", name: "Lead Capture Website", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/modern-lead-capture-website-template-wit-1772616014607-6c94ba3c.png", imageAlt: "Lead Capture"}, { - id: "6", - name: "Dashboard & Reporting", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/comprehensive-analytics-dashboard-showin-1772616014429-1b98c036.png?_wi=2", - imageAlt: "Dashboard", - }, + id: "6", name: "Dashboard & Reporting", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa0XDiPrZb0VqVlNL1FosFpos/comprehensive-analytics-dashboard-showin-1772616014429-1b98c036.png?_wi=2", imageAlt: "Dashboard"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -150,7 +117,7 @@ export default function ServicesPage() { title="Ready to Transform Your Business?" description="See all of these services in action. Book a personalized demo with our team and discover how much revenue you can capture." background={{ variant: "radial-gradient" }} - buttons={[{ text: "Book Your Demo Now", href: "#contact" }]} + buttons={[{ text: "Book Your Demo Now", href: "/contact" }]} buttonAnimation="slide-up" mediaAnimation="none" /> @@ -165,4 +132,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}