9 Commits

Author SHA1 Message Date
98c33ac0ae Update src/app/page.tsx 2026-05-21 05:23:18 +00:00
1f7bc98b2f Update src/app/page.tsx 2026-05-21 05:22:45 +00:00
1d4207e4ad Merge version_3 into main
Merge version_3 into main
2026-05-21 05:21:25 +00:00
32a9ce764a Update src/app/page.tsx 2026-05-21 05:21:19 +00:00
4e8e54399c Merge version_2 into main
Merge version_2 into main
2026-05-21 05:20:01 +00:00
f777acfe93 Update src/app/styles/variables.css 2026-05-21 05:19:58 +00:00
c3c6402cf8 Update src/app/page.tsx 2026-05-21 05:19:58 +00:00
d4911b02e2 Merge version_1 into main
Merge version_1 into main
2026-05-21 05:16:50 +00:00
f9eb511515 Merge version_1 into main
Merge version_1 into main
2026-05-21 05:16:22 +00:00
2 changed files with 15 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
@@ -43,9 +43,10 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="BlackArtTech"
description="Pioneering the intersection of cultural expression and advanced digital engineering. We craft the tools of the future."
<HeroBillboardScroll
title="BlackArtTech Innovations"
description="Maximize your creative ROI with enterprise-grade tools built to accelerate professional production and streamline your art-to-market pipeline."
background={{ variant: "plain" }}
buttons={[{ text: "Explore Platforms", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/3d-modern-techno-background-with-abstract-cyber-particles_1048-12198.jpg"
/>
@@ -120,10 +121,10 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", tag: "Starter", price: "$49", period: "/mo", description: "For individual artists starting out.", button: { text: "Choose Basic" }, featuresTitle: "Included", features: ["Core Access", "Cloud Storage", "Email Support"]
id: "basic", tag: "Starter", price: "$49", period: "/mo", description: "For individual artists starting out.", button: { text: "Start Basic" }, featuresTitle: "Included", features: ["Core Access", "Cloud Storage", "Email Support"]
},
{
id: "pro", tag: "Professional", price: "$149", period: "/mo", description: "For power users & studio designers.", button: { text: "Choose Pro" }, featuresTitle: "Everything in Basic, plus:", features: ["Advanced AI", "Collaborative Tools", "Priority Support"]
id: "pro", tag: "Professional", price: "$149", period: "/mo", description: "For power users & studio designers.", button: { text: "Get Pro" }, featuresTitle: "Everything in Basic, plus:", features: ["Advanced AI", "Collaborative Tools", "Priority Support"]
},
{
id: "ent", tag: "Enterprise", price: "$499", period: "/mo", description: "For enterprise team workflows.", button: { text: "Contact Us" }, featuresTitle: "Everything in Pro, plus:", features: ["On-premise Options", "Dedicated Agent", "SLA Support"]
@@ -193,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--background: #050505;
--card: #121215;
--foreground: #f8f9ff;
--primary-cta: #ffa500;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #1c1c20;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
--accent: #00c8ff;
--background-accent: #c040ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);