diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9ded559..b9db90d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Senior Product Designer | Design Studio", description: "Award-winning senior product designer specializing in UX/UI design, design systems, and user research. 10+ years of experience creating exceptional digital experiences.", keywords: "product designer, UX design, UI design, design systems, user research, portfolio", metadataBase: new URL("https://designstudio.example.com"), alternates: { - canonical: "https://designstudio.example.com"}, + canonical: "https://designstudio.example.com" + }, openGraph: { title: "Senior Product Designer | Design Studio", description: "Crafting exceptional digital experiences for innovative companies. 10+ years of expertise in UX/UI design and design systems.", url: "https://designstudio.example.com", siteName: "Design Studio", type: "website", images: [ { - url: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", alt: "Portfolio showcase"}, + url: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", alt: "Portfolio showcase" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index f1d7627..e46691a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,14 @@ export default function LandingPage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"}, + src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"}, + src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"}, + src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial" + }, ]} avatarText="Trusted by 50+ companies worldwide" buttons={[ @@ -86,11 +89,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "SaaS Dashboard Redesign", price: "Analytics Platform", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=1", imageAlt: "SaaS dashboard interface redesign"}, + id: "1", name: "SaaS Dashboard Redesign", price: "Analytics Platform", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=1", imageAlt: "SaaS dashboard interface redesign" + }, { - id: "2", name: "Mobile App Design System", price: "Fintech Application", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=1", imageAlt: "Mobile application design system"}, + id: "2", name: "Mobile App Design System", price: "Fintech Application", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=1", imageAlt: "Mobile application design system" + }, { - id: "3", name: "E-Commerce Platform", price: "Retail Experience", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg", imageAlt: "E-commerce platform design"}, + id: "3", name: "E-Commerce Platform", price: "Retail Experience", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg", imageAlt: "E-commerce platform design" + }, ]} /> @@ -105,13 +111,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Design", title: "UX/UI Design", subtitle: "User-centered design thinking", description: "Creating intuitive interfaces that solve real user problems. Expertise in wireframing, prototyping, user testing, and iterative design processes across web and mobile platforms.", imageSrc: "http://img.b2bpic.net/free-vector/social-page-application-ui-design-concept_1284-45234.jpg"}, + tag: "Design", title: "UX/UI Design", subtitle: "User-centered design thinking", description: "Creating intuitive interfaces that solve real user problems. Expertise in wireframing, prototyping, user testing, and iterative design processes across web and mobile platforms.", imageSrc: "http://img.b2bpic.net/free-vector/social-page-application-ui-design-concept_1284-45234.jpg" + }, { id: 2, - tag: "Systems", title: "Design Systems", subtitle: "Scalable, consistent solutions", description: "Building comprehensive design systems and component libraries that enable teams to work faster and maintain consistency across products. Strong experience with Figma and design documentation.", imageSrc: "http://img.b2bpic.net/free-vector/website-design-proposal-template-design_742173-25042.jpg"}, + tag: "Systems", title: "Design Systems", subtitle: "Scalable, consistent solutions", description: "Building comprehensive design systems and component libraries that enable teams to work faster and maintain consistency across products. Strong experience with Figma and design documentation.", imageSrc: "http://img.b2bpic.net/free-vector/website-design-proposal-template-design_742173-25042.jpg" + }, { id: 3, - tag: "Research", title: "User Research", subtitle: "Data-driven decisions", description: "Conducting user interviews, usability tests, and analytics research to inform design decisions. Translating research insights into actionable design improvements.", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg"}, + tag: "Research", title: "User Research", subtitle: "Data-driven decisions", description: "Conducting user interviews, usability tests, and analytics research to inform design decisions. Translating research insights into actionable design improvements.", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg" + }, ]} /> @@ -125,9 +134,11 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "45%", title: "Conversion Increase", description: "Average uplift across redesigned platforms", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=2", imageAlt: "Conversion metrics"}, + id: "1", value: "45%", title: "Conversion Increase", description: "Average uplift across redesigned platforms", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=2", imageAlt: "Conversion metrics" + }, { - id: "2", value: "2.3M+", title: "Users Impacted", description: "Direct users of designed products", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=2", imageAlt: "Users impacted"}, + id: "2", value: "2.3M+", title: "Users Impacted", description: "Direct users of designed products", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=2", imageAlt: "Users impacted" + }, ]} /> @@ -136,13 +147,17 @@ export default function LandingPage() {