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({ 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" }