diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e2304f..6772bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, Phone, Scissors, Sparkles } from 'lucide-react'; -import Link from 'next/link'; export default function LandingPage() { return ( @@ -19,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -29,7 +28,7 @@ export default function LandingPage() {