Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e11a207c26 | |||
| ed4ccb1c37 | |||
| c9d262751f | |||
| ca52c41313 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Jaimin Prajapati"
|
title="Jaimin Prajapati"
|
||||||
description="Mechanical Design Engineer | Sheet Metal | SolidWorks Expert | FEA, CFD, DFM | HVAC Design & Energy Analysis | Delivering Production-Ready Engineering Solutions"
|
description="Mechanical Design Engineer | Sheet Metal | SolidWorks Expert | FEA, CFD, DFM | HVAC Design & Energy Analysis"
|
||||||
tag="Available for Projects"
|
tag="Available for Projects"
|
||||||
buttons={[{ text: "Contact Me", href: "#contact" }, { text: "Download CV", href: "#" }]}
|
buttons={[{ text: "Contact Me", href: "#contact" }, { text: "Download CV", href: "#" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
<div id="skills" data-section="skills">
|
<div id="skills" data-section="skills">
|
||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", title: "SolidWorks & CAD", author: "Expert Level", description: "3D modeling and complex sheet metal assembly design.", tags: ["CAD", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/black-engineer-designs-machinery-tools_482257-121402.jpg" },
|
{ id: "1", title: "SolidWorks & CAD", author: "Expert Level", description: "3D modeling and complex sheet metal assembly design.", tags: ["CAD", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/black-engineer-designs-machinery-tools_482257-121402.jpg" },
|
||||||
@@ -179,4 +179,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user