From 4046067759e50611525910ffced6877ed6fb4328 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:10:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 20a915b..ff58a78 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,16 +22,19 @@ const inter = Inter({ export const metadata: Metadata = { title: "Creative Portfolio | Design & Strategy", description: "Minimalist portfolio showcasing elegant digital design, brand strategy, and product experiences crafted with meticulous attention to detail.", keywords: "portfolio, design, UX, UI, product design, brand strategy, creative direction", metadataBase: new URL("https://yourportfolio.com"), alternates: { - canonical: "https://yourportfolio.com"}, + canonical: "https://yourportfolio.com" + }, openGraph: { title: "Creative Portfolio | Design & Strategy", description: "Explore elegant digital design and strategic creative work", url: "https://yourportfolio.com", siteName: "Portfolio", type: "website", images: [ { - url: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg", alt: "Portfolio showcase"}, + url: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg", alt: "Portfolio showcase" + }, ], }, twitter: { card: "summary_large_image", title: "Creative Portfolio | Design & Strategy", description: "Minimalist portfolio showcasing elegant digital design work", images: [ - "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg"], + "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg" + ], }, robots: { index: true, From 5f4e7f45a75cc8f7921ea79216987532fa1b853c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:10:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ada368a..eea2be8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,10 @@ export default function LandingPage() { tag="About" title="I create elegant digital experiences that prioritize clarity, functionality, and aesthetic excellence. Every project is crafted with meticulous attention to detail." useInvertedBackground={false} - buttons={[{ text: "Download Resume", href: "#" }]} + buttons={[ + { text: "Download Resume", href: "#" }, + { text: "Get in Touch", href: "contact" } + ]} /> @@ -71,11 +74,14 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Digital Experience Platform", price: "2024", imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-collection_23-2149195613.jpg", imageAlt: "Digital Experience Platform"}, + id: "1", name: "Digital Experience Platform", price: "2024", imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-collection_23-2149195613.jpg", imageAlt: "Digital Experience Platform" + }, { - id: "2", name: "Mobile App Redesign", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg", imageAlt: "Mobile App Redesign"}, + id: "2", name: "Mobile App Redesign", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg", imageAlt: "Mobile App Redesign" + }, { - id: "3", name: "Brand Identity System", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-dress-classic-hat-works-home-kitchen_343596-2535.jpg", imageAlt: "Brand Identity System"}, + id: "3", name: "Brand Identity System", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-dress-classic-hat-works-home-kitchen_343596-2535.jpg", imageAlt: "Brand Identity System" + }, ]} /> @@ -112,17 +118,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen, CEO of TechFlow", date: "Date: 15 November 2024", title: "Transformed our entire product vision", quote: "Working with this designer elevated our product from good to exceptional. The attention to detail and strategic thinking throughout the entire process was remarkable.", tag: "Product Design", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "Project collaboration"}, + id: "1", name: "Sarah Chen, CEO of TechFlow", date: "Date: 15 November 2024", title: "Transformed our entire product vision", quote: "Working with this designer elevated our product from good to exceptional. The attention to detail and strategic thinking throughout the entire process was remarkable.", tag: "Product Design", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "Project collaboration" + }, { - id: "2", name: "Michael Rodriguez, Founder of Creative Studios", date: "Date: 8 October 2024", title: "A true design partner", quote: "Beyond execution, this designer brought strategic insights that improved our entire brand ecosystem. A rare combination of artistic talent and business acumen.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Brand work showcase"}, + id: "2", name: "Michael Rodriguez, Founder of Creative Studios", date: "Date: 8 October 2024", title: "A true design partner", quote: "Beyond execution, this designer brought strategic insights that improved our entire brand ecosystem. A rare combination of artistic talent and business acumen.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Brand work showcase" + }, { - id: "3", name: "Emma Williams, VP Product at InnovateLab", date: "Date: 22 September 2024", title: "Exceptional collaboration", quote: "The design process was transparent, collaborative, and results-driven. Our users responded immediately to the improved experience.", tag: "UX/UI", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-profile-shot-handsome-bearded-man-looking-left-smiling-standing-against-white-backgro_1258-113911.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-profile-shot-handsome-bearded-man-looking-left-smiling-standing-against-white-backgro_1258-113911.jpg", imageAlt: "Interface design work"}, + id: "3", name: "Emma Williams, VP Product at InnovateLab", date: "Date: 22 September 2024", title: "Exceptional collaboration", quote: "The design process was transparent, collaborative, and results-driven. Our users responded immediately to the improved experience.", tag: "UX/UI", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-profile-shot-handsome-bearded-man-looking-left-smiling-standing-against-white-backgro_1258-113911.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-profile-shot-handsome-bearded-man-looking-left-smiling-standing-against-white-backgro_1258-113911.jpg", imageAlt: "Interface design work" + }, { - id: "4", name: "David Park, Chief Creative Officer", date: "Date: 5 August 2024", title: "Consistently delivers excellence", quote: "Over three years of collaboration, every project has exceeded expectations. This designer understands that great design solves real problems.", tag: "Strategy & Design", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Strategic project"}, + id: "4", name: "David Park, Chief Creative Officer", date: "Date: 5 August 2024", title: "Consistently delivers excellence", quote: "Over three years of collaboration, every project has exceeded expectations. This designer understands that great design solves real problems.", tag: "Strategy & Design", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Strategic project" + }, { - id: "5", name: "Lisa Martinez, Director of Design", date: "Date: 19 July 2024", title: "Elevates entire teams", quote: "Not only did they deliver exceptional work, but also elevated the design thinking across our entire organization through mentorship and collaboration.", tag: "Design Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Team collaboration"}, + id: "5", name: "Lisa Martinez, Director of Design", date: "Date: 19 July 2024", title: "Elevates entire teams", quote: "Not only did they deliver exceptional work, but also elevated the design thinking across our entire organization through mentorship and collaboration.", tag: "Design Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Team collaboration" + }, { - id: "6", name: "James Wilson, Startup Founder", date: "Date: 2 June 2024", title: "Game-changing partnership", quote: "From concept to launch, this designer brought clarity and confidence to our vision. The result speaks for itself in our user metrics.", tag: "Product", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Startup product"}, + id: "6", name: "James Wilson, Startup Founder", date: "Date: 2 June 2024", title: "Game-changing partnership", quote: "From concept to launch, this designer brought clarity and confidence to our vision. The result speaks for itself in our user metrics.", tag: "Product", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Startup product" + }, ]} /> @@ -137,13 +149,17 @@ export default function LandingPage() { animationType="slide-up" faqs={[ { - id: "1", title: "What's your typical project timeline?", content: "Most projects range from 6-12 weeks depending on scope and complexity. I prioritize quality over speed, ensuring each phase receives proper attention."}, + id: "1", title: "What's your typical project timeline?", content: "Most projects range from 6-12 weeks depending on scope and complexity. I prioritize quality over speed, ensuring each phase receives proper attention." + }, { - id: "2", title: "Do you work with startups and established companies?", content: "Yes, I work across the spectrum. Whether you're a early-stage startup or established enterprise, I bring the same dedication to strategic thinking and execution."}, + id: "2", title: "Do you work with startups and established companies?", content: "Yes, I work across the spectrum. Whether you're a early-stage startup or established enterprise, I bring the same dedication to strategic thinking and execution." + }, { - id: "3", title: "What's included in your design process?", content: "Strategy, research, multiple iterations, stakeholder feedback sessions, and post-launch support. I believe in collaborative partnership throughout the entire journey."}, + id: "3", title: "What's included in your design process?", content: "Strategy, research, multiple iterations, stakeholder feedback sessions, and post-launch support. I believe in collaborative partnership throughout the entire journey." + }, { - id: "4", title: "How do you approach ongoing projects?", content: "I offer retainer-based arrangements for clients who prefer long-term partnership, ensuring continuity and deeper understanding of your evolving needs."}, + id: "4", title: "How do you approach ongoing projects?", content: "I offer retainer-based arrangements for clients who prefer long-term partnership, ensuring continuity and deeper understanding of your evolving needs." + }, ]} />