From e40d353e3ca815325d2d7082461bb017904ccc99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:52:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3472b6..911048d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { ArrowRight, Sparkles, Linkedin, Twitter, Github, Dribbble, Behance, Instagram } from 'lucide-react'; +import { ArrowRight, Sparkles, Linkedin, Twitter, Github, Dribbble, Instagram } from 'lucide-react'; export default function LandingPage() { return ( @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Start a Project", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-vector/abstract-background-black-gold_1048-12823.jpg" imageAlt="3D Floating Abstract Object" mediaAnimation="blur-reveal" @@ -158,7 +158,7 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Rivera", role: "Brand & Motion", description: "Motion designer and branding specialist. Creates the visual language that makes our work memorable.", imageSrc: "http://img.b2bpic.net/free-photo/tailor-standing-near-table-with-sewing-machine-looking-away-sewing-workshop_613910-5265.jpg", imageAlt: "Marcus Rivera - Brand & Motion", socialLinks: [ - { icon: Behance, url: "https://behance.net" }, + { icon: Github, url: "https://github.com" }, { icon: Linkedin, url: "https://linkedin.com" } ] } @@ -221,7 +221,7 @@ export default function LandingPage() { { text: "Schedule a Call", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1