From 9f539fee15e81bfb8927682aef4b9a010284e8eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:45:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6008d34..50c0990 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ -- 2.49.1 From a6f3780d196209b3fa7af6baedbf80ae0172beb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:45:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c608b24..91ce5d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } -- 2.49.1