Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-02-09 17:09:22 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Briefcase, DollarSign, Github, Heart, Instagram, Lightbulb, Linkedin, MessageCircle, Sparkles, TrendingUp, Twitter } from 'lucide-react';
import { Award, Briefcase, DollarSign, Github, Heart, Instagram, Lightbulb, Linkedin, MessageCircle, Sparkles, TrendingUp, Twitter, Target, Zap, Palette, MousePointer, Smartphone, Code, Lock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -168,9 +168,9 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/worker-providing-live-chat-support-typing-keyboard-handling-clients-complaints-call-center-agent_482257-136069.jpg"
},
items: [
{ icon: TrendingUp, text: "Market research and competitive analysis" },
{ icon: Target, text: "Market research and competitive analysis" },
{ icon: Lightbulb, text: "Brand storytelling and messaging" },
{ icon: Sparkles, text: "Positioning frameworks and strategy" }
{ icon: Zap, text: "Positioning frameworks and strategy" }
],
reverse: false
},
@@ -179,9 +179,9 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg"
},
items: [
{ icon: Award, text: "Visual design systems and guidelines" },
{ icon: Heart, text: "User experience optimization" },
{ icon: Briefcase, text: "Responsive and accessible design" }
{ icon: Palette, text: "Visual design systems and guidelines" },
{ icon: MousePointer, text: "User experience optimization" },
{ icon: Smartphone, text: "Responsive and accessible design" }
],
reverse: true
},
@@ -190,9 +190,9 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/side-view-attractive-hispanic-developer-programming-software-using-computer-while-working-from-home_662251-988.jpg"
},
items: [
{ icon: DollarSign, text: "Full-stack web development" },
{ icon: TrendingUp, text: "Security-first architecture" },
{ icon: Sparkles, text: "Performance optimization" }
{ icon: Code, text: "Full-stack web development" },
{ icon: Lock, text: "Security-first architecture" },
{ icon: Zap, text: "Performance optimization" }
],
reverse: false
}