41 Commits

Author SHA1 Message Date
218d84e59d Update theme colors 2026-05-21 05:59:59 +00:00
ab48311ef9 Update theme colors 2026-05-21 05:59:45 +00:00
d721946a57 Update theme colors 2026-05-21 05:58:15 +00:00
766d5ecf1a Update src/app/page.tsx 2026-05-21 05:54:25 +00:00
a96e68d076 Merge version_8 into main
Merge version_8 into main
2026-05-21 05:51:35 +00:00
d466fb1b61 Update src/app/page.tsx 2026-05-21 05:51:32 +00:00
30db0a48c6 Update src/app/contact/page.tsx 2026-05-21 05:51:31 +00:00
479a0b2e0b Merge version_7 into main
Merge version_7 into main
2026-05-21 05:50:27 +00:00
9918a651d3 Update src/app/page.tsx 2026-05-21 05:50:24 +00:00
7939a4ef0f Merge version_6 into main
Merge version_6 into main
2026-05-21 05:48:00 +00:00
21cf322e77 Update theme fonts 2026-05-21 05:47:57 +00:00
b81157a33b Update theme fonts 2026-05-21 05:47:57 +00:00
ad4e42826e Merge version_6 into main
Merge version_6 into main
2026-05-21 05:47:51 +00:00
d80dc25d4b Update theme fonts 2026-05-21 05:47:48 +00:00
674c2c7e05 Update theme fonts 2026-05-21 05:47:47 +00:00
17f6f75966 Merge version_6 into main
Merge version_6 into main
2026-05-21 05:45:52 +00:00
efed7e00ae Update src/app/page.tsx 2026-05-21 05:45:48 +00:00
7334d32e93 Merge version_6 into main
Merge version_6 into main
2026-05-21 05:42:23 +00:00
07741d752c Update src/app/page.tsx 2026-05-21 05:42:20 +00:00
2ac8a2718c Update src/app/ai-design/page.tsx 2026-05-21 05:36:57 +00:00
7240ec64de Update src/app/ai-design/page.tsx 2026-05-21 05:35:17 +00:00
48183952b0 Update src/app/pricing/page.tsx 2026-05-21 05:34:55 +00:00
8dc98e8670 Update src/app/contact/page.tsx 2026-05-21 05:34:55 +00:00
5faa048375 Update src/app/ai-design/page.tsx 2026-05-21 05:34:54 +00:00
b71dd777a7 Update src/app/about/page.tsx 2026-05-21 05:34:54 +00:00
3e3a8c6985 Update src/app/pricing/page.tsx 2026-05-21 05:33:14 +00:00
9c38c80a56 Update src/app/contact/page.tsx 2026-05-21 05:33:14 +00:00
2eb92d45de Update src/app/ai-design/page.tsx 2026-05-21 05:33:13 +00:00
34fec7dcf3 Update src/app/about/page.tsx 2026-05-21 05:33:12 +00:00
ecb415bc15 Add src/app/pricing/page.tsx 2026-05-21 05:32:46 +00:00
6b7d5d0373 Update src/app/page.tsx 2026-05-21 05:32:46 +00:00
7cd5d629c4 Add src/app/contact/page.tsx 2026-05-21 05:32:45 +00:00
7093dc3012 Update src/app/ai-design/page.tsx 2026-05-21 05:32:45 +00:00
0ecdeadf5f Update src/app/about/page.tsx 2026-05-21 05:32:45 +00:00
e117bf3d21 Add src/app/pricing/page.tsx 2026-05-21 05:31:05 +00:00
bbfa4ebe87 Update src/app/page.tsx 2026-05-21 05:31:04 +00:00
5f4616df83 Add src/app/contact/page.tsx 2026-05-21 05:31:04 +00:00
c37063ec5b Update src/app/ai-design/page.tsx 2026-05-21 05:31:04 +00:00
cc204495a5 Update src/app/about/page.tsx 2026-05-21 05:31:03 +00:00
c8f81aa7bb Merge version_5 into main
Merge version_5 into main
2026-05-21 05:31:00 +00:00
1c557b1f88 Merge version_5 into main
Merge version_5 into main
2026-05-21 05:30:33 +00:00
7 changed files with 155 additions and 127 deletions

View File

