From df9261b089790373adab7cf047a5672e5adf6bbb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:02:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 927597d..03c8eaa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,13 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Figtree } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const figtree = Figtree({ - variable: "--font-figtree", subsets: ["latin"], -}); - export const metadata: Metadata = { title: "AI Automation for Norwegian SMBs | Grow Revenue, Reduce Work", description: "Automate leads, follow-ups & operations. Norwegian agencies, clinics & local businesses grow faster with AI. Book your free 15-minute audit today.", keywords: "AI automation, lead automation, Norwegian SMB, business automation, CRM setup, chatbot, workflow automation", openGraph: { title: "AI Growth - Automate Your Norwegian Business", description: "Transform your business with AI automation. More revenue. Less work. Free audit.", type: "website", siteName: "AI Growth"}, @@ -30,11 +19,9 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + - + {children} From b903f1ce733f9fbf7819a3cba0c207fa8e428e78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:02:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 120 +++++++++++++++++++++++------------------------ 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f00e3f..04843ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,27 +41,27 @@ export default function LandingPage() {
@@ -209,32 +209,32 @@ export default function LandingPage() {
@@ -260,10 +260,10 @@ export default function LandingPage() { columns={[ { title: "Tjenester", items: [ - { label: "Lead Automation", href: "#services" }, - { label: "CRM Setup", href: "#services" }, - { label: "AI Chatbots", href: "#services" }, - { label: "Workflow Automation", href: "#services" } + { label: "Lead-automatisering", href: "#services" }, + { label: "CRM-oppsett", href: "#services" }, + { label: "AI-chatbots", href: "#services" }, + { label: "Arbeidsflytautomatisering", href: "#services" } ] }, { @@ -282,7 +282,7 @@ export default function LandingPage() { ] } ]} - copyrightText="© 2025 AI Growth AS. All rights reserved." + copyrightText="© 2025 AI Growth AS. Alle rettigheter reservert." />