diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a96c66..143e35e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -40,9 +40,7 @@ export default function HomePage() { brandName="Mahsa Delavari" navItems={navItems} button={{ - text: "View My Work", - href: "/work", - }} + text: "View My Work", href: "/work"}} /> @@ -51,7 +49,7 @@ export default function HomePage() { @@ -228,35 +154,17 @@ export default function HomePage() { animationType="smooth" faqs={[ { - id: "1", - title: "What is your design process?", - content: "I follow a structured research-driven approach: Discovery & Research → User Interviews & Testing → Wireframing & Prototyping → Iterative Design → Validation & Refinement. Each phase includes stakeholder feedback and measurable metrics to ensure alignment with business goals.", - }, + id: "1", title: "What is your design process?", content: "I follow a structured research-driven approach: Discovery & Research → User Interviews & Testing → Wireframing & Prototyping → Iterative Design → Validation & Refinement. Each phase includes stakeholder feedback and measurable metrics to ensure alignment with business goals."}, { - id: "2", - title: "What types of projects do you specialize in?", - content: "I specialize in enterprise dashboards, location-based applications, business management systems, and safety-critical interfaces. My expertise spans web and mobile design with a focus on complex data visualization and user workflow optimization.", - }, + id: "2", title: "What types of projects do you specialize in?", content: "I specialize in enterprise dashboards, location-based applications, business management systems, and safety-critical interfaces. My expertise spans web and mobile design with a focus on complex data visualization and user workflow optimization."}, { - id: "3", - title: "How do you measure design success?", - content: "I establish clear KPIs at project start: task completion rates, time-on-task reduction, user satisfaction scores, and business metrics. Post-launch, I conduct usability testing and analyze user behavior data to continuously refine and improve the design.", - }, + id: "3", title: "How do you measure design success?", content: "I establish clear KPIs at project start: task completion rates, time-on-task reduction, user satisfaction scores, and business metrics. Post-launch, I conduct usability testing and analyze user behavior data to continuously refine and improve the design."}, { - id: "4", - title: "What tools and technologies do you use?", - content: "Figma for design and prototyping, UserTesting for research, Maze for remote testing, Adobe Creative Suite for assets, and design systems documentation. I'm also proficient with design handoff tools and collaboration platforms.", - }, + id: "4", title: "What tools and technologies do you use?", content: "Figma for design and prototyping, UserTesting for research, Maze for remote testing, Adobe Creative Suite for assets, and design systems documentation. I'm also proficient with design handoff tools and collaboration platforms."}, { - id: "5", - title: "Do you work with remote teams?", - content: "Yes, I work effectively with distributed teams across multiple time zones. I utilize collaboration tools like Figma, Slack, and Asana to ensure seamless communication and project tracking throughout the design process.", - }, + id: "5", title: "Do you work with remote teams?", content: "Yes, I work effectively with distributed teams across multiple time zones. I utilize collaboration tools like Figma, Slack, and Asana to ensure seamless communication and project tracking throughout the design process."}, { - id: "6", - title: "How long does a typical project take?", - content: "Project timeline varies: discovery & research (2-4 weeks) → design & prototyping (3-6 weeks) → testing & iteration (2-4 weeks). Most enterprise projects take 8-14 weeks from kick-off to handoff, depending on complexity and scope.", - }, + id: "6", title: "How long does a typical project take?", content: "Project timeline varies: discovery & research (2-4 weeks) → design & prototyping (3-6 weeks) → testing & iteration (2-4 weeks). Most enterprise projects take 8-14 weeks from kick-off to handoff, depending on complexity and scope."}, ]} /> @@ -272,13 +180,11 @@ export default function HomePage() { { name: "subject", type: "text", placeholder: "Subject", required: true }, ]} textarea={{ - name: "message", - placeholder: "Tell me about your project or inquiry...", - rows: 6, + name: "message", placeholder: "Tell me about your project or inquiry...", rows: 6, required: true, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/workers-using-devices-workplace_1301-710.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/workers-using-devices-workplace_1301-710.jpg" imageAlt="Contact Section Visual" mediaAnimation="slide-up" mediaPosition="right" @@ -293,8 +199,7 @@ export default function HomePage() { logoText="Mahsa Delavari" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Case Studies", href: "/work" }, { label: "About", href: "/about" }, @@ -302,24 +207,21 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email", href: "mailto:mahsadelavari1995@gmail.com" }, { label: "Phone", href: "tel:+64221234278" }, { label: "Auckland, NZ", href: "#" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Dribbble", href: "https://dribbble.com" }, { label: "Twitter", href: "https://twitter.com" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Design Articles", href: "#" }, { label: "UX Process", href: "#" }, { label: "Design System", href: "#" },