Merge version_1 into main #2
374
src/app/page.tsx
374
src/app/page.tsx
@@ -32,133 +32,49 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Manish Yadav"
|
||||
button={{ text: "Get in touch", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Manish Yadav"
|
||||
description="Senior Finance Executive & Data Analyst. Transforming financial operations through data-driven insights, automation, and advanced reporting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Colleague",
|
||||
handle: "@ASCGroup",
|
||||
testimonial: "Manish's analytical approach to financial reporting has been a game-changer for our team's efficiency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=1",
|
||||
imageAlt: "professional indian man headshot",
|
||||
},
|
||||
{
|
||||
name: "Client",
|
||||
handle: "@Professional",
|
||||
testimonial: "Exceptional at reconciling complex GST accounts and providing clear, actionable insights.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg?_wi=1",
|
||||
imageAlt: "professional indian man headshot",
|
||||
},
|
||||
{
|
||||
name: "Lead",
|
||||
handle: "@ASCGroup",
|
||||
testimonial: "A skilled multi-tasker who consistently delivers quality financial analysis and reports.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg?_wi=1",
|
||||
imageAlt: "professional indian man headshot",
|
||||
},
|
||||
{
|
||||
name: "Manager",
|
||||
handle: "@Finance",
|
||||
testimonial: "Manish's automation skills in Excel have significantly reduced our reporting cycle times.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
imageAlt: "professional indian man headshot",
|
||||
},
|
||||
{
|
||||
name: "Peer",
|
||||
handle: "@Analytics",
|
||||
testimonial: "Strong technical skills in Python and Power BI, paired with solid financial accounting expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-sound-engineers-standing-with-arms-crossed_107420-96162.jpg",
|
||||
imageAlt: "professional indian man headshot",
|
||||
},
|
||||
{ name: "Colleague", handle: "@ASCGroup", testimonial: "Manish's analytical approach to financial reporting has been a game-changer for our team's efficiency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "professional indian man headshot" },
|
||||
{ name: "Client", handle: "@Professional", testimonial: "Exceptional at reconciling complex GST accounts and providing clear, actionable insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg", imageAlt: "professional indian man headshot" },
|
||||
{ name: "Lead", handle: "@ASCGroup", testimonial: "A skilled multi-tasker who consistently delivers quality financial analysis and reports.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg", imageAlt: "professional indian man headshot" },
|
||||
{ name: "Manager", handle: "@Finance", testimonial: "Manish's automation skills in Excel have significantly reduced our reporting cycle times.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional indian man headshot" },
|
||||
{ name: "Peer", handle: "@Analytics", testimonial: "Strong technical skills in Python and Power BI, paired with solid financial accounting expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-sound-engineers-standing-with-arms-crossed_107420-96162.jpg", imageAlt: "professional indian man headshot" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Projects", href: "#projects" },
|
||||
{ text: "Contact Me", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg"
|
||||
imageAlt="Manish Yadav Professional Portrait"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
alt: "Colleague avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
alt: "Colleague avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "Colleague avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
||||
alt: "Colleague avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg",
|
||||
alt: "Colleague avatar 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Colleague avatar 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", alt: "Colleague avatar 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Colleague avatar 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", alt: "Colleague avatar 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg", alt: "Colleague avatar 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Reporting",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Analysis",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tax Automation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Planning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Intelligence",
|
||||
},
|
||||
{ type: "text", text: "Financial Reporting" },
|
||||
{ type: "text", text: "Data Analysis" },
|
||||
{ type: "text", text: "Tax Automation" },
|
||||
{ type: "text", text: "Strategic Planning" },
|
||||
{ type: "text", text: "Business Intelligence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,20 +85,11 @@ export default function LandingPage() {
|
||||
title="Professional Experience & Expertise"
|
||||
description="With over 7 years in financial reporting and operations, I bridge the gap between complex accounting and strategic data analysis. My focus is on automating processes and extracting actionable business intelligence."
|
||||
metrics={[
|
||||
{
|
||||
value: "7+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Professional Connections",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "GST Compliance Focus",
|
||||
},
|
||||
{ value: "7+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Professional Connections" },
|
||||
{ value: "100%", title: "GST Compliance Focus" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="Financial data analysis desk"
|
||||
/>
|
||||
@@ -195,18 +102,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "exp-1",
|
||||
groupTitle: "Current Professional Role",
|
||||
members: [
|
||||
id: "exp-1", groupTitle: "Current Professional Role", members: [
|
||||
{
|
||||
id: "asc",
|
||||
title: "Senior Associate II",
|
||||
subtitle: "ASC Group · 2019 - Present",
|
||||
detail: "Led overseas accounting, automated MIS reports using Excel/Macros, and managed complex GST reconciliation processes.",
|
||||
},
|
||||
id: "asc", title: "Senior Associate II", subtitle: "ASC Group · 2019 - Present", detail: "Led overseas accounting, automated MIS reports using Excel/Macros, and managed complex GST reconciliation processes."},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119792.jpg",
|
||||
imageAlt: "Man in solar panels plant using laptop to improve solar cells efficiency",
|
||||
},
|
||||
]}
|
||||
title="Career Journey"
|
||||
@@ -221,27 +120,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Advanced",
|
||||
title: "Excel & VBA",
|
||||
description: "Automating financial reporting & modeling.",
|
||||
icon: CreditCard,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Expert",
|
||||
title: "Power BI & Tableau",
|
||||
description: "Interactive data visualization & dashboards.",
|
||||
icon: LineChart,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Skilled",
|
||||
title: "SQL & Python",
|
||||
description: "Data management & predictive modeling.",
|
||||
icon: Code,
|
||||
},
|
||||
{ id: "m1", value: "Advanced", title: "Excel & VBA", description: "Automating financial reporting & modeling.", icon: CreditCard },
|
||||
{ id: "m2", value: "Expert", title: "Power BI & Tableau", description: "Interactive data visualization & dashboards.", icon: LineChart },
|
||||
{ id: "m3", value: "Skilled", title: "SQL & Python", description: "Data management & predictive modeling.", icon: Code },
|
||||
]}
|
||||
title="Technical Skill Set"
|
||||
description="Tools and techniques I use to deliver financial excellence."
|
||||
@@ -254,27 +135,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Financial Reporting",
|
||||
description: "MIS and statutory reporting integration.",
|
||||
tag: "Finance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-reports-pile-documents-business-concept_1150-2249.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Tax Compliance",
|
||||
description: "GST reconciliation and modeling expertise.",
|
||||
tag: "GST",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-graph-arrow-up_53876-133586.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Data Visualization",
|
||||
description: "Building interactive dashboards for KPIs.",
|
||||
tag: "Analytics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charts-with-economy-development-desk_23-2148541972.jpg",
|
||||
},
|
||||
{ id: "s1", title: "Financial Reporting", description: "MIS and statutory reporting integration.", tag: "Finance", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-reports-pile-documents-business-concept_1150-2249.jpg" },
|
||||
{ id: "s2", title: "Tax Compliance", description: "GST reconciliation and modeling expertise.", tag: "GST", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-graph-arrow-up_53876-133586.jpg" },
|
||||
{ id: "s3", title: "Data Visualization", description: "Building interactive dashboards for KPIs.", tag: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/charts-with-economy-development-desk_23-2148541972.jpg" },
|
||||
]}
|
||||
title="Key Specializations"
|
||||
description="My core competencies combine traditional financial rigor with modern data analytical tools."
|
||||
@@ -288,48 +151,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Hospitality Dashboard",
|
||||
price: "Dashboard Design",
|
||||
variant: "Excel, MySQL, Power BI",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "GST Reconciliation Model",
|
||||
price: "Process Optimization",
|
||||
variant: "Automated Reconciliation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16177.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Financial Reporting Automation",
|
||||
price: "MIS Reporting",
|
||||
variant: "VBA, Advanced Excel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notes_23-2147669767.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Revenue Forecasting Model",
|
||||
price: "Strategic Modeling",
|
||||
variant: "Python, Advanced Excel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vendor Ledger Reconciliation",
|
||||
price: "ERP Optimization",
|
||||
variant: "Tally Prime 5.0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-results-graph-chart-word-graphic_53876-124020.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Data Analysis Reporting",
|
||||
price: "Insight Generation",
|
||||
variant: "Tableau & Power Query",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-charts-doing-research_23-2147764675.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Hospitality Dashboard", price: "Dashboard Design", variant: "Excel, MySQL, Power BI", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg" },
|
||||
{ id: "p2", name: "GST Reconciliation Model", price: "Process Optimization", variant: "Automated Reconciliation", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16177.jpg" },
|
||||
{ id: "p3", name: "Financial Reporting Automation", price: "MIS Reporting", variant: "VBA, Advanced Excel", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notes_23-2147669767.jpg" },
|
||||
{ id: "p4", name: "Revenue Forecasting Model", price: "Strategic Modeling", variant: "Python, Advanced Excel", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg" },
|
||||
{ id: "p5", name: "Vendor Ledger Reconciliation", price: "ERP Optimization", variant: "Tally Prime 5.0", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-summary-results-graph-chart-word-graphic_53876-124020.jpg" },
|
||||
{ id: "p6", name: "Data Analysis Reporting", price: "Insight Generation", variant: "Tableau & Power Query", imageSrc: "http://img.b2bpic.net/free-photo/women-with-charts-doing-research_23-2147764675.jpg" },
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Selected initiatives showcasing my commitment to operational improvement."
|
||||
@@ -341,61 +168,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2024",
|
||||
title: "Senior Accountant",
|
||||
quote: "Manish has a brilliant mind for bridging complex accounting with data visualization.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=3",
|
||||
imageAlt: "diverse business executive headshot",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael D.",
|
||||
date: "Sep 2024",
|
||||
title: "IT Lead",
|
||||
quote: "His knowledge of Python and Data Analysis techniques significantly boosted our project output.",
|
||||
tag: "Collaboration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-two-sound-engineers-standing-with-arms-crossed_107420-96162.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg?_wi=3",
|
||||
imageAlt: "diverse business executive headshot",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya K.",
|
||||
date: "Aug 2024",
|
||||
title: "Manager",
|
||||
quote: "Reliable and precise—the go-to professional for any GST or reporting discrepancy.",
|
||||
tag: "Leadership",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg?_wi=3",
|
||||
imageAlt: "diverse business executive headshot",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David R.",
|
||||
date: "Jul 2024",
|
||||
title: "Finance Manager",
|
||||
quote: "Manish brings a unique, results-oriented perspective to every task he undertakes.",
|
||||
tag: "Expertise",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg",
|
||||
imageAlt: "diverse business executive headshot",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anita M.",
|
||||
date: "Jun 2024",
|
||||
title: "Business Analyst",
|
||||
quote: "Collaborating with Manish on data-driven projects is always a learning experience.",
|
||||
tag: "Analytics",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/keyboard-credit-card-notebook-mock-up_23-2148317911.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16177.jpg?_wi=2",
|
||||
imageAlt: "diverse business executive headshot",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Oct 2024", title: "Senior Accountant", quote: "Manish has a brilliant mind for bridging complex accounting with data visualization.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" },
|
||||
{ id: "t2", name: "Michael D.", date: "Sep 2024", title: "IT Lead", quote: "His knowledge of Python and Data Analysis techniques significantly boosted our project output.", tag: "Collaboration", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-two-sound-engineers-standing-with-arms-crossed_107420-96162.jpg" },
|
||||
{ id: "t3", name: "Priya K.", date: "Aug 2024", title: "Manager", quote: "Reliable and precise—the go-to professional for any GST or reporting discrepancy.", tag: "Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg" },
|
||||
{ id: "t4", name: "David R.", date: "Jul 2024", title: "Finance Manager", quote: "Manish brings a unique, results-oriented perspective to every task he undertakes.", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg" },
|
||||
{ id: "t5", name: "Anita M.", date: "Jun 2024", title: "Business Analyst", quote: "Collaborating with Manish on data-driven projects is always a learning experience.", tag: "Analytics", avatarSrc: "http://img.b2bpic.net/free-photo/keyboard-credit-card-notebook-mock-up_23-2148317911.jpg" },
|
||||
]}
|
||||
title="What Colleagues Say"
|
||||
description="Feedback from peers and leads regarding my professional performance."
|
||||
@@ -408,25 +185,10 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="I am open to new challenges and discussions regarding financial reporting, data analysis, or GST advisory services."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message here...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your message here...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/keyboard-credit-card-notebook-mock-up_23-2148317911.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -436,37 +198,17 @@ export default function LandingPage() {
|
||||
logoText="Manish Yadav"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Experience",
|
||||
href: "#experience",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Experience", href: "#experience" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:manish.yadav@example.com",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Email", href: "mailto:manish.yadav@example.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user