Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:53:00 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "View Projects", href: "#projects" },
{ text: "Get In Touch", href: "#contact" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-vector/tp193-319-384-229-s30-audi-presentation-13_53876-114334.jpg"
imageAlt="Interactive 3D geometric shapes and floating elements"
frameStyle="card"
@@ -96,7 +96,7 @@ export default function LandingPage() {
id: "3", title: "Enterprise API Platform", description: "Engineered RESTful and GraphQL APIs serving 100+ enterprise clients with rate limiting, OAuth2 authentication, comprehensive documentation, and 99.99% SLA compliance. Used TypeScript, PostgreSQL, and Redis.", imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg", imageAlt: "API Platform Dashboard"
}
]}
gridVariant="uniform-4-items"
gridVariant="uniform-3-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -163,7 +163,7 @@ export default function LandingPage() {
{ text: "Send Email", href: "mailto:hello@example.com" },
{ text: "Schedule Call", href: "https://calendly.com" }
]}
background={{ variant: "floatingGradient" }}
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"