From 6afb5552069568c4af76e10ce0fe9a80f729e3c4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:12:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9cdd45..d134be4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,12 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TeamCardTen from "@/components/sections/team/TeamCardTen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Zap, Brain, Target } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function BloxlyLandingPage() { return ( @@ -27,14 +26,16 @@ export default function BloxlyLandingPage() { headingFontWeight="extrabold" > - +
@@ -75,22 +77,11 @@ export default function BloxlyLandingPage() { animationType="slide-up" textboxLayout="default" features={[ - { - title: "Game Logic Automation", - description: "Instant creation of complex mechanics.", - imageSrc: "https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&q=80&w=600" - }, - { - title: "Smart UI Construction", - description: "Responsive, high-fidelity UI layouts in seconds.", - imageSrc: "https://images.unsplash.com/photo-1551033406-611cf9a28f67?auto=format&fit=crop&q=80&w=600" - }, - { - title: "Deep Optimization", - description: "Automatic detection of bottlenecked Luau code.", - imageSrc: "https://images.unsplash.com/photo-1587620962725-abab7fe55159?auto=format&fit=crop&q=80&w=600" - } + { title: "Game Logic Automation", description: "Instant creation of complex mechanics.", imageSrc: "https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&q=80&w=600" }, + { title: "Smart UI Construction", description: "Responsive, high-fidelity UI layouts in seconds.", imageSrc: "https://images.unsplash.com/photo-1551033406-611cf9a28f67?auto=format&fit=crop&q=80&w=600" }, + { title: "Deep Optimization", description: "Automatic detection of bottlenecked Luau code.", imageSrc: "https://images.unsplash.com/photo-1587620962725-abab7fe55159?auto=format&fit=crop&q=80&w=600" } ]} + useInvertedBackground={false} /> @@ -106,6 +97,7 @@ export default function BloxlyLandingPage() { { id: "3", name: "Refine & Debug" }, { id: "4", name: "Ship Experience" } ]} + useInvertedBackground={false} /> @@ -117,6 +109,7 @@ export default function BloxlyLandingPage() { description="Secure your spot in the Bloxly beta program and start shipping better games faster." buttons={[{ text: "Request Access" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> @@ -127,6 +120,7 @@ export default function BloxlyLandingPage() { { title: "Community", items: [{ label: "Discord" }, { label: "Terms of Service" }] } ]} bottomLeftText="© 2024 Bloxly. All rights reserved." + bottomRightText="Built for Roblox creators." />