From 434a2d5320fa8e206ad604971fb9cfdd34e0f13a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:14:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ea8eb..d7d8e8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -10,7 +10,6 @@ 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 ( @@ -52,11 +51,10 @@ 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" - buttonAnimation="slide-up" 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" @@ -164,7 +162,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" -- 2.49.1 From 72f18a7fe1d1f7cc3c1fd2b7cd1c2fff854f7336 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:14:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7d8e8f..095ee0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -51,10 +51,11 @@ export default function LandingPage() { { text: "View Projects", href: "#projects" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "glowing-orb" }} + 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" + buttonAnimation="slide-up" 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" @@ -162,7 +163,7 @@ export default function LandingPage() { { text: "Send Email", href: "mailto:hello@example.com" }, { text: "Schedule Call", href: "https://calendly.com" } ]} - background={{ variant: "glowing-orb" }} + 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" -- 2.49.1