Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 17:42:05 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -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: {

View File

@@ -35,12 +35,12 @@ export default function HomePage() {
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Canvas" navItems={navItems} />
<NavbarStyleApple brandName="Sparkflows" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="Canvas"
logoText="Sparkflows"
description="Unleash your creative potential with our powerful note canvas app. Designed for founders, brand owners, and e-commerce entrepreneurs to organize ideas, collaborate in real-time, and boost productivity like never before."
background={{ variant: "sparkles-gradient" }}
buttons={[
@@ -50,7 +50,7 @@ export default function HomePage() {
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXFv3Xt1oSPbvPNUmnrnvuH4gf/a-modern-creative-note-canvas-app-interf-1772731977395-9aaceb60.png"
imageAlt="Canvas App Dashboard"
imageAlt="Sparkflows App Dashboard"
frameStyle="browser"
mediaAnimation="slide-up"
/>
@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Canvas has completely transformed how our team collaborates on creative projects. The real-time features and intuitive interface have cut our project timelines by 40%. It's become indispensable to our workflow."
testimonial="Sparkflows has completely transformed how our team collaborates on creative projects. The real-time features and intuitive interface have cut our project timelines by 40%. It's become indispensable to our workflow."
rating={5}
author="Sarah Chen, Founder & CEO"
avatars={[
@@ -157,7 +157,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your creative productivity? Join thousands of creators already using Canvas to achieve more. Start your free trial today—no credit card required."
text="Ready to transform your creative productivity? Join thousands of creators already using Sparkflows to achieve more. Start your free trial today—no credit card required."
animationType="entrance-slide"
buttons={[
{ text: "Get Started Free", href: "#" },
@@ -170,21 +170,21 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Canvas"
copyrightText="© 2025 Canvas. All rights reserved."
logoText="Sparkflows"
copyrightText="© 2025 Sparkflows. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/canvasapp", ariaLabel: "Twitter"},
href: "https://twitter.com/sparkflowsapp", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/canvas-app", ariaLabel: "LinkedIn"},
href: "https://linkedin.com/company/sparkflows-app", ariaLabel: "LinkedIn"},
{
icon: Github,
href: "https://github.com/canvas", ariaLabel: "GitHub"},
href: "https://github.com/sparkflows", ariaLabel: "GitHub"},
{
icon: Instagram,
href: "https://instagram.com/canvasapp", ariaLabel: "Instagram"},
href: "https://instagram.com/sparkflowsapp", ariaLabel: "Instagram"},
]}
/>
</div>