diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e4291c..4211dd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, Layout } from "lucide-react"; +import { Award, BarChart3, CheckCircle, Code, Compass, Database, Github, Instagram, Lightbulb, Linkedin, Palette, Shield, Sparkles, Star, Target, Trophy, TrendingUp, Twitter, Users, Zap, Layout } from "lucide-react"; export default function LandingPage() { return ( @@ -33,10 +33,11 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Process", id: "process" }, { name: "Work", id: "testimonials" }, - { name: "Services", id: "features" }, + { name: "Services", id: "features" } ]} button={{ - text: "Start Project", href: "#contact"}} + text: "Start Project", href: "#contact" + }} animateOnLoad={true} /> @@ -49,7 +50,7 @@ export default function LandingPage() { kpis={[ { value: "250+", label: "Projects Delivered" }, { value: "98%", label: "Client Satisfaction" }, - { value: "8+", label: "Years Experience" }, + { value: "8+", label: "Years Experience" } ]} enableKpiAnimation={true} tag="Creative Excellence" @@ -57,7 +58,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "View Our Work", href: "#testimonials" }, - { text: "Schedule Consultation", href: "#contact" }, + { text: "Schedule Consultation", href: "#contact" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/charts-set-pink-dashboard-user-panel_23-2148381985.jpg" @@ -75,7 +76,7 @@ export default function LandingPage() { title="We partner with ambitious brands to create unforgettable digital experiences that inspire action and drive measurable results." buttons={[ { text: "Learn About Us", href: "#process" }, - { text: "Explore Services", href: "#features" }, + { text: "Explore Services", href: "#features" } ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -87,16 +88,20 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discovery", title: "Strategy & Research", subtitle: "Understanding your vision and market", description: "We begin by diving deep into your business objectives, target audience, and competitive landscape. Through comprehensive research and strategic workshops, we uncover insights that shape every decision moving forward.", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-businesspeople-watching-stickers-making-notes-successful-concentrated-colleagues-suits-meeting-office-room-teamwork-business-brainstorm-concept_74855-7279.jpg", imageAlt: "Strategy and research phase"}, + tag: "Discovery", title: "Strategy & Research", subtitle: "Understanding your vision and market", description: "We begin by diving deep into your business objectives, target audience, and competitive landscape. Through comprehensive research and strategic workshops, we uncover insights that shape every decision moving forward.", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-businesspeople-watching-stickers-making-notes-successful-concentrated-colleagues-suits-meeting-office-room-teamwork-business-brainstorm-concept_74855-7279.jpg", imageAlt: "Strategy and research phase" + }, { id: 2, - tag: "Creation", title: "Design & Innovation", subtitle: "Bringing ideas to life with creativity", description: "Our creative team transforms strategic insights into stunning visual experiences. From wireframes to high-fidelity designs, we craft interfaces that are both beautiful and functional, optimized for user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/examining-moleculat-model_1098-19569.jpg", imageAlt: "Design and creative execution"}, + tag: "Creation", title: "Design & Innovation", subtitle: "Bringing ideas to life with creativity", description: "Our creative team transforms strategic insights into stunning visual experiences. From wireframes to high-fidelity designs, we craft interfaces that are both beautiful and functional, optimized for user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/examining-moleculat-model_1098-19569.jpg", imageAlt: "Design and creative execution" + }, { id: 3, - tag: "Development", title: "Build & Deploy", subtitle: "Technology that performs flawlessly", description: "Using cutting-edge technologies and best practices, our developers bring designs to life with clean, scalable code. Every line is written for performance, security, and future growth.", imageSrc: "http://img.b2bpic.net/free-photo/program-development-with-data-terminal-window-displaying-it-coding-language-computer-database-cloud-computing-programming-new-user-interface-with-hmtl-script-close-up_482257-60750.jpg", imageAlt: "Development and deployment phase"}, + tag: "Development", title: "Build & Deploy", subtitle: "Technology that performs flawlessly", description: "Using cutting-edge technologies and best practices, our developers bring designs to life with clean, scalable code. Every line is written for performance, security, and future growth.", imageSrc: "http://img.b2bpic.net/free-photo/program-development-with-data-terminal-window-displaying-it-coding-language-computer-database-cloud-computing-programming-new-user-interface-with-hmtl-script-close-up_482257-60750.jpg", imageAlt: "Development and deployment phase" + }, { id: 4, - tag: "Success", title: "Launch & Optimize", subtitle: "Measuring impact and driving growth", description: "We don't just launch—we optimize. Through continuous monitoring, analytics, and iterative improvements, we ensure your digital product reaches peak performance and delivers maximum ROI.", imageSrc: "http://img.b2bpic.net/free-vector/trophy-background-with-business-elements-flat-design_23-2147599081.jpg", imageAlt: "Launch and optimization phase"}, + tag: "Success", title: "Launch & Optimize", subtitle: "Measuring impact and driving growth", description: "We don't just launch—we optimize. Through continuous monitoring, analytics, and iterative improvements, we ensure your digital product reaches peak performance and delivers maximum ROI.", imageSrc: "http://img.b2bpic.net/free-vector/trophy-background-with-business-elements-flat-design_23-2147599081.jpg", imageAlt: "Launch and optimization phase" + } ]} title="Our Creative Process" description="A proven methodology that transforms ideas into impactful digital solutions" @@ -109,17 +114,17 @@ export default function LandingPage() {