@@ -3,61 +3,35 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FooterCard from '@/components/sections/footer/FooterCard';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Github, Linkedin, Twitter } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<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>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
]}
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
/>
button={{ text: "Get Started", href: "/contact" }}
/>
<div className="pt-24">
<SplitAbout
title="Our Story"
description="Founded on the belief that technology should empower rather than replace the artist, BlackArtTech is a hub for innovation."
textboxLayout="default"
bulletPoints={[
{ title: "Mission", description: "Building the next era of creative tools." },
{ title: "Vision", description: "A world where tech removes barriers to expression." },
]}
useInvertedBackground={false}
/>
</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
<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>
socialLinks={[{ icon: Github, href: "#", ariaLabel: "Github" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Linkedin, href: "#", ariaLabel: "Linkedin" }]}
/>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -1,66 +1,41 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Zap, Shield, Sparkles, Star } from "lucide-react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Github, Twitter, Linkedin } from "lucide-react";
export default function AIDesignPage() {
return (
<ThemeProvider
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>
<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 defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="AI Design Solutions"
description="Premium, gold-standard AI-driven design services for modern creators. Let our intelligent algorithms transform your artistic vision into high-fidelity digital reality."
background={{ variant: "plain" }}
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/your-number" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="BlackArtTech"
socialLinks={[{ icon: Github, href: "#", ariaLabel: "Github" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Linkedin, href: "#", ariaLabel: "Linkedin" }]}
/>
</div>
</ThemeProvider>
);
}

