diff --git a/src/app/page.tsx b/src/app/page.tsx index 5defe44..dee5592 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,74 +18,39 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -95,31 +60,11 @@ export default function LandingPage() { useInvertedBackground={false} title="By The Numbers" metrics={[ - { - icon: CheckCircle, - label: "Projects Completed", - value: "500+", - }, - { - icon: Award, - label: "Industry Awards", - value: "15", - }, - { - icon: Zap, - label: "Average Turnaround", - value: "48h", - }, - { - icon: Box, - label: "Rendering Nodes", - value: "120", - }, - { - icon: Globe, - label: "Global Clients", - value: "35+", - }, + { icon: CheckCircle, label: "Projects Completed", value: "500+" }, + { icon: Award, label: "Industry Awards", value: "15" }, + { icon: Zap, label: "Average Turnaround", value: "48h" }, + { icon: Box, label: "Rendering Nodes", value: "120" }, + { icon: Globe, label: "Global Clients", value: "35+" } ]} metricsAnimation="blur-reveal" /> @@ -129,26 +74,12 @@ export default function LandingPage() {