16 Commits

Author SHA1 Message Date
889c3336e6 Merge version_6 into main
Merge version_6 into main
2026-05-15 14:22:58 +00:00
3889b7ff41 Update src/app/page.tsx 2026-05-15 14:22:52 +00:00
e95c4a23dc Merge version_5 into main
Merge version_5 into main
2026-05-15 14:12:21 +00:00
6afb555206 Update src/app/page.tsx 2026-05-15 14:12:17 +00:00
c062ddc300 Merge version_5 into main
Merge version_5 into main
2026-05-15 14:11:52 +00:00
1a479e15ae Update src/app/page.tsx 2026-05-15 14:11:46 +00:00
70755b8281 Merge version_4 into main
Merge version_4 into main
2026-05-15 14:10:10 +00:00
b049dfcce8 Update src/app/page.tsx 2026-05-15 14:10:07 +00:00
cb943f5fdb Merge version_4 into main
Merge version_4 into main
2026-05-15 14:09:44 +00:00
23d07236ef Update src/app/styles/base.css 2026-05-15 14:09:41 +00:00
cf92e81eba Update src/app/page.tsx 2026-05-15 14:09:40 +00:00
d8ef2d4d30 Update src/app/layout.tsx 2026-05-15 14:09:40 +00:00
cefafc7659 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:07:57 +00:00
303a2b4ab9 Update src/app/page.tsx 2026-05-15 14:07:54 +00:00
70d75b9168 Merge version_2 into main
Merge version_2 into main
2026-05-15 13:56:29 +00:00
ca3412d7b3 Merge version_2 into main
Merge version_2 into main
2026-05-15 13:55:59 +00:00
3 changed files with 87 additions and 101 deletions

View File

@@ -6,20 +6,17 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Space_Grotesk } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'Webild Agency | Premium Web Design & Digital Strategy', description: 'Elevate your brand with Webild. We craft high-performance, custom websites and digital experiences designed to drive growth and captivate your audience.' };
const spaceGrotesk = Space_Grotesk({
variable: "--font-space-grotesk", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -28,9 +25,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${spaceGrotesk.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -3,132 +3,123 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
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 } from "lucide-react";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
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 } from "lucide-react";
export default function BloxlyLandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
background="none"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Bloxly"
navItems={[
{ name: "Capabilities", id: "capabilities" },
{ name: "Product", id: "product" },
{ name: "Manifesto", id: "manifesto" },
{ name: "Beta", id: "beta" },
]}
button={{ text: "Get Early Access", href: "#beta" }}
/>
<div id="hero">
<HeroCentered
title="Build Roblox Experiences at the Speed of AI"
description="The enterprise-grade coding platform built for Roblox developers. Ship faster, scale smarter, and focus on the mechanics that matter."
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: "https://avatar.vercel.sh/1", alt: "Dev" },
{ src: "https://avatar.vercel.sh/2", alt: "Dev" },
{ src: "https://avatar.vercel.sh/3", alt: "Dev" }
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Bloxly"
navItems={[
{ name: "Capabilities", id: "capabilities" },
{ name: "Manifesto", id: "manifesto" },
{ name: "Beta Access", id: "beta" },
]}
avatarText="10,000+ developers joined"
buttons={[{ text: "Get Started", href: "#beta" }]}
marqueeItems={[{ type: 'text-icon', text: 'AI-Native Engine', icon: Sparkles }, { type: 'text-icon', text: 'Roblox Optimized', icon: Code }, { type: 'text-icon', text: 'Instant Deployment', icon: Zap }]}
/>
</div>
<div id="hero">
<HeroSplitTestimonial
title="The AI Coding Agent for Roblox Studio"
description="Accelerate your Luau development with Bloxly's precision coding engine. Generate high-performance, network-safe game logic in seconds."
background={{ variant: "gradient-bars" }}
testimonials={[]}
buttons={[{ text: "Get Beta Access", href: "#beta" }]}
mediaAnimation="slide-up"
/>
</div>
<div id="capabilities">
<SocialProofOne
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"
<MetricCardEleven
title="AI-Native Luau Power"
description="Built for scale and performance, Bloxly translates your game ideas into clean, efficient Luau scripts."
metrics={[
{
id: "1", value: "10x", title: "Development Velocity", description: "Automated boilerplate and real-time syntax correction.", imageSrc: "https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&q=80&w=800"
},
{
id: "2", value: "Zero", title: "Technical Debt", description: "Memory-optimized, clean, and modular code structures.", imageSrc: "https://images.unsplash.com/photo-1633356122544-f134324a6cee?auto=format&fit=crop&q=80&w=800"
}
]}
animationType="slide-up"
textboxLayout="split-actions"
useInvertedBackground={false}
/>
</div>
<div id="features">
<FeatureCardTwentySeven
title="What Bloxly Does"
description="Automate the mundane and amplify your creativity with our suite of AI-driven dev tools."
<FeatureCardSeven
title="Precision Engine Tools"
description="Automate the mundane, focus on the fun. Bloxly handles your backend complexity."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "f1", title: "Code Acceleration", descriptions: ["Context-aware Luau completion", "Auto-generated boilerplate code", "AI-refactored scripts"] },
{ id: "f2", title: "Visual Mechanics", descriptions: ["Drag-and-drop logic nodes", "Auto-layout UI generation", "Live-preview world states"] },
{ id: "f3", title: "Optimization Engine", descriptions: ["Automated bottleneck detection", "Memory footprint reduction", "Network throttling smart-fixes"] }
{ 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" }
]}
/>
</div>
<div id="product">
<ProductCardTwo
title="Product Showcase"
description="The dashboard where your next hit game comes to life."
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: "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>
<div id="manifesto">
<TeamCardEleven
title="Manifesto: Own What You Build"
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." }]
}
]}
<div id="how-it-works">
<TeamCardTen
title="Four Steps to Success"
tag="Workflow"
membersAnimation="slide-up"
memberVariant="card"
members={[
{ id: "1", name: "Describe your Vision" },
{ id: "2", name: "Generate AI Logic" },
{ id: "3", name: "Refine & Debug" },
{ id: "4", name: "Ship Experience" }
]}
useInvertedBackground={false}
/>
</div>
<div id="beta">
<ContactCenter
tag="Join the Beta"
title="Shape the Future of Roblox Development"
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}
/>
<ContactCTA
tag="Get Early Access"
tagIcon={Sparkles}
title="Join the Builder Community"
description="Closed beta. Limited seats."
buttons={[{ text: "Request Access" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer">
<FooterBaseReveal
logoText="Bloxly"
columns={[{ title: "Product", items: [{ label: "Features", href: "#" }, { label: "Security", href: "#" }] }, { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] }]}
copyrightText="© 2024 Bloxly. All rights reserved."
<FooterSimple
columns={[
{ title: "Bloxly", items: [{ label: "Documentation" }, { label: "API Reference" }] },
{ title: "Community", items: [{ label: "Discord" }, { label: "Terms of Service" }] }
]}
bottomLeftText="© 2026 Strop de Aer SRL · Cluj-Napoca, Romania"
bottomRightText="Built for Roblox creators."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-space-grotesk), sans-serif;
}