diff --git a/src/app/page.tsx b/src/app/page.tsx index acb7d69..dcc5f71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function FerrariLanding() { tag="Luxury Performance" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Explore Models", href: "#models" }, { text: "Request Test Drive", href: "#contact" } @@ -54,7 +54,7 @@ export default function FerrariLanding() { buttonAnimation="slide-up" dashboard={{ title: "Ferrari Fleet Overview", logoIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/white-sport-car-with-black-autotuning_114579-4074.jpg?_wi=1", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/white-sport-car-with-black-autotuning_114579-4074.jpg", sidebarItems: [ { icon: Gauge, active: true }, { icon: Heart }, { icon: Settings } @@ -225,7 +225,7 @@ export default function FerrariLanding() {