From 99b01c224a7758581ed11399f07ef5b58efd5026 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:53:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.49.1