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} 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." />