diff --git a/src/app/page.tsx b/src/app/page.tsx index 51239eb..9cce23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function WebAgency2Page() { useInvertedBackground={false} animationType="slide-up" features={[ - { title: "SEO", description: "High ranking optimization.", bentoComponent: "marquee", variant: "icon", icons: [Search] }, + { title: "SEO", description: "High ranking optimization.", bentoComponent: "marquee", centerIcon: Search, variant: "icon", icons: [Search] }, { title: "Web Development", description: "Custom-built responsive sites.", bentoComponent: "media-stack", items: [ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project" },