diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f11c9b..c1b7ea5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -56,7 +56,8 @@ export default function WebAgency2Page() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Dashboard Interface Preview", listItems: [ { icon: Zap, title: "Performance Audit", status: "Completed" }, { icon: Shield, title: "Security Review", status: "Completed" }, - ] + ], + buttons: [{ text: "Edit", onClick: () => {} }] }} />