Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 08:14:40 +00:00
parent e57c38cc73
commit 5fca4de2fa

View File

@@ -33,8 +33,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Web Design", href: "#services" },
{ label: "SEO Optimization", href: "#services" },
{ label: "Lead Generation", href: "#services" },
@@ -42,8 +41,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Testimonials", href: "#testimonials" },
@@ -51,8 +49,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Pricing", href: "#pricing" },
@@ -60,8 +57,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -94,15 +90,10 @@ export default function ServicesPage() {
tag="Services"
features={[
{
title: "Responsive Web Design",
description:
"Beautiful, fast-loading websites that work perfectly on phones, tablets, and desktops. Your potential clients can find you anywhere.",
bentoComponent: "phone",
statusIcon: Lock,
title: "Responsive Web Design", description:
"Beautiful, fast-loading websites that work perfectly on phones, tablets, and desktops. Your potential clients can find you anywhere.", bentoComponent: "phone", statusIcon: Lock,
alertIcon: Bell,
alertTitle: "New Lead",
alertMessage: "You have a new inquiry",
apps: [
alertTitle: "New Lead", alertMessage: "You have a new inquiry", apps: [
{ name: "Portfolio", icon: ImageIcon },
{ name: "Services", icon: Wrench },
{ name: "Reviews", icon: Star },
@@ -114,35 +105,20 @@ export default function ServicesPage() {
],
},
{
title: "SEO Optimization",
description:
"Get found by customers searching for your services. We optimize your website to rank higher in Google search results.",
bentoComponent: "animated-bar-chart",
},
title: "SEO Optimization", description:
"Get found by customers searching for your services. We optimize your website to rank higher in Google search results.", bentoComponent: "animated-bar-chart"},
{
title: "Lead Generation & Conversion",
description:
"Strategic contact forms, call-to-action buttons, and landing pages designed to convert visitors into qualified leads and increase your sales.",
bentoComponent: "3d-stack-cards",
items: [
title: "Lead Generation & Conversion", description:
"Strategic contact forms, call-to-action buttons, and landing pages designed to convert visitors into qualified leads and increase your sales.", bentoComponent: "3d-stack-cards", items: [
{
icon: Target,
title: "Targeted Traffic",
subtitle: "Attract qualified leads",
detail: "Drive the right customers to your website",
},
title: "Targeted Traffic", subtitle: "Attract qualified leads", detail: "Drive the right customers to your website"},
{
icon: Users,
title: "Conversion Focused",
subtitle: "Maximize inquiries",
detail: "Turn visitors into potential customers",
},
title: "Conversion Focused", subtitle: "Maximize inquiries", detail: "Turn visitors into potential customers"},
{
icon: TrendingUp,
title: "Growth Driven",
subtitle: "Scale your business",
detail: "Build sustainable customer acquisition",
},
title: "Growth Driven", subtitle: "Scale your business", detail: "Build sustainable customer acquisition"},
],
},
]}
@@ -158,23 +134,14 @@ export default function ServicesPage() {
description="Common questions about our web design and digital marketing services for contractors"
faqs={[
{
id: "1",
title: "What's included in the web design service?",
content:
"Our web design service includes: professional website design, mobile optimization, content integration, contact forms, image optimization, initial SEO setup, and one month of free support. All websites are built with modern technologies and best practices.",
},
id: "1", title: "What's included in the web design service?", content:
"Our web design service includes: professional website design, mobile optimization, content integration, contact forms, image optimization, initial SEO setup, and one month of free support. All websites are built with modern technologies and best practices."},
{
id: "2",
title: "How long does SEO optimization take to show results?",
content:
"SEO is a long-term strategy. Most businesses see initial improvements within 2-3 months, with significant results typically appearing within 6 months. Results depend on competition in your local market, current website quality, and consistency of optimization efforts.",
},
id: "2", title: "How long does SEO optimization take to show results?", content:
"SEO is a long-term strategy. Most businesses see initial improvements within 2-3 months, with significant results typically appearing within 6 months. Results depend on competition in your local market, current website quality, and consistency of optimization efforts."},
{
id: "3",
title: "Can you integrate my existing business tools?",
content:
"Yes! We can integrate a wide variety of tools including CRM systems, email marketing platforms, appointment booking software, payment processors, and more. Let us know what tools you use, and we'll make sure your website works seamlessly with them.",
},
id: "3", title: "Can you integrate my existing business tools?", content:
"Yes! We can integrate a wide variety of tools including CRM systems, email marketing platforms, appointment booking software, payment processors, and more. Let us know what tools you use, and we'll make sure your website works seamlessly with them."},
]}
textboxLayout="default"
useInvertedBackground={false}