From c01f8f51457627ccbf36d0dfb343c261f304ab22 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 10 Feb 2026 06:21:03 +0000 Subject: [PATCH] Blackness Studio Business Website --- frontend/src/pages/index.tsx | 24 ++++++++++++------------ frontend/src/pages/projects.tsx | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 7709a00..719ecba 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -28,18 +28,18 @@ export default function LandingPage() { const services = [ { - name: 'Technical Blog Writing', - desc: 'Expertly researched long-form articles that establish authority and engage developer audiences.', + name: 'Content Writing', + desc: 'Craft engaging articles, blog posts, and guides that deliver value.', icon: mdiFileDocumentEdit }, { - name: 'API Documentation', - desc: 'Clear, concise, and accurate documentation that makes your tools a joy for developers to use.', + name: 'Technical Writing', + desc: 'Create precise documentation, tutorials, and guides that simplify complex concepts.', icon: mdiCodeJson }, { - name: 'White Papers & Case Studies', - desc: 'Deep-dive content that showcases your technical success and builds trust with decision-makers.', + name: 'Professional Insights', + desc: 'Produce research-backed content and case studies that showcase expertise.', icon: mdiStar } ]; @@ -89,7 +89,7 @@ export default function LandingPage() {
@@ -143,7 +143,7 @@ export default function LandingPage() {

@@ -196,7 +196,7 @@ export default function LandingPage() {

{service.name}

{service.desc}

- + Learn More
@@ -267,7 +267,7 @@ export default function LandingPage() {
- hello@blackness.studio + blackness.business@gmail.com
@@ -275,7 +275,7 @@ export default function LandingPage() {
diff --git a/frontend/src/pages/projects.tsx b/frontend/src/pages/projects.tsx index fc35827..196d11d 100644 --- a/frontend/src/pages/projects.tsx +++ b/frontend/src/pages/projects.tsx @@ -117,7 +117,7 @@ export default function ProjectsPage() {
@@ -217,7 +217,7 @@ export default function ProjectsPage() {

READY TO START YOUR PROJECT?

@@ -258,4 +258,4 @@ export default function ProjectsPage() { ProjectsPage.getLayout = function getLayout(page: ReactElement) { return {page}; -}; +}; \ No newline at end of file