diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ee70d6e..2c7859f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Shield, Sparkles } from "lucide-react"; +import { Sparkles, Shield } from "lucide-react"; export default function ServicesPage() { return ( @@ -18,90 +18,98 @@ export default function ServicesPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - - - + +
+ +
+
+ +
+
);