Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 08:54:36 +00:00

View File

@@ -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, BarChart3, CheckCircle, Code, Compass, Database, Github, Instagram, Lightbulb, Linkedin, Palette, Shield, Sparkles, Target, Trophy, TrendingUp, Twitter, Users, Zap } from "lucide-react";
import { Award, BarChart3, CheckCircle, Code, Compass, Database, Github, Instagram, Lightbulb, Linkedin, Palette, Shield, Sparkles, Target, Trophy, TrendingUp, Twitter, Users, Zap, Layout } from "lucide-react";
export default function LandingPage() {
return (
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Vision Into Digital Reality"
description="We craft exceptional digital experiences that captivate audiences, drive engagement, and accelerate business growth through strategic design and innovative technology."
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
kpis={[
{ value: "250+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -174,7 +174,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038914.jpg", imageAlt: "Creative design services"},
items: [
{ icon: Palette, text: "Brand identity and visual systems" },
{ icon: Palette, text: "UI/UX design and prototyping" },
{ icon: Layout, text: "UI/UX design and prototyping" },
{ icon: Sparkles, text: "Interactive design and animations" },
],
reverse: true,
@@ -216,7 +216,7 @@ export default function LandingPage() {
{ text: "Start Your Project", href: "#" },
{ text: "Schedule Call", href: "#" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
/>
</div>