5 Commits

Author SHA1 Message Date
1e95be0fec Update src/app/page.tsx 2026-03-04 10:41:37 +00:00
145e84ec52 Update src/app/page.tsx 2026-03-04 10:39:59 +00:00
692f710d15 Update src/app/layout.tsx 2026-03-04 10:39:58 +00:00
297d33d1c7 Merge version_2 into main
Merge version_2 into main
2026-03-04 10:02:43 +00:00
b39ebdd36c Merge version_2 into main
Merge version_2 into main
2026-03-04 10:01:15 +00:00

View File

@@ -1,11 +1,13 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Puul AI - Dental Practice Lead Engagement", description: "Empower your dental practice with AI-powered lead engagement. Automatically answer patient questions through a smart widget."};
title: "Puul AI - Dental Practice Lead Engagement", description: "AI-powered lead engagement for dental practices. Automate patient questions, convert more leads, and boost appointment bookings."};
export default function RootLayout({
children,