diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 64ebb64..bc07c11 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -60,26 +43,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "SEM", - title: "SEM", - subtitle: "Ads", - description: "Manage ads.", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg", - }, + tag: "SEM", title: "SEM", subtitle: "Ads", description: "Manage ads.", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg"}, { - tag: "Content", - title: "Content", - subtitle: "Writing", - description: "Creative copy.", - imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063124.jpg", - }, + tag: "Content", title: "Content", subtitle: "Writing", description: "Creative copy.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063124.jpg"}, { - tag: "Strategy", - title: "Strategy", - subtitle: "Planning", - description: "Marketing roadmaps.", - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg", - }, + tag: "Strategy", title: "Strategy", subtitle: "Planning", description: "Marketing roadmaps.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg"}, ]} title="Our Services" description="We offer full-cycle digital marketing." @@ -94,24 +62,8 @@ export default function LandingPage() { title="Performance Indicators" description="Data-backed results for your business." metrics={[ - { - id: "s1", - value: "95%", - title: "Client Retention", - items: [ - "Long-term value", - "Dedicated support", - ], - }, - { - id: "s2", - value: "4.8/5", - title: "Average Satisfaction", - items: [ - "Expert guidance", - "Quality delivery", - ], - }, + { id: "s1", value: "95%", title: "Client Retention", items: ["Long-term value", "Dedicated support"] }, + { id: "s2", value: "4.8/5", title: "Average Satisfaction", items: ["Expert guidance", "Quality delivery"] }, ]} /> @@ -119,30 +71,8 @@ export default function LandingPage() {