From 05dbf8295f5d2e4a52e8e15bc929a440b58ca5cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:42:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2522160..a911895 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,14 +21,14 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "Canvas - Creative Note Canvas Productivity App for Entrepreneurs", description: "Transform your creative workflow with Canvas. Real-time collaboration, infinite canvases, and smart organization for founders, brand owners, and e-commerce entrepreneurs.", keywords: "creative app, note taking, collaboration, productivity, founders, entrepreneurs, brand management, e-commerce", openGraph: { - title: "Canvas - Creative Note Canvas Productivity App", description: "Unleash your creative potential with powerful note canvas collaboration. Join thousands of creators boosting productivity.", siteName: "Canvas", type: "website", images: [ + title: "Sparkflows - Creative Note Canvas Productivity App for Entrepreneurs", description: "Transform your creative workflow with Sparkflows. Real-time collaboration, infinite canvases, and smart organization for founders, brand owners, and e-commerce entrepreneurs.", keywords: "creative app, note taking, collaboration, productivity, founders, entrepreneurs, brand management, e-commerce", openGraph: { + title: "Sparkflows - Creative Note Canvas Productivity App", description: "Unleash your creative potential with powerful note canvas collaboration. Join thousands of creators boosting productivity.", siteName: "Sparkflows", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXFv3Xt1oSPbvPNUmnrnvuH4gf/a-modern-creative-note-canvas-app-interf-1772731977395-9aaceb60.png", alt: "Canvas App Dashboard"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXFv3Xt1oSPbvPNUmnrnvuH4gf/a-modern-creative-note-canvas-app-interf-1772731977395-9aaceb60.png", alt: "Sparkflows App Dashboard"}, ], }, twitter: { - card: "summary_large_image", title: "Canvas - Creative Note Canvas Productivity App", description: "Transform your creative workflow with real-time collaboration and infinite canvases.", images: [ + card: "summary_large_image", title: "Sparkflows - Creative Note Canvas Productivity App", description: "Transform your creative workflow with real-time collaboration and infinite canvases.", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXFv3Xt1oSPbvPNUmnrnvuH4gf/a-modern-creative-note-canvas-app-interf-1772731977395-9aaceb60.png"], }, robots: { -- 2.49.1 From 87bdd6fce13b06e1b5bbfbb36e72bdd0495d08d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:42:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8569934..c09aa0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,12 +35,12 @@ export default function HomePage() { headingFontWeight="extrabold" >
@@ -61,7 +61,7 @@ export default function HomePage() { tag="Our Mission" tagIcon={Lightbulb} title="Empowering Creative Minds to Achieve More" - description="We built Canvas to solve the productivity challenges facing modern entrepreneurs and creative professionals." + description="We built Sparkflows to solve the productivity challenges facing modern entrepreneurs and creative professionals." subdescription="Join thousands of creators who are already transforming their workflow" icon={Sparkles} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXFv3Xt1oSPbvPNUmnrnvuH4gf/a-diverse-group-of-creative-entrepreneur-1772731978515-d1ad5dd6.png?_wi=1" @@ -104,7 +104,7 @@ export default function HomePage() {
-- 2.49.1