2 Commits

Author SHA1 Message Date
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

View File

@@ -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={[
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }