From 13f71bfe9483f537d68faa2a38f3ac5faa8a7478 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 08:03:09 +0000 Subject: [PATCH] Update src/pages/ServicesPage.tsx --- src/pages/ServicesPage.tsx | 95 ++++++++------------------------------ 1 file changed, 18 insertions(+), 77 deletions(-) diff --git a/src/pages/ServicesPage.tsx b/src/pages/ServicesPage.tsx index 5474e19..8675f61 100644 --- a/src/pages/ServicesPage.tsx +++ b/src/pages/ServicesPage.tsx @@ -14,47 +14,19 @@ export default function ServicesPage() { description="Building a strong visual presence for creators." items={[ { - title: "Canva Templates", - description: "Customizable, professional templates.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-vector/gold-triangle-pattern-pink-badge-vector_53876-170657.jpg", - }, + title: "Canva Templates", description: "Customizable, professional templates.", href: "#", imageSrc: "http://img.b2bpic.net/free-vector/gold-triangle-pattern-pink-badge-vector_53876-170657.jpg"}, { - title: "Pinterest Design", - description: "High-conversion viral pin graphics.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-luxury-real-estate_23-2150647599.jpg", - }, + title: "Pinterest Design", description: "High-conversion viral pin graphics.", href: "#", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-luxury-real-estate_23-2150647599.jpg"}, { - title: "Social Media", - description: "Engaging Instagram content design.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg", - }, + title: "Social Media", description: "Engaging Instagram content design.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg"}, { - title: "Branding", - description: "Complete business identity design.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/rendering-inspirational-mood-board_23-2150976023.jpg", - }, + title: "Branding", description: "Complete business identity design.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/rendering-inspirational-mood-board_23-2150976023.jpg"}, { - title: "Web Concepts", - description: "Premium digital design layouts.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_23-2148890184.jpg", - }, + title: "Web Concepts", description: "Premium digital design layouts.", href: "#", imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_23-2148890184.jpg"}, { - title: "Invitations", - description: "Custom, luxury event stationery.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440908.jpg", - }, + title: "Invitations", description: "Custom, luxury event stationery.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440908.jpg"}, { - title: "Marketing", - description: "High-end digital marketing assets.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-camera-arrangement_23-2149558789.jpg", - }, + title: "Marketing", description: "High-end digital marketing assets.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-camera-arrangement_23-2149558789.jpg"}, ]} /> @@ -68,34 +40,16 @@ export default function ServicesPage() { description="Choose the level of luxury design support that fits your needs." plans={[ { - tag: "Starter", - price: "$299", - description: "Perfect for micro-brands.", - features: [ - "3 Canva Templates", - "Social Kit", - "Priority Support", - ], + tag: "Starter", price: "$299", description: "Perfect for micro-brands.", features: [ + "3 Canva Templates", "Social Kit", "Priority Support"], }, { - tag: "Pro", - price: "$599", - description: "For growing businesses.", - features: [ - "10 Canva Templates", - "Full Branding", - "Pinterest Strategy", - ], + tag: "Pro", price: "$599", description: "For growing businesses.", features: [ + "10 Canva Templates", "Full Branding", "Pinterest Strategy"], }, { - tag: "Premium", - price: "$999", - description: "Full agency support.", - features: [ - "Unlimited Assets", - "Web UI Design", - "Luxury Stationery", - ], + tag: "Premium", price: "$999", description: "Full agency support.", features: [ + "Unlimited Assets", "Web UI Design", "Luxury Stationery"], }, ]} /> @@ -110,27 +64,14 @@ export default function ServicesPage() { description="We blend luxury, aesthetic, and strategy to create visuals that convert." topItems={[ { - title: "Artistic Focus", - description: "Every pixel is crafted with care.", - imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=1", - imageAlt: "Blank envelopes and business cards isolated on white.", - }, + title: "Artistic Focus", description: "Every pixel is crafted with care.", imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg"}, { - title: "Strategy Driven", - description: "Visuals meant to drive conversion.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg?_wi=2", - imageAlt: "Blank envelopes and business cards isolated on white.", - }, + title: "Strategy Driven", description: "Visuals meant to drive conversion.", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg"}, ]} bottomItem={{ - title: "Join 500+ Satisfied Creators", - description: "Start your journey today.", - primaryButton: { - text: "Contact Us", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-dark-concept-with-copy-space_23-2148459514.jpg", - }} + title: "Join 500+ Satisfied Creators", description: "Start your journey today.", primaryButton: { + text: "Contact Us", href: "/contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-dark-concept-with-copy-space_23-2148459514.jpg"}} />