Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-15 13:56:30 +00:00

View File

@@ -6,13 +6,11 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import { Sparkles, Code, Zap, Cpu, Users, Award, Shield, LayoutDashboard, ChevronRight } from "lucide-react";
import { Sparkles, Code, Zap } from "lucide-react";
export default function BloxlyLandingPage() {
return (
@@ -61,6 +59,8 @@ export default function BloxlyLandingPage() {
names={["Optimized Luau Engine", "Real-time Debugging", "Asset Streaming API", "Multiplayer Scaling", "Auto-documented Code"]}
title="Built for Scale"
description="Everything you need to ship world-class games."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -86,9 +86,11 @@ export default function BloxlyLandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Bloxly", name: "Code Editor Pro", price: "Free", rating: 5, reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1633356122544-f134324a6cee?q=80&w=800" },
{ id: "p2", brand: "Bloxly", name: "Visual Logic Suite", price: "Included", rating: 5, reviewCount: "800", imageSrc: "https://images.unsplash.com/photo-1555949963-aa90dcee9978?q=80&w=800" }
{ id: "p2", brand: "Bloxly", name: "Visual Logic Suite", price: "Included", rating: 5, reviewCount: "800", imageSrc: "https://images.unsplash.com/photo-1555949963-aa90dcee9978?q=80&w=800" },
{ id: "p3", brand: "Bloxly", name: "Deployment Hub", price: "Free", rating: 5, reviewCount: "500", imageSrc: "https://images.unsplash.com/photo-1629738233306-bf105151b752?q=80&w=800" }
]}
/>
</div>
@@ -99,6 +101,7 @@ export default function BloxlyLandingPage() {
description="Powered by MultiversX, Bloxly ensures your IP stays yours. Your assets, your code, your future."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
groups={[
{
id: "g1", groupTitle: "The Bloxly Standard", members: [{ id: "m1", title: "On-Chain Security", subtitle: "Verification", detail: "Every asset is anchored in trust with MultiversX integration." }]
@@ -114,6 +117,7 @@ export default function BloxlyLandingPage() {
description="Secure your spot in the Bloxly Beta program and get exclusive access to our AI tools before the public launch."
background={{ variant: "rotated-rays-animated" }}
buttonText="Join Now"
useInvertedBackground={false}
/>
</div>