Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:37:15 +00:00

View File

@@ -10,7 +10,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { AlertCircle, Crosshair, Falls, Mail, Target, Volume2, Zap } from "lucide-react";
import { AlertCircle, Crosshair, Target, Mail, Volume2, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="grid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="The Ultimate Compilation"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "See the Fails", href: "#features" },
{ text: "Watch Proof", href: "#testimonials" },
@@ -75,7 +75,7 @@ export default function LandingPage() {
description="Discover the spectacular collection of gaming disasters that have made Chase Bradbury a legend."
features={[
{
icon: Falls,
icon: Target,
title: "The Great Plunges", description: "Falling off platforms, into water, and through the map at the most critical moments."},
{
icon: Target,
@@ -168,8 +168,7 @@ export default function LandingPage() {
description="Chase's legendary failures have been shared and celebrated everywhere."
textboxLayout="default"
useInvertedBackground={true}
logos={[
"http://img.b2bpic.net/free-vector/offline-twitch-banner-memphis-style_23-2148595895.jpg", "http://img.b2bpic.net/free-vector/gradient-colored-data-logo-template_23-2149189483.jpg", "http://img.b2bpic.net/free-vector/physiotherapy-logo-design-template_742173-32858.jpg", "http://img.b2bpic.net/free-vector/black-social-media-logo-pack_23-2148064527.jpg", "http://img.b2bpic.net/free-vector/abstract-petal-logo_1051-866.jpg", "http://img.b2bpic.net/free-photo/close-up-mobile-phone-with-picture_1098-3624.jpg", "http://img.b2bpic.net/free-vector/music-logo-template_23-2149705599.jpg", "http://img.b2bpic.net/free-psd/gaming-template-design_23-2151693473.jpg"]}
names={["Twitch", "YouTube", "Discord", "Twitter", "Reddit", "Instagram", "TikTok", "Kick"]}
speed={40}
showCard={true}
/>