Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 14:45:21 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -22,22 +22,21 @@ const dmSans = DM_Sans({
export const metadata: Metadata = {
title: "SuccessApp - Automation & Collaboration Platform", description: "Transform your workflow with intelligent automation, real-time analytics, and seamless collaboration. Join thousands of teams boosting productivity.", keywords: "automation, productivity, analytics, collaboration, workflow, team management, SaaS", metadataBase: new URL("https://successapp.com"),
alternates: {
canonical: "https://successapp.com"
},
canonical: "https://successapp.com"},
openGraph: {
type: "website", siteName: "SuccessApp", title: "SuccessApp - Automation & Collaboration Platform", description: "Transform your workflow with intelligent automation, real-time analytics, and seamless collaboration.", url: "https://successapp.com", images: [
{
url: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", alt: "SuccessApp Dashboard"
}
]
url: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", alt: "SuccessApp Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "SuccessApp - Automation & Collaboration Platform", description: "Transform your workflow with intelligent automation, real-time analytics, and seamless collaboration.", images: ["http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg"]
card: "summary_large_image", title: "SuccessApp - Automation & Collaboration Platform", description: "Transform your workflow with intelligent automation, real-time analytics, and seamless collaboration.", images: [
"http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg"],
},
robots: {
index: true,
follow: true
}
follow: true,
},
};
export default function RootLayout({

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Revolutionary App"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
{ text: "Watch Demo", href: "https://youtube.com" }