diff --git a/src/app/page.tsx b/src/app/page.tsx index 31e5aed..90534ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Mail, Brain, Zap, Target, Star } from "lucide-react"; +import { Mail, Brain, Zap, Target } from "lucide-react"; export default function StealABrainrotPage() { return ( @@ -71,6 +71,7 @@ export default function StealABrainrotPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -84,7 +85,6 @@ export default function StealABrainrotPage() { { title: "Targeted Aesthetics", description: "Fashion for the terminally online.", bentoComponent: "reveal-icon", icon: Target } ]} animationType="slide-up" - titleSegments={[{ type: "text", content: "Why Join the Rotation" }]} textboxLayout="default" useInvertedBackground={true} /> @@ -98,6 +98,10 @@ export default function StealABrainrotPage() { ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={false} + avatars={[ + { src: "https://i.pravatar.cc/100?u=1", alt: "User 1" }, + { src: "https://i.pravatar.cc/100?u=2", alt: "User 2" } + ]} /> @@ -121,6 +125,8 @@ export default function StealABrainrotPage() { title="Stay Brainrotted" description="Sign up for early access to our most chaotic drops." tagIcon={Mail} + background={{ variant: "animated-grid" }} + useInvertedBackground={true} />