6 Commits

Author SHA1 Message Date
0844437194 Update src/app/page.tsx 2026-03-04 15:31:43 +00:00
67299b4e64 Update src/app/page.tsx 2026-03-04 14:27:01 +00:00
bf41656b26 Update src/app/layout.tsx 2026-03-04 14:27:00 +00:00
ca1dab4d69 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:24:43 +00:00
05063b5ed4 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:23:48 +00:00
b151e38216 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:22:19 +00:00
2 changed files with 18 additions and 47 deletions

View File

@@ -1,52 +1,24 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "Bissa Dentistry | Professional Dental Care in Pavlodar", description: "Expert dental care in Pavlodar with experienced doctors, modern equipment, and a focus on patient comfort. Schedule your appointment today.", keywords: "dentistry Pavlodar, dental treatment, dental clinic, professional dentist", metadataBase: new URL("https://bissadentistry.kz"),
alternates: {
canonical: "https://bissadentistry.kz"},
openGraph: {
title: "Bissa Dentistry - Your Trusted Dental Clinic in Pavlodar", description: "Professional dental care with 15+ years of experience. Serving Pavlodar with modern techniques and patient-focused service.", url: "https://bissadentistry.kz", siteName: "Bissa Dentistry", images: [
{
url: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", alt: "Bissa Dental Clinic"},
],
type: "website"},
twitter: {
card: "summary_large_image", title: "Bissa Dentistry - Professional Dental Care in Pavlodar", description: "Expert dental care with experienced doctors and modern equipment.", images: ["http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg"],
},
robots: {
index: true,
follow: true,
},
title: 'Bissa Dentistry - Expert Dental Care in Pavlodar',
description: 'Professional dental care with experienced doctors and modern equipment. Fear-free treatment for your whole family.',
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1414,7 +1386,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
imageAlt="Modern dental clinic interior"
mediaAnimation="slide-up"
buttons={[
{ text: "Make an appointment", href: "#contact" },
{ text: "Call now: +7 (7182) 67 11 11", href: "tel:+77182671111" }
{ text: "Call now: +7 (7182) 67 11 11", href: "tel:+77182671111" },
{ text: "Make an appointment", href: "#contact" }
]}
testimonials={[
{
@@ -82,7 +82,7 @@ export default function LandingPage() {
title: "Treatment", description: "Professional treatment for cavities, root canals, and restorative procedures using modern techniques.", icon: Stethoscope,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-doing-teeth-consultation-treat-patient-with-toothache-using-dental-equipment-stomatology-office-dentist-assistant-examining-denture-after-drill-procedure_482257-38933.jpg?_wi=1", imageAlt: "Professional dental treatment"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU4uXMKsbNW0EA7gkX9TWdoopf/uploaded-1772638212779-uveezduc.jpg", imageAlt: "Professional dental treatment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Modern dental clinic"
@@ -93,7 +93,7 @@ export default function LandingPage() {
title: "Prosthetics", description: "Custom crowns, bridges, and implants designed for natural appearance and optimal functionality.", icon: Smile,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Dental prosthetics and implants"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU4uXMKsbNW0EA7gkX9TWdoopf/uploaded-1772638225615-jnh7vkp9.jpg", imageAlt: "Dental prosthetics and implants"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-doing-teeth-consultation-treat-patient-with-toothache-using-dental-equipment-stomatology-office-dentist-assistant-examining-denture-after-drill-procedure_482257-38933.jpg?_wi=2", imageAlt: "Professional dental work"
@@ -118,7 +118,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg", imageAlt: "Pediatric dental care"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=2", imageAlt: "Professional care"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU4uXMKsbNW0EA7gkX9TWdoopf/uploaded-1772638190618-648hqey6.jpg", imageAlt: "Professional care"
}
]
}
@@ -185,7 +185,7 @@ export default function LandingPage() {
id: "1", name: "Dr. Irina Ganchenko", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67156.jpg", imageAlt: "Dr. Irina Ganchenko"
},
{
id: "2", name: "Dr. Dmitri K.", role: "Prosthodontist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-dentist-smiling-with-arms-crossed-dental-clinic_158595-7723.jpg", imageAlt: "Dr. Dmitri K."
id: "2", name: "Вадим Артеменков ", role: "Prosthodontist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU4uXMKsbNW0EA7gkX9TWdoopf/uploaded-1772638272638-brwb46rs.jpg", imageAlt: "Вадим Артеменков "
},
{
id: "3", name: "Tatiana M.", role: "Dental Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg", imageAlt: "Tatiana M."