From 0fa7757f7b914ef17443ff99d702c6cab2b4bc5a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:25 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9a0f202..73bff41 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Sparkles } from "lucide-react"; @@ -77,21 +77,24 @@ export default function ServicesPage() { { id: "1", title: "Explainer Videos", description: "Engaging animated explainers that communicate complex concepts with clarity and emotion, perfect for product launches and feature demonstrations.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=10", imageAlt: "Animated explainer video example"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=10", imageAlt: "Animated explainer video example" + }, { id: "2", title: "Brand Storytelling", description: "Compelling motion narratives that bring your brand story to life, creating emotional resonance with your target audience through visual motion design.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=11", imageAlt: "Brand storytelling animation"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=11", imageAlt: "Brand storytelling animation" + }, { id: "3", title: "Product Animation", description: "Custom animated demonstrations of your product features, showcasing functionality and benefits through fluid, engaging motion that drives conversion.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=12", imageAlt: "Product animation showcase"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=12", imageAlt: "Product animation showcase" + }, ]} />
-