diff --git a/src/app/page.tsx b/src/app/page.tsx index acc3712..90add65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { sidebarItems: [ { icon: BarChart3, active: true }, { icon: Briefcase }, - { icon: "Settings" }, + { icon: Settings }, ], stats: [ { title: "Projects Delivered", values: [45, 52, 68], description: "Active projects completed" }, @@ -78,7 +78,7 @@ export default function LandingPage() { listTitle: "Recent Milestones", listItems: [ { icon: CheckCircle, title: "5 Enterprise Clients", status: "Completed" }, { icon: Rocket, title: "Launch: Premium Platform", status: "Live" }, - { icon: "Trophy", title: "Design Award Win", status: "Achieved" }, + { icon: Trophy, title: "Design Award Win", status: "Achieved" }, ], }} /> @@ -94,7 +94,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Strategic Design & Branding", description: "From visual identity to comprehensive brand systems, we create distinctive designs that resonate with your audience and drive meaningful engagement across all touchpoints.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg"}, items: [ { icon: Palette, text: "Visual Identity Design" }, { icon: Layout, text: "Brand Guidelines" }, @@ -105,7 +105,7 @@ export default function LandingPage() { }, { id: "2", title: "Web & App Development", description: "High-performance digital products built with modern technologies. We create scalable solutions that perform beautifully across all devices and drive user engagement.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg"}, items: [ { icon: Code, text: "Frontend Development" }, { icon: Server, text: "Backend Solutions" }, @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "3", title: "Digital Marketing & Strategy", description: "Data-driven marketing strategies that convert. We develop comprehensive digital strategies that combine SEO, content marketing, and paid advertising for measurable results.", media: { - imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg"}, items: [ { icon: TrendingUp, text: "SEO & SEM" }, { icon: Mail, text: "Content Strategy" }, @@ -141,11 +141,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "E-Commerce Platform Redesign", price: "3-Month Project", variant: "UI/UX Design + Development", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg?_wi=2", imageAlt: "E-commerce platform"}, + id: "1", name: "E-Commerce Platform Redesign", price: "3-Month Project", variant: "UI/UX Design + Development", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg", imageAlt: "E-commerce platform"}, { - id: "2", name: "SaaS Dashboard Creation", price: "6-Month Project", variant: "Full-Stack Development", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg?_wi=2", imageAlt: "SaaS dashboard"}, + id: "2", name: "SaaS Dashboard Creation", price: "6-Month Project", variant: "Full-Stack Development", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg", imageAlt: "SaaS dashboard"}, { - id: "3", name: "Brand Identity System", price: "2-Month Project", variant: "Branding + Design System", imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg?_wi=2", imageAlt: "Brand identity"}, + id: "3", name: "Brand Identity System", price: "2-Month Project", variant: "Branding + Design System", imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg", imageAlt: "Brand identity"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal"