From 402754ca6fa110f0acf2a1fd714180a832b7d0e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:46 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 ++++++++++++------------------------------ 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1148a29..704ea4d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -35,9 +35,7 @@ export default function AboutPage() { { name: "Contact", id: "/" }, ]} button={{ - text: "Get Started", - href: "/", - }} + text: "Get Started", href: "/"}} animateOnLoad={true} /> @@ -51,7 +49,7 @@ export default function AboutPage() { description="Sarah Martinez" subdescription="Chief Strategy Officer, Innovative Tech Ventures" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/african-american-designer-explaining-project-client-showing-draft_74855-8788.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/african-american-designer-explaining-project-client-showing-draft_74855-8788.jpg" imageAlt="Our Team at Work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,33 +63,22 @@ export default function AboutPage() { tag="Strategic Services" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg" imageAlt="Web Design Services" mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="left" accordionItems={[ { - id: "1", - title: "Web Design & Development", - content: "Custom-built, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality to create digital experiences that stand out.", - }, + id: "1", title: "Web Design & Development", content: "Custom-built, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality to create digital experiences that stand out."}, { - id: "2", - title: "Brand Identity & Strategy", - content: "Comprehensive branding solutions including logo design, brand guidelines, and strategic positioning. We help you establish a strong, memorable presence in your market.", - }, + id: "2", title: "Brand Identity & Strategy", content: "Comprehensive branding solutions including logo design, brand guidelines, and strategic positioning. We help you establish a strong, memorable presence in your market."}, { - id: "3", - title: "Digital Marketing & SEO", - content: "Data-driven marketing strategies that increase visibility and drive qualified traffic. We optimize for search engines and create campaigns that resonate with your target audience.", - }, + id: "3", title: "Digital Marketing & SEO", content: "Data-driven marketing strategies that increase visibility and drive qualified traffic. We optimize for search engines and create campaigns that resonate with your target audience."}, ]} buttons={[ { - text: "Explore Services", - href: "/", - }, + text: "Explore Services", href: "/"}, ]} buttonAnimation="slide-up" /> @@ -103,15 +90,11 @@ export default function AboutPage() { animationType="reveal-blur" buttons={[ { - text: "Start Your Project", - href: "/", - }, + text: "Start Your Project", href: "/"}, { - text: "Schedule Consultation", - href: "/", - }, + text: "Schedule Consultation", href: "/"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -122,8 +105,7 @@ export default function AboutPage() { copyrightText="© 2025 StartupHub LLC" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -131,8 +113,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/" }, { label: "Branding", href: "/" }, { label: "Digital Marketing", href: "/" }, @@ -140,8 +121,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, -- 2.49.1 From f31b0140005b77599d7d93cfdf965dfa199eef73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:47 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5d80d4a..7cb116d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Branding", href: "/services" }, { label: "Digital Marketing", href: "/services" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -67,9 +64,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} animateOnLoad={true} /> @@ -80,17 +75,12 @@ export default function ContactPage() { animationType="reveal-blur" buttons={[ { - text: "Start Your Project", - href: "/contact", - }, + text: "Start Your Project", href: "/contact"}, { - text: "Schedule Consultation", - href: "/contact", - }, + text: "Schedule Consultation", href: "/contact"}, ]} background={{ - variant: "floatingGradient", - }} + variant: "plain"}} useInvertedBackground={false} /> -- 2.49.1 From 8a2bda929f615c28dfd12e0c1db0f9276709296f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:47 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ac2df7..948b596 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,8 +18,7 @@ const navItems = [ const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -27,8 +26,7 @@ const footerColumns = [ ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/" }, { label: "Branding", href: "/" }, { label: "Digital Marketing", href: "/" }, @@ -36,8 +34,7 @@ const footerColumns = [ ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, @@ -54,7 +51,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -72,9 +69,7 @@ export default function HomePage() { { name: "Contact", id: "/" }, ]} button={{ - text: "Get Started", - href: "/", - }} + text: "Get Started", href: "/"}} animateOnLoad={true} /> @@ -86,107 +81,63 @@ export default function HomePage() { tag="Strategic Innovation" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg?_wi=1", - imageAlt: "Web Design Project", - }, + imageSrc: "http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg", imageAlt: "Web Design Project"}, { - imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg?_wi=1", - imageAlt: "Branding Campaign", - }, + imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg", imageAlt: "Branding Campaign"}, { - imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg?_wi=1", - imageAlt: "Mobile Application", - }, + imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg", imageAlt: "Mobile Application"}, { - imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg?_wi=1", - imageAlt: "Design System", - }, + imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg", imageAlt: "Design System"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-designer-explaining-project-client-showing-draft_74855-8788.jpg?_wi=1", - imageAlt: "Team Collaboration", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-designer-explaining-project-client-showing-draft_74855-8788.jpg", imageAlt: "Team Collaboration"}, { - imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg?_wi=2", - imageAlt: "Strategic Planning", - }, + imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg", imageAlt: "Strategic Planning"}, { - imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg?_wi=2", - imageAlt: "Digital Innovation", - }, + imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg", imageAlt: "Digital Innovation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg?_wi=2", - imageAlt: "Brand Excellence", - }, + imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg", imageAlt: "Brand Excellence"}, ]} buttons={[ { - text: "Get a Quote", - href: "/", - }, + text: "Get a Quote", href: "/"}, { - text: "See Our Work", - href: "/", - }, + text: "See Our Work", href: "/"}, ]} buttonAnimation="slide-up" carouselPosition="right" avatars={[ { - src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", - alt: "Satisfied Client", - }, + src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", alt: "Satisfied Client"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", - alt: "Happy Customer", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", alt: "Happy Customer"}, { - src: "http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg", - alt: "Trusted Partner", - }, + src: "http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg", alt: "Trusted Partner"}, { - src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", - alt: "Success Story", - }, + src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Success Story"}, ]} avatarText="Trusted by 500+ innovative companies" marqueeItems={[ { - src: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_23-2149053622.jpg", - alt: "Microsoft", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_23-2149053622.jpg", alt: "Microsoft"}, { - src: "http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg", - alt: "Google", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg", alt: "Google"}, { - src: "http://img.b2bpic.net/free-vector/collection-arrows-different-colors_23-2147976896.jpg", - alt: "Amazon", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/collection-arrows-different-colors_23-2147976896.jpg", alt: "Amazon"}, { - src: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg", - alt: "Apple", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg", alt: "Apple"}, { - src: "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148214317.jpg", - alt: "Netflix", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148214317.jpg", alt: "Netflix"}, { - src: "http://img.b2bpic.net/free-vector/logo-templates-two-colors_23-2147503861.jpg", - alt: "Tesla", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/logo-templates-two-colors_23-2147503861.jpg", alt: "Tesla"}, { - src: "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149404974.jpg", - alt: "Airbnb", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149404974.jpg", alt: "Airbnb"}, { - src: "http://img.b2bpic.net/free-vector/music-player-app-interface_23-2148515270.jpg", - alt: "Spotify", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/music-player-app-interface_23-2148515270.jpg", alt: "Spotify"}, ]} marqueeSpeed={30} showMarqueeCard={true} @@ -206,37 +157,13 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", - name: "TechFlow - SaaS Platform", - price: "Complete Redesign", - variant: "Web Application, UI/UX Design", - imageSrc: "http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg?_wi=2", - imageAlt: "TechFlow Platform", - }, + id: "1", name: "TechFlow - SaaS Platform", price: "Complete Redesign", variant: "Web Application, UI/UX Design", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg", imageAlt: "TechFlow Platform"}, { - id: "2", - name: "BrandBoost Marketing Suite", - price: "Brand + Website", - variant: "Brand Identity, Web Design", - imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg?_wi=3", - imageAlt: "BrandBoost Campaign", - }, + id: "2", name: "BrandBoost Marketing Suite", price: "Brand + Website", variant: "Brand Identity, Web Design", imageSrc: "http://img.b2bpic.net/free-psd/event-online-webinar-landing-page_23-2148919006.jpg", imageAlt: "BrandBoost Campaign"}, { - id: "3", - name: "MobileFirst App Launch", - price: "Full Development", - variant: "Mobile App, Backend Integration", - imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg?_wi=3", - imageAlt: "Mobile App Design", - }, + id: "3", name: "MobileFirst App Launch", price: "Full Development", variant: "Mobile App, Backend Integration", imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface-template_23-2148681557.jpg", imageAlt: "Mobile App Design"}, { - id: "4", - name: "Enterprise Solution Design", - price: "Strategic Overhaul", - variant: "Design System, Implementation", - imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg?_wi=3", - imageAlt: "Enterprise Design", - }, + id: "4", name: "Enterprise Solution Design", price: "Strategic Overhaul", variant: "Design System, Implementation", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-31546.jpg", imageAlt: "Enterprise Design"}, ]} /> @@ -251,25 +178,9 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Microsoft", - "Google", - "Amazon", - "Apple", - "Netflix", - "Tesla", - "Airbnb", - "Spotify", - ]} + "Microsoft", "Google", "Amazon", "Apple", "Netflix", "Tesla", "Airbnb", "Spotify"]} logos={[ - "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_23-2149053622.jpg", - "http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg", - "http://img.b2bpic.net/free-vector/collection-arrows-different-colors_23-2147976896.jpg", - "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg", - "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148214317.jpg", - "http://img.b2bpic.net/free-vector/logo-templates-two-colors_23-2147503861.jpg", - "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149404974.jpg", - "http://img.b2bpic.net/free-vector/music-player-app-interface_23-2148515270.jpg", - ]} + "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_23-2149053622.jpg", "http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg", "http://img.b2bpic.net/free-vector/collection-arrows-different-colors_23-2147976896.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148158913.jpg", "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148214317.jpg", "http://img.b2bpic.net/free-vector/logo-templates-two-colors_23-2147503861.jpg", "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149404974.jpg", "http://img.b2bpic.net/free-vector/music-player-app-interface_23-2148515270.jpg"]} speed={40} showCard={true} /> @@ -279,41 +190,17 @@ export default function HomePage() { @@ -348,8 +231,7 @@ export default function HomePage() { copyrightText="© 2025 StartupHub LLC" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -357,8 +239,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/" }, { label: "Branding", href: "/" }, { label: "Digital Marketing", href: "/" }, @@ -366,8 +247,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, -- 2.49.1 From 7920c38c1f3f8b8b8724333c138c2521eee4ebca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:48 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 47 ++++++++------------------------------ 1 file changed, 10 insertions(+), 37 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index be4dde6..6fd8ef2 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -11,8 +11,7 @@ import { Image as ImageIcon, BookOpen, CheckCircle } from "lucide-react"; export default function PortfolioPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -20,8 +19,7 @@ export default function PortfolioPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Branding", href: "/services" }, { label: "Digital Marketing", href: "/services" }, @@ -29,8 +27,7 @@ export default function PortfolioPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, @@ -46,7 +43,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -72,37 +69,13 @@ export default function PortfolioPage() { -- 2.49.1 From 387c7fe8e2d23515460df7bc9fa47322480bc740 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:48 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 62 ++++++++------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ae39f3e..8802e72 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -21,8 +21,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -30,8 +29,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Branding", href: "/services" }, { label: "Digital Marketing", href: "/services" }, @@ -39,8 +37,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@startuphub.com", href: "#" }, { label: "Phone: (555) 123-4567", href: "#" }, { label: "San Francisco, CA", href: "#" }, @@ -56,7 +53,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -85,27 +82,18 @@ export default function ServicesPage() { tag="Strategic Services" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-psd/flat-design-barbershop-template_23-2149460115.jpg" imageAlt="Web Design Services" mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="left" accordionItems={[ { - id: "1", - title: "Web Design & Development", - content: "Custom-built, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality to create digital experiences that stand out.", - }, + id: "1", title: "Web Design & Development", content: "Custom-built, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality to create digital experiences that stand out."}, { - id: "2", - title: "Brand Identity & Strategy", - content: "Comprehensive branding solutions including logo design, brand guidelines, and strategic positioning. We help you establish a strong, memorable presence in your market.", - }, + id: "2", title: "Brand Identity & Strategy", content: "Comprehensive branding solutions including logo design, brand guidelines, and strategic positioning. We help you establish a strong, memorable presence in your market."}, { - id: "3", - title: "Digital Marketing & SEO", - content: "Data-driven marketing strategies that increase visibility and drive qualified traffic. We optimize for search engines and create campaigns that resonate with your target audience.", - }, + id: "3", title: "Digital Marketing & SEO", content: "Data-driven marketing strategies that increase visibility and drive qualified traffic. We optimize for search engines and create campaigns that resonate with your target audience."}, ]} buttons={[{ text: "Explore Services", href: "/services" }]} buttonAnimation="slide-up" @@ -116,37 +104,13 @@ export default function ServicesPage() { -- 2.49.1