5 Commits

Author SHA1 Message Date
f4c51e03ef Merge version_4 into main
Merge version_4 into main
2026-04-17 05:53:06 +00:00
e11a207c26 Update src/app/page.tsx 2026-04-17 05:53:00 +00:00
ed4ccb1c37 Merge version_3 into main
Merge version_3 into main
2026-04-17 05:51:28 +00:00
c9d262751f Update src/app/page.tsx 2026-04-17 05:51:25 +00:00
ca52c41313 Merge version_2 into main
Merge version_2 into main
2026-04-17 05:50:42 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
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"
buttons={[{ text: "Contact Me", href: "#contact" }, { text: "Download CV", href: "#" }]}
mediaItems={[
@@ -77,7 +77,7 @@ export default function LandingPage() {
<div id="skills" data-section="skills">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-description"
useInvertedBackground={false}
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" },
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}