From b655fe81c1a13f76ce34178e95048069811d52c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:51:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"}, ]} /> -- 2.49.1