Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-12 16:32:00 +00:00
6 changed files with 67 additions and 26 deletions

View File

@@ -139,7 +139,7 @@ export default function AboutPage() {
variant: "radial-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg?_wi=2"
imageAlt="Formulaire de prise de rendez-vous"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
description="Nous vous accueillons pour une consultation gratuite. Nos experts vous conseilleront sur le meilleur traitement adapté à vos besoins."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg?_wi=3"
imageAlt="Formulaire de prise de rendez-vous"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -98,7 +98,7 @@ export default function ContactPage() {
description="BADR SMILE CENTER - Clinique Dentaire Premium. Téléphone: 0636 27 38 89. Localisation: Wilaya Center. Horaires d'ouverture: Lundi-Samedi 8h-19h, Dimanche fermé."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg?_wi=3"
imageAlt="Localisation et contact de la clinique"
mediaAnimation="blur-reveal"
mediaPosition="left"

View File

@@ -79,7 +79,7 @@ export default function GalleryPage() {
testimonial:
"Notre expert a réalisé une transformation complète du sourire avec un blanchiment professionnel. Résultat naturel et durable.",
imageSrc:
"http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
"http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg?_wi=3",
imageAlt: "Avant et après blanchiment dentaire",
},
{
@@ -89,7 +89,7 @@ export default function GalleryPage() {
testimonial:
"Procédure d'implant réussie avec résultat esthétique impeccable. Le sourire retrouve sa confiance naturelle.",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg",
"http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=3",
imageAlt: "Avant et après implant dentaire",
},
{
@@ -99,7 +99,7 @@ export default function GalleryPage() {
testimonial:
"Notre approche complète du design du sourire a transformé cette smile. Alignement et esthétique parfaits.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg",
"http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=2",
imageAlt: "Avant et après design du sourire",
},
{
@@ -109,7 +109,7 @@ export default function GalleryPage() {
testimonial:
"Restauration esthétique et fonctionnelle complète. Un sourire nouveau avec une qualité premium garantie.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg",
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg?_wi=2",
imageAlt: "Avant et après restauration dentaire",
},
{
@@ -119,7 +119,7 @@ export default function GalleryPage() {
testimonial:
"Blanchiment professionnel associé à des soins esthétiques. Résultat éclatant et naturel garanti.",
imageSrc:
"http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
"http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg?_wi=4",
imageAlt: "Avant et après blanchiment professionnel",
},
{
@@ -129,7 +129,7 @@ export default function GalleryPage() {
testimonial:
"Notre équipe a réalisé une correction complète pour un sourire harmonieux et éclairant. Satisfaction garantie.",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg",
"http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=4",
imageAlt: "Avant et après correction dentaire",
},
]}
@@ -156,7 +156,7 @@ export default function GalleryPage() {
variant: "radial-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg?_wi=2"
imageAlt="Localisation et contact de la clinique"
mediaAnimation="blur-reveal"
mediaPosition="left"

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({
variable: "--font-inter-tight",
@@ -20,6 +24,41 @@ const interTight = Inter_Tight({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "BADR SMILE CENTER - Clinique Dentaire Premium",
description: "Clinique dentaire moderne spécialisée dans les soins esthétiques, blanchiment dentaire et implants. Professionnels expérimentés avec technologie de pointe.",
keywords: "dentiste, soins dentaires, blanchiment dentaire, implants dentaires, esthétique dentaire, clinique dentaire, Algérie",
metadataBase: new URL("https://badrsmilecenter.dz"),
alternates: {
canonical: "https://badrsmilecenter.dz",
},
openGraph: {
title: "BADR SMILE CENTER - Votre Sourire Parfait",
description: "Transformez votre sourire avec nos soins dentaires premium et esthétiques de haute qualité.",
url: "https://badrsmilecenter.dz",
siteName: "BADR SMILE CENTER",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-after-dental-procedure_23-2148985823.jpg",
alt: "BADR SMILE CENTER - Sourires Heureux",
},
],
},
twitter: {
card: "summary_large_image",
title: "BADR SMILE CENTER - Clinique Dentaire Premium",
description: "Soins dentaires professionnels et esthétiques de qualité premium.",
images: [
"http://img.b2bpic.net/free-photo/female-patient-looking-mirror-after-dental-procedure_23-2148985823.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +67,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${interTight.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +81,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -147,7 +147,7 @@ export default function HomePage() {
name: "Transformation Blanchiment",
handle: "Résultat éclatant",
testimonial: "Notre expert a réalisé une transformation complète du sourire avec un blanchiment professionnel. Résultat naturel et durable.",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg?_wi=1",
imageAlt: "Avant et après blanchiment dentaire",
},
{
@@ -155,7 +155,7 @@ export default function HomePage() {
name: "Implant Dentaire",
handle: "Restauration complète",
testimonial: "Procédure d'implant réussie avec résultat esthétique impeccable. Le sourire retrouve sa confiance naturelle.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=1",
imageAlt: "Avant et après implant dentaire",
},
{
@@ -163,7 +163,7 @@ export default function HomePage() {
name: "Design du Sourire",
handle: "Transformation totale",
testimonial: "Notre approche complète du design du sourire a transformé cette smile. Alignement et esthétique parfaits.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=1",
imageAlt: "Avant et après design du sourire",
},
{
@@ -171,7 +171,7 @@ export default function HomePage() {
name: "Restauration Complète",
handle: "Résultat naturel",
testimonial: "Restauration esthétique et fonctionnelle complète. Un sourire nouveau avec une qualité premium garantie.",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg?_wi=1",
imageAlt: "Avant et après restauration dentaire",
},
{
@@ -179,7 +179,7 @@ export default function HomePage() {
name: "Blanchiment Avancé",
handle: "Sourire premium",
testimonial: "Blanchiment professionnel associé à des soins esthétiques. Résultat éclatant et naturel garanti.",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg?_wi=2",
imageAlt: "Avant et après blanchiment professionnel",
},
{
@@ -187,7 +187,7 @@ export default function HomePage() {
name: "Correction Complète",
handle: "Confiance retrouvée",
testimonial: "Notre équipe a réalisé une correction complète pour un sourire harmonieux et éclairant. Satisfaction garantie.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=2",
imageAlt: "Avant et après correction dentaire",
},
]}
@@ -228,7 +228,7 @@ export default function HomePage() {
description="Nous vous accueillons pour une consultation gratuite. Nos experts vous conseilleront sur le meilleur traitement adapté à vos besoins."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-lady-asking-informations-filling-stomatological-form-while-patients-talking-sitting-chair-waiting-area-people-speaking-crowded-professional-orthodontist-reception-office_482257-3581.jpg?_wi=1"
imageAlt="Formulaire de prise de rendez-vous"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -144,7 +144,7 @@ export default function ServicesPage() {
description="BADR SMILE CENTER - Clinique Dentaire Premium. Téléphone: 0636 27 38 89. Localisation: Wilaya Center. Horaires d'ouverture: Lundi-Samedi 8h-19h, Dimanche fermé."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg?_wi=1"
imageAlt="Localisation et contact de la clinique"
mediaAnimation="blur-reveal"
mediaPosition="left"