Merge version_1 into main #4
@@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Award, Zap, Smile, Star } from "lucide-react";
|
||||
import { Award, Zap, Smile, Star, Calendar } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -112,7 +112,7 @@ export default function AboutPage() {
|
||||
<div id="appointment" data-section="appointment">
|
||||
<ContactSplit
|
||||
tag="Prenez RDV"
|
||||
tagIcon={"Calendar"}
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
title="Réservez Votre Consultation"
|
||||
description="Nous vous accueillons pour une consultation gratuite. Nos experts vous conseilleront sur le meilleur traitement adapté à vos besoins."
|
||||
|
||||
@@ -6,6 +6,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function GalleryPage() {
|
||||
const navItems = [
|
||||
@@ -109,7 +110,7 @@ export default function GalleryPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contactez-Nous"
|
||||
tagIcon={"Phone"}
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Nous Sommes À Votre Écoute"
|
||||
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é."
|
||||
|
||||
@@ -6,6 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -100,7 +101,7 @@ export default function ServicesPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contactez-Nous"
|
||||
tagIcon={"Phone"}
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Nous Sommes À Votre Écoute"
|
||||
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é."
|
||||
|
||||
Reference in New Issue
Block a user