Merge version_1 into main #16

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:16:37 +00:00

View File

@@ -10,6 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Code, Server, Database, Cloud, Zap, Shield } from 'lucide-react';
import Link from 'next/link';
export default function LandingPage() {
return (
@@ -51,7 +52,7 @@ export default function LandingPage() {
{ text: "View Projects", href: "#projects" },
{ text: "Get In Touch", href: "#contact" }
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "glowing-orb" }}
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"
@@ -163,7 +164,7 @@ export default function LandingPage() {
{ text: "Send Email", href: "mailto:hello@example.com" },
{ text: "Schedule Call", href: "https://calendly.com" }
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "glowing-orb" }}
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"