Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 17:03:24 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Award, BarChart3, Github, Globe, Heart, Linkedin, ShoppingCart, Sparkles, Target, Trending Up, Twitter, Users, Zap } from 'lucide-react';
import { Award, BarChart3, Github, Globe, Heart, Linkedin, ShoppingCart, Sparkles, Target, TrendingUp, Twitter, Users, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -121,7 +121,7 @@ export default function LandingPage() {
},
{
title: "Growth Strategy", description: "Data-driven strategies to increase traffic, improve conversions, and maximize your return on investment.", bentoComponent: "3d-stack-cards", items: [
{ icon: Trending Up, title: "Analytics", subtitle: "Real Results", detail: "Track every metric that matters" },
{ icon: TrendingUp, title: "Analytics", subtitle: "Real Results", detail: "Track every metric that matters" },
{ icon: Target, title: "Conversion", subtitle: "Optimization", detail: "Turn visitors into customers" },
{ icon: Zap, title: "Performance", subtitle: "Excellence", detail: "Speed and reliability guaranteed" }
]