From a9f796adba1abcc8e2f3e47aa4adacf2a114709c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:49:12 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 107 +++++++++++--------------------------- 1 file changed, 30 insertions(+), 77 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b47b054..a82f1f6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,8 +20,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Help Center", href: "#" }, { label: "Community", href: "#" }, @@ -47,8 +44,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -64,7 +60,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -91,40 +87,27 @@ export default function ServicesPage() { tag="What We Offer" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg" imageAlt="Web design services" mediaPosition="right" mediaAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Responsive Web Design", - content: - "Beautiful, mobile-first websites that look perfect on all devices. We create designs that engage visitors and drive conversions.", - }, + id: "1", title: "Responsive Web Design", content: + "Beautiful, mobile-first websites that look perfect on all devices. We create designs that engage visitors and drive conversions."}, { - id: "2", - title: "Web Development", - content: - "Clean, efficient code built with modern technologies. Fast-loading sites that perform and scale with your business.", - }, + id: "2", title: "Web Development", content: + "Clean, efficient code built with modern technologies. Fast-loading sites that perform and scale with your business."}, { - id: "3", - title: "SEO Optimization", - content: - "Strategic optimization to improve your search rankings and attract qualified traffic from Google and other search engines.", - }, + id: "3", title: "SEO Optimization", content: + "Strategic optimization to improve your search rankings and attract qualified traffic from Google and other search engines."}, { - id: "4", - title: "E-commerce Solutions", - content: - "Complete online store setup with payment processing, inventory management, and conversion optimization.", - }, + id: "4", title: "E-commerce Solutions", content: + "Complete online store setup with payment processing, inventory management, and conversion optimization."}, ]} buttons={[{ text: "Schedule Consultation", href: "/contact" }]} buttonAnimation="slide-up" useInvertedBackground={false} - textBoxLayout="default" /> @@ -139,38 +122,17 @@ export default function ServicesPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Starter", - name: "Basic Website", - price: "$2,500", - rating: 5, - reviewCount: "50+ sites", - imageSrc: - "http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=4", - imageAlt: "Basic website package", - }, + id: "1", brand: "Starter", name: "Basic Website", price: "$2,500", rating: 5, + reviewCount: "50+ sites", imageSrc: + "http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg", imageAlt: "Basic website package"}, { - id: "2", - brand: "Professional", - name: "Business Website", - price: "$5,000", - rating: 5, - reviewCount: "100+ sites", - imageSrc: - "http://img.b2bpic.net/free-photo/seo-analysis-business-meeting_53876-94819.jpg", - imageAlt: "Professional website package", - }, + id: "2", brand: "Professional", name: "Business Website", price: "$5,000", rating: 5, + reviewCount: "100+ sites", imageSrc: + "http://img.b2bpic.net/free-photo/seo-analysis-business-meeting_53876-94819.jpg", imageAlt: "Professional website package"}, { - id: "3", - brand: "Enterprise", - name: "E-Commerce Platform", - price: "$10,000+", - rating: 5, - reviewCount: "30+ stores", - imageSrc: - "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=3", - imageAlt: "E-commerce platform package", - }, + id: "3", brand: "Enterprise", name: "E-Commerce Platform", price: "$10,000+", rating: 5, + reviewCount: "30+ stores", imageSrc: + "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg", imageAlt: "E-commerce platform package"}, ]} buttons={[{ text: "View All Services", href: "#" }]} buttonAnimation="slide-up" @@ -181,25 +143,16 @@ export default function ServicesPage() {