From 45711cc2d677337e32ef055d209a4e080162ed60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:21:45 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bf8ec58..d48f194 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -63,7 +63,8 @@ export default function ServicesPage() { brandName="BrandLift" navItems={navItems} button={{ - text: "Schedule Meeting", href: "/contact"}} + text: "Schedule Meeting", href: "/contact" + }} /> @@ -76,19 +77,23 @@ export default function ServicesPage() { { id: 1, title: "Custom Website Design", description: - "We create stunning, modern websites built specifically for your business. Each site is custom-designed to reflect your brand and convert visitors into customers.", imageSrc: "http://img.b2bpic.net/free-vector/web-elements-design_1212-645.jpg?_wi=3", imageAlt: "Custom website design"}, + "We create stunning, modern websites built specifically for your business. Each site is custom-designed to reflect your brand and convert visitors into customers.", imageSrc: "http://img.b2bpic.net/free-vector/web-elements-design_1212-645.jpg?_wi=3", imageAlt: "Custom website design" + }, { id: 2, title: "E-Commerce Solutions", description: - "Launch an online store that sells. We build e-commerce platforms with payment processing, inventory management, and customer tracking.", imageSrc: "http://img.b2bpic.net/free-vector/web-elements-design_1212-645.jpg?_wi=4", imageAlt: "E-commerce solutions"}, + "Launch an online store that sells. We build e-commerce platforms with payment processing, inventory management, and customer tracking.", imageSrc: "http://img.b2bpic.net/free-vector/web-elements-design_1212-645.jpg?_wi=4", imageAlt: "E-commerce solutions" + }, { id: 3, title: "SEO Optimization", description: - "Get found on Google. Our SEO strategies are proven to increase organic traffic, improve rankings, and bring qualified leads to your site.", imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=2", imageAlt: "SEO optimization"}, + "Get found on Google. Our SEO strategies are proven to increase organic traffic, improve rankings, and bring qualified leads to your site.", imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=2", imageAlt: "SEO optimization" + }, { id: 4, title: "Paid Advertising Management", description: - "Strategic Facebook, Instagram, and Google Ads campaigns designed to reach your ideal customers and maximize your return on investment.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-influencer-template_23-2150406132.jpg?_wi=2", imageAlt: "Paid advertising"}, + "Strategic Facebook, Instagram, and Google Ads campaigns designed to reach your ideal customers and maximize your return on investment.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-influencer-template_23-2150406132.jpg?_wi=2", imageAlt: "Paid advertising" + }, ]} tag="Service Details" textboxLayout="default" @@ -107,15 +112,18 @@ export default function ServicesPage() { plans={[ { id: "full-service", badge: "Most Popular", price: "$375", subtitle: "/month", features: [ - "Custom website build", "Hosting included", "Unlimited monthly updates", "Ongoing support", "4-month minimum commitment", "Buy-out option available ($850)"], + "Custom website build", "Hosting included", "Unlimited monthly updates", "Ongoing support", "4-month minimum commitment", "Buy-out option available ($850)" + ], }, { id: "hybrid", badge: "Flexible", price: "$1,000", subtitle: "setup + $250/month", features: [ - "Custom website build", "Monthly maintenance", "Regular updates", "Technical support", "No long-term contracts", "Perfect for evolving businesses"], + "Custom website build", "Monthly maintenance", "Regular updates", "Technical support", "No long-term contracts", "Perfect for evolving businesses" + ], }, { id: "one-time", badge: "Simple", price: "$1,250", subtitle: "one-time", features: [ - "Fully completed website", "Ready to launch immediately", "One-time payment only", "Transfer to your hosting", "Documentation provided", "Perfect for self-managed businesses"], + "Fully completed website", "Ready to launch immediately", "One-time payment only", "Transfer to your hosting", "Documentation provided", "Perfect for self-managed businesses" + ], }, ]} /> @@ -128,11 +136,14 @@ export default function ServicesPage() { description="Common questions about our services, pricing, and process." faqs={[ { - id: "1", title: "How long does a website typically take to build?", content: "Most websites are completed within 48 hours. We use an efficient, streamlined process to ensure rapid delivery without sacrificing quality or professionalism."}, + id: "1", title: "How long does a website typically take to build?", content: "Most websites are completed within 48 hours. We use an efficient, streamlined process to ensure rapid delivery without sacrificing quality or professionalism." + }, { - id: "2", title: "Can you help with existing websites?", content: "Absolutely! We offer comprehensive website redesign services. We can modernize your existing site, improve its performance, and enhance its conversion rate."}, + id: "2", title: "Can you help with existing websites?", content: "Absolutely! We offer comprehensive website redesign services. We can modernize your existing site, improve its performance, and enhance its conversion rate." + }, { - id: "3", title: "What's included in your SEO services?", content: "Our SEO packages include keyword research, on-page optimization, technical SEO, content strategy, and ongoing monitoring. We focus on sustainable, long-term growth."}, + id: "3", title: "What's included in your SEO services?", content: "Our SEO packages include keyword research, on-page optimization, technical SEO, content strategy, and ongoing monitoring. We focus on sustainable, long-term growth." + }, ]} imageSrc="http://img.b2bpic.net/free-vector/team-work-background-flat-style_23-2147763073.jpg?_wi=2" imageAlt="FAQ illustration"