Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13ceabca5f | |||
| bc80eb91c7 | |||
| 3742e8b346 | |||
| 1f32d896cb | |||
| 1a3f89faa4 | |||
| 66975a7197 | |||
| 5512c3071b | |||
| 3f5359f203 | |||
| a8e0767d25 | |||
| 333bdaeb4d | |||
| b124cca981 | |||
| 29f3cbef80 | |||
| 568d99569e | |||
| a5a3785a62 | |||
| 403fa87e5a | |||
| 226df77044 | |||
| 1c7b55394e | |||
| 9156e39439 | |||
| f612f85ffc | |||
| 9ce6ab762b | |||
| 5b8ef2a83d | |||
| 7b7ed5661e | |||
| d59378888a | |||
| f92915fecb | |||
| 5f51d9ecd6 | |||
| 9b353ae1b6 | |||
| b1862d94f2 | |||
| 58276f1855 | |||
| 83b52e2b7a | |||
| 06d04e0a09 | |||
| 77b68bb836 | |||
| 9cce71e3a0 | |||
| c866c566e0 |
@@ -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>
|
||||
|
||||
@@ -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,11 +174,6 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user