Update src/app/services/page.tsx
This commit is contained in:
@@ -42,32 +42,17 @@ export default function ServicesPage() {
|
|||||||
description="Comprehensive solutions designed to establish your digital presence and drive measurable business growth through strategic web design and optimization."
|
description="Comprehensive solutions designed to establish your digital presence and drive measurable business growth through strategic web design and optimization."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01",
|
id: "01", title: "Custom Website Design", description:
|
||||||
title: "Custom Website Design",
|
"Fully bespoke websites built from the ground up to reflect your brand identity and achieve your specific business objectives.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg", imageAlt: "Custom website design"},
|
||||||
"Fully bespoke websites built from the ground up to reflect your brand identity and achieve your specific business objectives.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg?_wi=3",
|
|
||||||
imageAlt: "Custom website design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "02",
|
id: "02", title: "E-Commerce Solutions", description:
|
||||||
title: "E-Commerce Solutions",
|
"Complete online store setup with payment processing, inventory management, and conversion optimization for maximum sales.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-vector/landing-page-with-smartphone_23-2148373098.jpg", imageAlt: "E-commerce solutions"},
|
||||||
"Complete online store setup with payment processing, inventory management, and conversion optimization for maximum sales.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-vector/landing-page-with-smartphone_23-2148373098.jpg",
|
|
||||||
imageAlt: "E-commerce solutions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "03",
|
id: "03", title: "SEO Optimization", description:
|
||||||
title: "SEO Optimization",
|
"On-page and technical SEO strategies to improve your search rankings, increase organic traffic, and attract qualified customers.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "SEO optimization"},
|
||||||
"On-page and technical SEO strategies to improve your search rankings, increase organic traffic, and attract qualified customers.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=3",
|
|
||||||
imageAlt: "SEO optimization",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -83,32 +68,17 @@ export default function ServicesPage() {
|
|||||||
description="Premium add-ons to enhance your website's functionality and user engagement capabilities."
|
description="Premium add-ons to enhance your website's functionality and user engagement capabilities."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01",
|
id: "01", title: "Booking System Integration", description:
|
||||||
title: "Booking System Integration",
|
"Automated appointment scheduling, calendar management, and payment collection directly integrated into your website.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Booking system"},
|
||||||
"Automated appointment scheduling, calendar management, and payment collection directly integrated into your website.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2",
|
|
||||||
imageAlt: "Booking system",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "02",
|
id: "02", title: "Lead Management", description:
|
||||||
title: "Lead Management",
|
"CRM integration, automated follow-ups, and lead scoring to maximize conversion rates and sales efficiency.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "Lead management"},
|
||||||
"CRM integration, automated follow-ups, and lead scoring to maximize conversion rates and sales efficiency.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=2",
|
|
||||||
imageAlt: "Lead management",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "03",
|
id: "03", title: "Performance Analytics", description:
|
||||||
title: "Performance Analytics",
|
"Real-time tracking of visitor behavior, conversion funnels, and ROI metrics to continuously optimize your website.", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Performance analytics"},
|
||||||
"Real-time tracking of visitor behavior, conversion funnels, and ROI metrics to continuously optimize your website.",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg?_wi=2",
|
|
||||||
imageAlt: "Performance analytics",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -128,7 +98,7 @@ export default function ServicesPage() {
|
|||||||
{ text: "Book a Strategy Call", href: "/booking" },
|
{ text: "Book a Strategy Call", href: "/booking" },
|
||||||
{ text: "View Pricing", href: "/pricing" },
|
{ text: "View Pricing", href: "/pricing" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user