Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Skills",
|
||||
id: "skills",
|
||||
},
|
||||
name: "Skills", id: "skills"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mohammed Jamal"
|
||||
/>
|
||||
@@ -56,32 +46,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Mohammed Jamal"
|
||||
description="MIS Student specializing in QA Software Testing and Data Analysis. Turning complex data into actionable insights."
|
||||
tag="QA & Data Analyst"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q74e7o",
|
||||
imageAlt: "Professional headshot young man",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q74e7o", imageAlt: "Professional headshot young man"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yza3aq",
|
||||
imageAlt: "Mobile app UI design",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yza3aq", imageAlt: "Mobile app UI design"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9le51",
|
||||
imageAlt: "Power BI dashboard interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9le51", imageAlt: "Power BI dashboard interface"},
|
||||
{
|
||||
imageSrc: "asset://hero-extra-1",
|
||||
imageAlt: "Data analytics visualization",
|
||||
},
|
||||
imageSrc: "asset://hero-extra-1", imageAlt: "Data analytics visualization"},
|
||||
{
|
||||
imageSrc: "asset://hero-extra-2",
|
||||
imageAlt: "Software testing lifecycle",
|
||||
},
|
||||
imageSrc: "asset://hero-extra-2", imageAlt: "Software testing lifecycle"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -94,9 +73,7 @@ export default function LandingPage() {
|
||||
title="About Me"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "Learn More", href: "#projects"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,23 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "SkillSwap",
|
||||
price: "QA Tester",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5eck2i",
|
||||
},
|
||||
id: "1", name: "SkillSwap", price: "QA Tester", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5eck2i"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Global Superstore Insights",
|
||||
price: "Power BI & SQL",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hazyho",
|
||||
},
|
||||
id: "2", name: "Global Superstore Insights", price: "Power BI & SQL", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hazyho"},
|
||||
{
|
||||
id: "3",
|
||||
name: "AI Productivity Tools",
|
||||
price: "Business Solution",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgibbi",
|
||||
},
|
||||
id: "3", name: "AI Productivity Tools", price: "Business Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgibbi"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Selected works demonstrating my expertise in testing and analytics."
|
||||
@@ -139,15 +104,9 @@ export default function LandingPage() {
|
||||
description="Comprehensive toolkit for QA and Data Analysis."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Software Testing",
|
||||
content: "Expertise in manual testing and test case design.",
|
||||
},
|
||||
id: "1", title: "Software Testing", content: "Expertise in manual testing and test case design."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Data Analytics",
|
||||
content: "Skilled in SQL, Power BI, and DAX for deep analysis.",
|
||||
},
|
||||
id: "2", title: "Data Analytics", content: "Skilled in SQL, Power BI, and DAX for deep analysis."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="asset://skills-visual"
|
||||
@@ -158,21 +117,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Let's connect"
|
||||
description="Ready to discuss new opportunities in QA or Data Analytics."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Me",
|
||||
href: "mailto:email@example.com",
|
||||
},
|
||||
text: "Email Me", href: "mailto:email@example.com"},
|
||||
{
|
||||
text: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
text: "LinkedIn", href: "https://linkedin.com"},
|
||||
]}
|
||||
buttonContainerClassName="gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,16 +135,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mohammed Jamal"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user