18 Commits

Author SHA1 Message Date
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
ad4e42826e Merge version_6 into main
Merge version_6 into main
2026-05-21 05:47:51 +00:00
17f6f75966 Merge version_6 into main
Merge version_6 into main
2026-05-21 05:45:52 +00:00
7334d32e93 Merge version_6 into main
Merge version_6 into main
2026-05-21 05:42:23 +00:00
2ac8a2718c Update src/app/ai-design/page.tsx 2026-05-21 05:36:57 +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
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
c8f81aa7bb Merge version_5 into main
Merge version_5 into main
2026-05-21 05:31:00 +00:00
9ed0374e31 Update src/app/ai-design/page.tsx 2026-05-21 05:30:57 +00:00
dc9c5eeb35 Update src/app/about/page.tsx 2026-05-21 05:30:57 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
{ 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" },
]}
title="Our Solutions"
title="Professional Tools for Modern Creators"
description="Discover high-performance software and hardware for creators."
/>
</div>
@@ -181,8 +181,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="BlackArtTech
"
logoText="BlackArtTech"
copyrightText="© 2025 BlackArtTech Technologies. All rights reserved."
socialLinks={[
{ icon: Github, href: "#", ariaLabel: "Github" },
@@ -194,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}