36
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,36 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Github, Linkedin, Twitter } from "lucide-react";
export default function ContactPage() {
return (
<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: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "/contact" }}
/>
<div className="pt-24">
<ContactSplitForm
title="Contact Us"
description="Let's collaborate on your next creative masterpiece."
inputs={[{ name: "name", type: "text", placeholder: "Name", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }]}
textarea={{ name: "message", placeholder: "Tell us about your creative needs or project requirements", rows: 5 }}
buttonText="Send"
useInvertedBackground={false}
/>
</div>
<FooterCard
logoText="BlackArtTech"
socialLinks={[{ icon: Github, href: "#", ariaLabel: "Github" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Linkedin, href: "#", ariaLabel: "Linkedin" }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -6,6 +6,8 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
import { Raleway } from "next/font/google";
import { Mulish } from "next/font/google";
@@ -20,8 +22,10 @@ export const metadata: Metadata = {
},
};
const openSans = Open_Sans({
variable: "--font-open-sans",
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
@@ -33,7 +37,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${openSans.variable} antialiased`}>
<body className={`${mulish.variable} antialiased`}>
{children}
<script

View File

@@ -32,24 +32,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "/contact" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="BlackArtTech Innovations"
title="Black Art Tech"
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E1H0csljJm0pGYMqLxSVNxfuDO/uploaded-1779341956401-7puxwe93.png"
/>
</div>
@@ -64,7 +62,7 @@ export default function LandingPage() {
{ title: "Advanced Engineering", description: "Built on industry-leading stacks for maximum performance." },
{ title: "Creative Empowerment", description: "Tools that remove technical barriers for artists." },
]}
imageSrc="http://img.b2bpic.net/free-photo/ai-llm-chatbot-software-interface-pc-home-office-showing-virtual-assistant_482257-113943.jpg"
imageSrc="https://img.b2bpic.net/premium-photo/digital-circuitry-connectivity-technology_1359-85411.jpg?id=424866438"
mediaAnimation="slide-up"
/>
</div>
@@ -76,17 +74,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "AI Art Integration", description: "Seamlessly integrate generated assets into your pipeline.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notification-bell-right-side_187299-44732.jpg", imageAlt: "tech software dashboard creative" },
title: "AI Art Integration", description: "Seamlessly integrate generated assets into your pipeline.", media: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-shaking-hands-together_53876-20488.jpg?id=2825692", imageAlt: "tech software dashboard creative" },
items: [{ text: "Smart Layers", icon: Zap }, { text: "Instant Rendering", icon: CheckCircle }],
reverse: false,
},
{
title: "Cultural Nodes", description: "Collaborate within our secure digital workspace environments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg", imageAlt: "tech software dashboard creative" },
title: "Cultural Nodes", description: "Collaborate within our secure digital workspace environments.", media: { imageSrc: "https://img.b2bpic.net/premium-photo/meeting-colleagues-business-partners-brainstorm-discuss-strategy-analysis-investment-scenarios-planning-new-business-projects_1016675-8320.jpg?id=372537056", imageAlt: "tech software dashboard creative" },
items: [{ text: "Real-time Sync", icon: Star }, { text: "Version Control", icon: Award }],
reverse: true,
},
{
title: "Scalable Cloud", description: "Host your masterpieces on globally distributed infrastructures.", media: { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "tech software dashboard creative" },
title: "Scalable Cloud", description: "Host your masterpieces on globally distributed infrastructures.", media: { imageSrc: "https://img.b2bpic.net/premium-photo/dynamic-office-meeting-with-business-team-cityscape-overlook-night-stylish-interior-design_937679-77490.jpg?id=382404609", imageAlt: "tech software dashboard creative" },
items: [{ text: "Global CDN", icon: Shield }, { text: "Auto-Scaling", icon: Sparkles }],
reverse: false,
},
@@ -103,14 +101,14 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "ArtCore Engine", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg" },
{ id: "2", name: "VR Vision Lens", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-desk_23-2148912813.jpg" },
{ id: "3", name: "Toolkit Prime", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-26374.jpg" },
{ id: "4", name: "CloudArt Hub", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-turned-digital-midi-controller_400718-29.jpg" },
{ id: "5", name: "Generative Station", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/black-creative-person-using-pencil-draw-vase-design-canvas-easel-workshop-space-home-african-american-artist-drawing-modern-masterpiece-successful-fine-art-hobby_482257-33994.jpg" },
{ id: "6", name: "SculptMaster Pro", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-cell-phone-wooden-desk_1387-986.jpg" },
{ id: "1", name: "ArtCore Engine", price: "$199 - High-fidelity AI core for professional rendering.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg" },
{ id: "2", name: "VR Vision Lens", price: "$499 - Immersive 3D design and spatial prototyping tool.", imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-desk_23-2148912813.jpg" },
{ id: "3", name: "Toolkit Prime", price: "$99 - Comprehensive workflow management for creative teams.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-26374.jpg" },
{ id: "4", name: "CloudArt Hub", price: "$29 - Secure, scalable cloud storage for digital masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-turned-digital-midi-controller_400718-29.jpg" },
{ id: "5", name: "Generative Station", price: "$899 - Ultimate AI generation workstation for high-demand tasks.", imageSrc: "http://img.b2bpic.net/free-photo/black-creative-person-using-pencil-draw-vase-design-canvas-easel-workshop-space-home-african-american-artist-drawing-modern-masterpiece-successful-fine-art-hobby_482257-33994.jpg" },
{ id: "6", name: "SculptMaster Pro", price: "$349 - Advanced 3D sculpting software with tactile controls.", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-cell-phone-wooden-desk_1387-986.jpg" },
]}
title="Our Solutions"
title="Professional Tools for Modern Creators"
description="Discover high-performance software and hardware for creators."
/>
</div>
@@ -176,6 +174,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{ name: "requirements", placeholder: "Describe your creative needs or project requirements", rows: 5 }}
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg"
/>
@@ -195,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

40
src/app/pricing/page.tsx Normal file
View File

@@ -0,0 +1,40 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Github, Twitter, Linkedin } from "lucide-react";
export default function PricingPage() {
return (
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "AI Design", id: "/ai-design" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
]}
brandName="BlackArtTech"
button={{ text: "Get Started", href: "/contact" }}
/>
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
title="Premium Pricing Tiers"
description="Gold-tier design services for elite projects. Select your plan below."
useInvertedBackground={false}
plans={[
{ id: "p1", tag: "Premium Gold", price: "$999", period: "/project", description: "High-end AI design curation.", button: { text: "WhatsApp Now", href: "https://wa.me/your-number" }, featuresTitle: "Service Features", features: ["24/7 Priority Support", "Exclusive Asset Access", "Dedicated Design Lead"] },
{ id: "p2", tag: "Pro Tier", price: "$499", period: "/project", description: "Advanced design automation.", button: { text: "WhatsApp Now", href: "https://wa.me/your-number" }, featuresTitle: "Service Features", features: ["Standard Priority", "AI Model Training", "Unlimited Revisions"] }
]}
/>
<FooterCard
logoText="BlackArtTech"
socialLinks={[{ icon: Github, href: "#", ariaLabel: "Github" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Linkedin, href: "#", ariaLabel: "Linkedin" }]}
/>
</ThemeProvider>
);
}

View File

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