13 Commits

Author SHA1 Message Date
1f32d896cb Update src/app/page.tsx 2026-03-03 11:17:55 +00:00
3f5359f203 Update src/app/page.tsx 2026-03-03 11:15:02 +00:00
568d99569e Update src/app/page.tsx 2026-03-03 11:12:33 +00:00
1c7b55394e Update src/app/page.tsx 2026-03-03 11:07:23 +00:00
f612f85ffc Update src/app/page.tsx 2026-03-03 11:06:38 +00:00
9ce6ab762b Update src/app/layout.tsx 2026-03-03 11:06:35 +00:00
f92915fecb Update src/app/page.tsx 2026-03-03 11:03:45 +00:00
58276f1855 Update src/app/page.tsx 2026-03-03 11:00:50 +00:00
83b52e2b7a Merge version_1 into main
Merge version_1 into main
2026-03-03 10:53:47 +00:00
06d04e0a09 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:52:59 +00:00
77b68bb836 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:49:57 +00:00
9cce71e3a0 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:49:05 +00:00
c866c566e0 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:47:26 +00:00
2 changed files with 3 additions and 34 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -36,10 +36,6 @@ export default function LandingPage() {
]}
button={{ text: "Contact Me", href: "#contact" }}
animateOnLoad={true}
className="fixed top-0 left-0 right-0 z-50 mx-auto mt-4"
navItemClassName="text-sm font-medium transition-colors hover:text-primary-cta"
buttonClassName="bg-primary-cta text-primary-cta-text hover:shadow-lg transition-all"
buttonTextClassName="font-semibold"
/>
</div>
@@ -48,7 +44,7 @@ export default function LandingPage() {
logoText="Elite Developer"
description="Full-stack engineer crafting premium digital experiences with cutting-edge technologies. Specialized in scalable architectures, real-time systems, and exceptional UI/UX."
buttons={[
{ text: "View Projects", href: "#projects" },
{ text: "Explore My Work", href: "#projects" },
{ text: "Get In Touch", href: "#contact" }
]}
background={{ variant: "sparkles-gradient" }}
@@ -56,11 +52,6 @@ export default function LandingPage() {
imageAlt="Interactive 3D geometric shapes and floating elements"
frameStyle="card"
mediaAnimation="opacity"
containerClassName="min-h-screen flex flex-col items-center justify-center py-20"
logoClassName="text-6xl lg:text-8xl font-bold tracking-tight"
descriptionClassName="text-xl lg:text-2xl text-foreground/80 max-w-2xl"
buttonClassName="rounded-full px-8 py-3 font-semibold transition-all duration-300 hover:scale-105"
mediaWrapperClassName="mt-16 w-full max-w-2xl aspect-square rounded-2xl overflow-hidden"
/>
</div>
@@ -73,9 +64,6 @@ export default function LandingPage() {
{ text: "Download CV", href: "#cv" },
{ text: "GitHub Profile", href: "https://github.com" }
]}
containerClassName="py-20 px-6 max-w-4xl mx-auto"
titleClassName="text-3xl lg:text-5xl font-bold leading-tight"
buttonContainerClassName="flex gap-4 mt-12 flex-wrap"
/>
</div>
@@ -99,9 +87,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
containerClassName="py-24 px-6"
cardClassName="group rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-300"
gridClassName="grid gap-8"
/>
</div>
@@ -120,9 +105,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
containerClassName="py-24 px-6 bg-background-accent/5 rounded-2xl"
cardClassName="rounded-lg p-6 bg-card hover:shadow-lg transition-shadow"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
/>
</div>
@@ -147,9 +129,6 @@ export default function LandingPage() {
memberVariant="default"
membersAnimation="slide-up"
useInvertedBackground={false}
containerClassName="py-24 px-6 timeline-section"
titleClassName="text-4xl lg:text-5xl font-bold mb-12"
membersContainerClassName="space-y-8 max-w-3xl mx-auto"
/>
</div>
@@ -164,11 +143,6 @@ export default function LandingPage() {
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
containerClassName="py-24 px-6"
contentClassName="max-w-2xl mx-auto bg-card/50 backdrop-blur-md rounded-2xl p-12 shadow-xl"
titleClassName="text-3xl lg:text-4xl font-bold mb-6"
descriptionClassName="text-lg text-foreground/70 mb-8"
buttonContainerClassName="flex gap-4 flex-wrap justify-center"
/>
</div>
@@ -200,13 +174,8 @@ export default function LandingPage() {
}
]}
copyrightText="© 2025 Elite Developer. Crafted with precision."
containerClassName="bg-background border-t border-accent/20"
columnsClassName="grid grid-cols-1 md:grid-cols-3 gap-12"
columnClassName="space-y-4"
columnTitleClassName="font-semibold text-foreground"
columnItemClassName="text-foreground/60 hover:text-primary-cta transition-colors"
/>
</div>
</ThemeProvider>
);
}
}