Merge version_1 into main #10

Merged
bender merged 1 commits from version_1 into main 2026-03-26 12:31:04 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { ArrowRight, Shield, MessageCircle, User, BarChart3 } from "lucide-react";
import { ArrowRight, Shield, MessageCircle, User, BarChart3, LineChart } from "lucide-react";
export default function LandingPage() {
return (
@@ -81,15 +81,21 @@ 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" }
}
]}
/>