diff --git a/src/app/page.tsx b/src/app/page.tsx index cc03a40..11f3709 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -123,7 +123,7 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={heroTestimonials} testimonialRotationInterval={5000} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> @@ -166,7 +166,7 @@ export default function LandingPage() { ], }, { - title: "Styling Services", description: "Expert cutting and styling services to create your perfect look.", bentoComponent: "3d-task-list", title: "Styling Services", items: [ + title: "Styling Services", description: "Expert cutting and styling services to create your perfect look.", bentoComponent: "3d-task-list", items: [ { icon: Scissors, label: "Precision Cuts", time: "30-45 min" }, { icon: Waves, label: "Blow Dry Styling", time: "20-30 min" }, { icon: Star, label: "Creative Styling", time: "45-60 min" },