diff --git a/src/app/page.tsx b/src/app/page.tsx index d8c3eac..8feb5de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,7 @@ export default function LandingPage() { imageAlt="Professional portrait" mediaAnimation="blur-reveal" imagePosition="right" + background={{ variant: "plain" }} testimonials={[ { name: "Sarah Chen", handle: "Design Director", testimonial: "Outstanding attention to detail and user experience", rating: 5, @@ -119,11 +120,9 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "UI/UX Design", author: "Design", description: "Crafting intuitive interfaces and seamless user experiences through research-driven design principles.", tags: ["Figma", "Prototyping", "User Research"], - imageSrc: "http://img.b2bpic.net/free-photo/business-desk-assortment-flat-lay_23-2148128292.jpg"}, + id: "1", title: "UI/UX Design", author: "Design", description: "Crafting intuitive interfaces and seamless user experiences through research-driven design principles.", tags: ["Figma", "Prototyping", "User Research"], imageSrc: "http://img.b2bpic.net/free-photo/business-desk-assortment-flat-lay_23-2148128292.jpg"}, { - id: "2", title: "Web Development", author: "Development", description: "Building fast, scalable, and accessible web applications using modern frameworks and best practices.", tags: ["React", "Next.js", "TypeScript"], - imageSrc: "http://img.b2bpic.net/free-photo/africann-american-system-engineers-analyzing-source-code-looking-errors-checking-big-tv-monitor-it-agency-office-software-developers-working-cyber-security-innovation-it-agency_482257-64403.jpg"}, + id: "2", title: "Web Development", author: "Development", description: "Building fast, scalable, and accessible web applications using modern frameworks and best practices.", tags: ["React", "Next.js", "TypeScript"], imageSrc: "http://img.b2bpic.net/free-photo/africann-american-system-engineers-analyzing-source-code-looking-errors-checking-big-tv-monitor-it-agency-office-software-developers-working-cyber-security-innovation-it-agency_482257-64403.jpg"}, ]} />