From 84271ad18ba4dd1e713b0936ac620dd67e78026b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:45:49 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da8da33..3ff0a49 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -57,7 +57,7 @@ export default function AboutPage() { enableKpiAnimation={true} buttons={[{ text: "Schedule Appointment", href: "/contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/dentist-smiling-posing-dental-clinic_107420-65582.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-smiling-posing-dental-clinic_107420-65582.jpg?_wi=2" imageAlt="Dr. Timothy J Kreifels" mediaAnimation="opacity" imagePosition="right" @@ -74,7 +74,7 @@ Outside the practice, Dr. Kreifels is active in the Atlantic community and value tag="Professional Background" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-filling-document_23-2149164283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-filling-document_23-2149164283.jpg?_wi=2" imageAlt="Dr. Timothy J Kreifels" useInvertedBackground={false} buttons={[{ text: "Call Now", href: "tel:(712) 243-3275" }]} @@ -97,14 +97,14 @@ Outside the practice, Dr. Kreifels is active in the Atlantic community and value id: "team-sarah", name: "Sarah Johnson", role: "Dental Hygienist", - imageSrc: "http://img.b2bpic.net/free-photo/clinic-oral-hospital-adult-open_1303-340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clinic-oral-hospital-adult-open_1303-340.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { id: "team-emma", name: "Emma Davis", role: "Dental Assistant", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-coffee-cup-office_23-2148042666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-coffee-cup-office_23-2148042666.jpg?_wi=2", imageAlt: "Emma Davis", }, ]} -- 2.49.1 From 697a25b664889f87f2e2ac9f7e2e9e469ad1cc6a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:45:49 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9490090..272a916 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2" imageAlt="Dental office contact" mediaAnimation="opacity" imagePosition="right" @@ -114,7 +114,7 @@ We're conveniently located in downtown Atlantic and look forward to seeing you s tag="Reach Out" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=3" imageAlt="Dental office location" useInvertedBackground={false} buttons={[ -- 2.49.1 From 8ed454c0f3e130125a3ac909c6c75f2e270f3e80 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:45:49 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e3865a..d6705d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; +import { DM_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; -import { DM_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Timothy J Kreifels DDS | Dentist Atlantic Iowa", + description: "Family dentist in Atlantic, Iowa. Trusted dental care from Dr. Timothy Kreifels. New patients welcome. Call (712) 243-3275 or schedule online.", + keywords: "dentist Atlantic Iowa, family dentist, dental care, cleanings, exams", + metadataBase: new URL("https://www.example.com"), + alternates: { + canonical: "https://www.example.com", + }, + openGraph: { + title: "Timothy J Kreifels DDS | Family Dentist Atlantic IA", + description: "Quality dental care for families in Atlantic, Iowa. Dr. Timothy Kreifels welcomes new patients.", + url: "https://www.example.com", + siteName: "Timothy J Kreifels DDS", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Timothy J Kreifels DDS | Family Dentist Atlantic IA", + description: "Trusted dental care in Atlantic, Iowa. New patients welcome!", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -32,7 +63,9 @@ export default function RootLayout({ return ( - + {children}