Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-21 05:31:00 +00:00
2 changed files with 96 additions and 65 deletions

View File

@@ -9,38 +9,55 @@ import { Github, Linkedin, Twitter } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
{ name: "Home", id: "/" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
/>
<SplitAbout
title="Our Story & Mission"
description="We are a team of visionary engineers and artists dedicated to pushing the boundaries of digital creativity. Founded on the principle of empowerment, we build the tools that let creators shape the future."
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Vision", description: "Building a global standard for digital expression." },
{ title: "Team", description: "Experts in AI, cloud engineering, and fine arts." },
{ title: "Impact", description: "Supporting over 45,000 artists in their production pipelines." }
]}
imageSrc="http://img.b2bpic.net/free-photo/team-of-architects-working-in-modern-office_23-2148762512.jpg"
/>
<FooterCard
logoText="BlackArtTech"
copyrightText="© 2025 BlackArtTech Technologies. All rights reserved."
socialLinks={[
{ icon: Github, href: "#", ariaLabel: "Github" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "#", ariaLabel: "Linkedin" },
]}
/>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="Our Story & Mission"
description="We are a team of visionary engineers and artists dedicated to pushing the boundaries of digital creativity. Founded on the principle of empowerment, we build the tools that let creators shape the future."
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Vision", description: "Building a global standard for digital expression." },
{ title: "Team", description: "Experts in AI, cloud engineering, and fine arts." },
{ title: "Impact", description: "Supporting over 45,000 artists in their production pipelines." }
]}
imageSrc="http://img.b2bpic.net/free-photo/team-of-architects-working-in-modern-office_23-2148762512.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="BlackArtTech"
copyrightText="© 2025 BlackArtTech Technologies. All rights reserved."
socialLinks={[
{ icon: Github, href: "#", ariaLabel: "Github" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "#", ariaLabel: "Linkedin" },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -10,42 +10,56 @@ import { Zap, Shield, Sparkles, Star } from "lucide-react";
export default function AIDesignPage() {
return (
<ThemeProvider
background="none"
cardStyle="glass-elevated"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
{ name: "Home", id: "/" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
/>
<FeatureCardTen
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
title="AI-Powered Design Services"
description="Leveraging premium gold-standard AI models to revolutionize your creative design workflow. Our service brings unparalleled efficiency and aesthetic depth to your projects."
features={[
{
title: "Generative Asset Creation", description: "Instantly generate high-fidelity assets using our proprietary AI pipeline.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-background-with-gold-elements_23-2148810696.jpg" },
items: [{ text: "Gold-Standard Models", icon: Star }, { text: "High Fidelity", icon: Zap }],
reverse: false,
},
{
title: "Automated Design Systems", description: "Scale your creative output with systems that learn and adapt to your style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-golden-geometric-shapes_23-2148810672.jpg" },
items: [{ text: "Adaptive Styling", icon: Shield }, { text: "Predictive Logic", icon: Sparkles }],
reverse: true,
}
]}
/>
<FooterCard
logoText="BlackArtTech"
copyrightText="© 2025 BlackArtTech Technologies. All rights reserved."
/>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTen
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
title="AI-Powered Design Services"
description="Leveraging premium gold-standard AI models to revolutionize your creative design workflow. Our service brings unparalleled efficiency and aesthetic depth to your projects."
features={[
{
title: "Generative Asset Creation", description: "Instantly generate high-fidelity assets using our proprietary AI pipeline.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-background-with-gold-elements_23-2148810696.jpg" },
items: [{ text: "Gold-Standard Models", icon: Star }, { text: "High Fidelity", icon: Zap }],
reverse: false,
},
{
title: "Automated Design Systems", description: "Scale your creative output with systems that learn and adapt to your style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-golden-geometric-shapes_23-2148810672.jpg" },
items: [{ text: "Adaptive Styling", icon: Shield }, { text: "Predictive Logic", icon: Sparkles }],
reverse: true,
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="BlackArtTech"
copyrightText="© 2025 BlackArtTech Technologies. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);