Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -81,15 +81,24 @@ 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: {
|
||||
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: {
|
||||
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: {
|
||||
bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [{ userMessage: "Create campaign.", aiResponse: "Campaign live." }],
|
||||
placeholder: "Strategy AI"
|
||||
}
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user