From e70ac0db3a9d5b10f892d89cc36f9090bb6d09a1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:33:13 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f97f6d..8399dd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,15 +81,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Brand Strategy", description: "Defining your identity with precision and purpose.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield } + title: "Brand Strategy", description: "Defining your identity with precision and purpose.", bentoComponent: "reveal-icon", icon: Shield }, { id: 2, - title: "Digital Growth", description: "High-conversion strategies for digital dominance.", bentoComponent: { bentoComponent: "line-chart" } + title: "Digital Growth", description: "High-conversion strategies for digital dominance.", bentoComponent: "line-chart" }, { id: 3, - title: "Creative Content", description: "Engaging storytelling that cuts through the noise.", bentoComponent: { bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Create campaign.", aiResponse: "Campaign live." }], placeholder: "Strategy AI" } + title: "Creative Content", description: "Engaging storytelling that cuts through the noise.", bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Create campaign.", aiResponse: "Campaign live." }], placeholder: "Strategy AI" } ]} /> From 9b3745fd96d8d13990d6c3016f49e415c18ea566 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:33:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8399dd7..1f97f6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,15 +81,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Brand Strategy", description: "Defining your identity with precision and purpose.", bentoComponent: "reveal-icon", icon: Shield + title: "Brand Strategy", description: "Defining your identity with precision and purpose.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield } }, { id: 2, - title: "Digital Growth", description: "High-conversion strategies for digital dominance.", bentoComponent: "line-chart" + title: "Digital Growth", description: "High-conversion strategies for digital dominance.", bentoComponent: { bentoComponent: "line-chart" } }, { id: 3, - title: "Creative Content", description: "Engaging storytelling that cuts through the noise.", bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Create campaign.", aiResponse: "Campaign live." }], placeholder: "Strategy AI" + title: "Creative Content", description: "Engaging storytelling that cuts through the noise.", bentoComponent: { bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Create campaign.", aiResponse: "Campaign live." }], placeholder: "Strategy AI" } } ]} />