diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3695b5d..eb67c24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,19 +25,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Accounts AI | AI Accounting for UK Businesses", description: "Intelligent, AI-powered accounting platform for UK businesses. Automate compliance, generate insights, and transform your financial workflows with Accounts AI.", keywords: "AI accounting, accounting automation, UK accounting software, compliance automation, financial insights, SaaS accounting", metadataBase: new URL("https://accounts-ai.co.uk"), + title: "Accounts AI | AI Accounting for UK Sole Traders & SMEs", description: "AI-powered accounting platform designed for UK sole traders and small to medium businesses. Real-time bookkeeping, VAT tracking, tax estimation, and HMRC compliance automation.", keywords: "UK accounting software, sole trader accounting, SME bookkeeping, VAT software, HMRC compliant, tax automation, AI accounting", metadataBase: new URL("https://accounts-ai.co.uk"), alternates: { canonical: "https://accounts-ai.co.uk" }, openGraph: { - title: "Accounts AI | AI Accounting for UK Businesses", description: "Intelligent, AI-powered accounting platform automating compliance and financial insights for UK accountants and businesses.", url: "https://accounts-ai.co.uk", siteName: "Accounts AI", type: "website", images: [ + title: "Accounts AI | AI Accounting for UK Sole Traders & SMEs", description: "Real-time bookkeeping, VAT tracking, and HMRC compliance automation for UK small businesses.", url: "https://accounts-ai.co.uk", siteName: "Accounts AI", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APaXqXDsbyduNMDRxCKSmOXLBo/a-modern-sleek-ai-accounting-dashboard-i-1772496805540-fb1bb655.png", alt: "Accounts AI Dashboard" } ] }, twitter: { - card: "summary_large_image", title: "Accounts AI | AI Accounting for UK Businesses", description: "Intelligent, AI-powered accounting platform automating compliance and financial insights.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APaXqXDsbyduNMDRxCKSmOXLBo/a-modern-sleek-ai-accounting-dashboard-i-1772496805540-fb1bb655.png"] + card: "summary_large_image", title: "Accounts AI | AI Accounting for UK Sole Traders & SMEs", description: "Real-time bookkeeping and HMRC compliance automation.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APaXqXDsbyduNMDRxCKSmOXLBo/a-modern-sleek-ai-accounting-dashboard-i-1772496805540-fb1bb655.png"] }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9834d92..97489d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() {
@@ -146,8 +146,8 @@ export default function LandingPage() {
@@ -216,15 +222,15 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9cee849..aba964c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #94877c;; --background-accent: #afa094;; */ - --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; --primary-cta-text: #f6f0e9;; - --secondary-cta: #efe7dd;; + --secondary-cta: #1a1a1a;; --secondary-cta-text: #2b180a;; - --accent: #94877c;; - --background-accent: #afa094;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);