Merge version_1 into main #2
@@ -16,7 +16,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -60,25 +60,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Clinical Excellence",
|
||||
description: "Every technique, protocol, and system we teach meets the highest GDC compliance standards and incorporates the latest scientific research in teeth whitening technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg?_wi=2",
|
||||
imageAlt: "Clinical excellence training",
|
||||
},
|
||||
title: "Clinical Excellence", description: "Every technique, protocol, and system we teach meets the highest GDC compliance standards and incorporates the latest scientific research in teeth whitening technology.", imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg", imageAlt: "Clinical excellence training"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Commercial Viability",
|
||||
description: "We don't just teach whitening—we teach business. Our academy integrates proven revenue models, client retention frameworks, and operational systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=2",
|
||||
imageAlt: "Commercial strategy and implementation",
|
||||
},
|
||||
title: "Commercial Viability", description: "We don't just teach whitening—we teach business. Our academy integrates proven revenue models, client retention frameworks, and operational systems.", imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Commercial strategy and implementation"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Continuous Innovation",
|
||||
description: "The dental industry evolves constantly. Our academy provides lifetime access to updates, ongoing mentorship, and latest advancements in teeth whitening science.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg?_wi=2",
|
||||
imageAlt: "Innovation and continuous learning",
|
||||
},
|
||||
title: "Continuous Innovation", description: "The dental industry evolves constantly. Our academy provides lifetime access to updates, ongoing mentorship, and latest advancements in teeth whitening science.", imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg", imageAlt: "Innovation and continuous learning"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,32 +83,14 @@ export default function AboutPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Victoria Chen",
|
||||
handle: "@drvc_dental",
|
||||
testimonial: "This programme elevated my practice from cosmetic procedures to a complete business system. The integration was seamless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg?_wi=2",
|
||||
imageAlt: "Dr. Victoria Chen",
|
||||
},
|
||||
id: "1", name: "Dr. Victoria Chen", handle: "@drvc_dental", testimonial: "This programme elevated my practice from cosmetic procedures to a complete business system. The integration was seamless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg", imageAlt: "Dr. Victoria Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez",
|
||||
handle: "@jrodriguez_clinic",
|
||||
testimonial: "Revenue increased 40% in the first year. The structured, commercially-engineered approach delivers real business impact.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg?_wi=2",
|
||||
imageAlt: "James Rodriguez",
|
||||
},
|
||||
id: "2", name: "James Rodriguez", handle: "@jrodriguez_clinic", testimonial: "Revenue increased 40% in the first year. The structured, commercially-engineered approach delivers real business impact.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg", imageAlt: "James Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie Wallace",
|
||||
handle: "@sophieasthetics",
|
||||
testimonial: "The business implementation module transformed how I structure my services. Highly professional and impactful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "Sophie Wallace",
|
||||
},
|
||||
id: "3", name: "Sophie Wallace", handle: "@sophieasthetics", testimonial: "The business implementation module transformed how I structure my services. Highly professional and impactful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sophie Wallace"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -130,8 +100,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Programme", href: "/programme" },
|
||||
@@ -139,8 +108,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "GDC Compliance", href: "/" },
|
||||
@@ -148,8 +116,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Enquiry", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:enquiry@harleystreetsmiles.com" },
|
||||
{ label: "Phone", href: "tel:+441234567890" },
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -52,7 +52,7 @@ export default function ContactPage() {
|
||||
title="Begin Your Professional Journey"
|
||||
description="Enquire about our training programmes and discover how you can become an authority in professional teeth whitening. Our team responds to all enquiries within 24 hours."
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-checking-reports_1262-20988.jpg"
|
||||
imageAlt="Professional contact and enquiry"
|
||||
@@ -74,22 +74,14 @@ export default function ContactPage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I apply for the training programme?",
|
||||
content: "Simply submit your enquiry through our contact form or email enquiry@harleystreetsmiles.com. Our admissions team will contact you within 24 hours to discuss your background, goals, and best-fit programme option.",
|
||||
},
|
||||
id: "1", title: "How do I apply for the training programme?", content: "Simply submit your enquiry through our contact form or email enquiry@harleystreetsmiles.com. Our admissions team will contact you within 24 hours to discuss your background, goals, and best-fit programme option."},
|
||||
{
|
||||
id: "2",
|
||||
title: "When does the next cohort begin?",
|
||||
content: "We run monthly cohorts for both Foundational and Advanced programmes. Available start dates are communicated during the enquiry process. We recommend registering 2-3 weeks before your preferred start date.",
|
||||
},
|
||||
id: "2", title: "When does the next cohort begin?", content: "We run monthly cohorts for both Foundational and Advanced programmes. Available start dates are communicated during the enquiry process. We recommend registering 2-3 weeks before your preferred start date."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What support is available after graduation?",
|
||||
content: "Advanced programme graduates receive lifetime access to resource updates and ongoing mentorship support. Foundational graduates receive 6 months of post-graduation support access. Both groups are invited to our annual alumni network events.",
|
||||
},
|
||||
id: "3", title: "What support is available after graduation?", content: "Advanced programme graduates receive lifetime access to resource updates and ongoing mentorship support. Foundational graduates receive 6 months of post-graduation support access. Both groups are invited to our annual alumni network events."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,8 +90,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Programme", href: "/programme" },
|
||||
@@ -107,8 +98,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "GDC Compliance", href: "/" },
|
||||
@@ -116,8 +106,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Enquiry", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:enquiry@harleystreetsmiles.com" },
|
||||
{ label: "Phone", href: "tel:+441234567890" },
|
||||
|
||||
@@ -5,45 +5,29 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Harley Street Smiles - Professional Teeth Whitening Training Academy UK",
|
||||
description: "UK's leading GDC-compliant teeth whitening training academy. Comprehensive theory, practical application, and commercial implementation. Established 2004.",
|
||||
keywords: "teeth whitening training, dental education, GDC compliant, professional training, teeth whitening course, UK dental academy, cosmetic dentistry training",
|
||||
metadataBase: new URL("https://www.harleystreetsmiles.com"),
|
||||
title: "Harley Street Smiles - Professional Teeth Whitening Training Academy UK", description: "UK's leading GDC-compliant teeth whitening training academy. Comprehensive theory, practical application, and commercial implementation. Established 2004.", keywords: "teeth whitening training, dental education, GDC compliant, professional training, teeth whitening course, UK dental academy, cosmetic dentistry training", metadataBase: new URL("https://www.harleystreetsmiles.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.harleystreetsmiles.com",
|
||||
},
|
||||
canonical: "https://www.harleystreetsmiles.com"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Harley Street Smiles - Professional Teeth Whitening Training",
|
||||
description: "The UK's leading GDC-compliant teeth whitening training academy with the proprietary MATCH | WHITE system.",
|
||||
url: "https://www.harleystreetsmiles.com",
|
||||
siteName: "Harley Street Smiles",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Harley Street Smiles - Professional Teeth Whitening Training", description: "The UK's leading GDC-compliant teeth whitening training academy with the proprietary MATCH | WHITE system.", url: "https://www.harleystreetsmiles.com", siteName: "Harley Street Smiles", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg",
|
||||
alt: "Professional Teeth Whitening Training",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg", alt: "Professional Teeth Whitening Training"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Harley Street Smiles Academy",
|
||||
description: "Professional teeth whitening training, GDC-compliant certification, commercial implementation.",
|
||||
images: ["http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg"],
|
||||
card: "summary_large_image", title: "Harley Street Smiles Academy", description: "Professional teeth whitening training, GDC-compliant certification, commercial implementation.", images: ["http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
186
src/app/page.tsx
186
src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,44 +46,24 @@ export default function HomePage() {
|
||||
description="GDC-compliant, commercially engineered training integrating theory, practical application, and business implementation. Established since 2004."
|
||||
tag="Professional Excellence"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg"
|
||||
imageAlt="Professional teeth whitening training facility"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Sarah Mitchell",
|
||||
handle: "Dentist, London",
|
||||
testimonial: "This programme transformed how I approach client retention and revenue growth. Exceptional training.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
imageAlt: "Dr. Sarah Mitchell",
|
||||
},
|
||||
name: "Dr. Sarah Mitchell", handle: "Dentist, London", testimonial: "This programme transformed how I approach client retention and revenue growth. Exceptional training.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Dr. Sarah Mitchell"},
|
||||
{
|
||||
name: "James Peterson",
|
||||
handle: "Clinic Director",
|
||||
testimonial: "The MATCH | WHITE system delivered immediate results and long-term client loyalty. Outstanding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg",
|
||||
imageAlt: "James Peterson",
|
||||
},
|
||||
name: "James Peterson", handle: "Clinic Director", testimonial: "The MATCH | WHITE system delivered immediate results and long-term client loyalty. Outstanding.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg", imageAlt: "James Peterson"},
|
||||
{
|
||||
name: "Emma Thompson",
|
||||
handle: "Aesthetician, UK",
|
||||
testimonial: "Compliant, structured, and commercially viable. This is the training industry standard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageAlt: "Emma Thompson",
|
||||
},
|
||||
name: "Emma Thompson", handle: "Aesthetician, UK", testimonial: "Compliant, structured, and commercially viable. This is the training industry standard.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "Business Owner",
|
||||
testimonial: "A complete operational system, not just a course. Invaluable investment in my business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
name: "Michael Chen", handle: "Business Owner", testimonial: "A complete operational system, not just a course. Invaluable investment in my business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -114,32 +94,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Comprehensive Theory",
|
||||
description: "Master GDC compliance requirements, chemical foundations of professional teeth whitening, client safety protocols, and industry best practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg?_wi=1",
|
||||
imageAlt: "Comprehensive theory training materials",
|
||||
},
|
||||
title: "Comprehensive Theory", description: "Master GDC compliance requirements, chemical foundations of professional teeth whitening, client safety protocols, and industry best practices.", imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg", imageAlt: "Comprehensive theory training materials"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Practical Application",
|
||||
description: "Hands-on chairside training with the proprietary MATCH | WHITE professional system, technique refinement, and real-world scenario practice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg?_wi=1",
|
||||
imageAlt: "Practical dental training session",
|
||||
},
|
||||
title: "Practical Application", description: "Hands-on chairside training with the proprietary MATCH | WHITE professional system, technique refinement, and real-world scenario practice.", imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg", imageAlt: "Practical dental training session"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Commercial Implementation",
|
||||
description: "Business strategy, client retention frameworks, recurring revenue models, and operational systems for long-term commercial success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=1",
|
||||
imageAlt: "Commercial business planning workshop",
|
||||
},
|
||||
title: "Commercial Implementation", description: "Business strategy, client retention frameworks, recurring revenue models, and operational systems for long-term commercial success.", imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Commercial business planning workshop"},
|
||||
{
|
||||
id: 4,
|
||||
title: "MATCH | WHITE System",
|
||||
description: "Engineered for immediate results and long-term client retention. A complete operational system, not just a course.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg",
|
||||
imageAlt: "MATCH WHITE professional whitening system",
|
||||
},
|
||||
title: "MATCH | WHITE System", description: "Engineered for immediate results and long-term client retention. A complete operational system, not just a course.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg", imageAlt: "MATCH WHITE professional whitening system"},
|
||||
]}
|
||||
buttons={[{ text: "View Pricing", href: "/pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -157,39 +121,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "foundational",
|
||||
title: "Foundational Certification",
|
||||
price: "£2,495",
|
||||
period: "complete course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=1",
|
||||
imageAlt: "Foundational certification programme",
|
||||
button: { text: "Enquire Now", href: "/contact" },
|
||||
id: "foundational", title: "Foundational Certification", price: "£2,495", period: "complete course", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Foundational certification programme", button: { text: "Enquire Now", href: "/contact" },
|
||||
features: [
|
||||
"GDC compliance certification",
|
||||
"Core whitening theory and chemistry",
|
||||
"MATCH | WHITE system introduction",
|
||||
"Basic chairside techniques",
|
||||
"Client safety protocols",
|
||||
],
|
||||
"GDC compliance certification", "Core whitening theory and chemistry", "MATCH | WHITE system introduction", "Basic chairside techniques", "Client safety protocols"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
title: "Ultimate Advanced Business Programme",
|
||||
price: "£5,995",
|
||||
period: "complete system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=2",
|
||||
imageAlt: "Advanced business programme",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
id: "advanced", title: "Ultimate Advanced Business Programme", price: "£5,995", period: "complete system", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Advanced business programme", button: { text: "Get Started", href: "/contact" },
|
||||
features: [
|
||||
"Complete GDC-compliant certification",
|
||||
"Advanced chemical formulation knowledge",
|
||||
"Proprietary MATCH | WHITE system mastery",
|
||||
"Advanced practical chairside training",
|
||||
"Commercial business implementation",
|
||||
"Recurring revenue systems",
|
||||
"Ongoing mentorship and support",
|
||||
"Lifetime access to updates",
|
||||
],
|
||||
"Complete GDC-compliant certification", "Advanced chemical formulation knowledge", "Proprietary MATCH | WHITE system mastery", "Advanced practical chairside training", "Commercial business implementation", "Recurring revenue systems", "Ongoing mentorship and support", "Lifetime access to updates"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -207,59 +146,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Victoria Chen",
|
||||
handle: "@drvc_dental",
|
||||
testimonial: "This programme elevated my practice from cosmetic procedures to a complete business system. The MATCH | WHITE system integration was seamless and my clients love the results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg?_wi=1",
|
||||
imageAlt: "Dr. Victoria Chen",
|
||||
},
|
||||
id: "1", name: "Dr. Victoria Chen", handle: "@drvc_dental", testimonial: "This programme elevated my practice from cosmetic procedures to a complete business system. The MATCH | WHITE system integration was seamless and my clients love the results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg", imageAlt: "Dr. Victoria Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez",
|
||||
handle: "@jrodriguez_clinic",
|
||||
testimonial: "I was sceptical about teeth whitening training until I experienced the structured, commercially-engineered approach. Revenue increased 40% in the first year.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg?_wi=1",
|
||||
imageAlt: "James Rodriguez",
|
||||
},
|
||||
id: "2", name: "James Rodriguez", handle: "@jrodriguez_clinic", testimonial: "I was sceptical about teeth whitening training until I experienced the structured, commercially-engineered approach. Revenue increased 40% in the first year.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg", imageAlt: "James Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie Wallace",
|
||||
handle: "@sophieasthetics",
|
||||
testimonial: "The GDC compliance framework gave me confidence, but the business implementation module transformed how I structure my services. Highly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Sophie Wallace",
|
||||
},
|
||||
id: "3", name: "Sophie Wallace", handle: "@sophieasthetics", testimonial: "The GDC compliance framework gave me confidence, but the business implementation module transformed how I structure my services. Highly professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sophie Wallace"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Michael Abbas",
|
||||
handle: "@m_abbas_dds",
|
||||
testimonial: "Not just a course—it's a complete operational system. The ongoing mentorship support ensures I stay ahead of industry standards.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
|
||||
imageAlt: "Dr. Michael Abbas",
|
||||
},
|
||||
id: "4", name: "Dr. Michael Abbas", handle: "@m_abbas_dds", testimonial: "Not just a course—it's a complete operational system. The ongoing mentorship support ensures I stay ahead of industry standards.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Dr. Michael Abbas"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Hartley",
|
||||
handle: "@jess_wellness",
|
||||
testimonial: "The practical training was exceptional, but what impressed me most was the recurring revenue framework. My clients now book quarterly maintenance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-businesswoman_329181-16091.jpg",
|
||||
imageAlt: "Jessica Hartley",
|
||||
},
|
||||
id: "5", name: "Jessica Hartley", handle: "@jess_wellness", testimonial: "The practical training was exceptional, but what impressed me most was the recurring revenue framework. My clients now book quarterly maintenance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-businesswoman_329181-16091.jpg", imageAlt: "Jessica Hartley"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dr. Arun Patel",
|
||||
handle: "@patel_cosmetic",
|
||||
testimonial: "Established professionals and newcomers alike will find genuine value. The structure respects both clinical excellence and commercial viability.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
||||
imageAlt: "Dr. Arun Patel",
|
||||
},
|
||||
id: "6", name: "Dr. Arun Patel", handle: "@patel_cosmetic", testimonial: "Established professionals and newcomers alike will find genuine value. The structure respects both clinical excellence and commercial viability.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", imageAlt: "Dr. Arun Patel"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -274,25 +177,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"British Dental Association",
|
||||
"General Dental Council",
|
||||
"UK Dental Academy",
|
||||
"Cosmetic Dentistry Society",
|
||||
"Dental Professional Board",
|
||||
"National Training Institute",
|
||||
"Professional Excellence Network",
|
||||
"Dental Quality Standards",
|
||||
]}
|
||||
"British Dental Association", "General Dental Council", "UK Dental Academy", "Cosmetic Dentistry Society", "Dental Professional Board", "National Training Institute", "Professional Excellence Network", "Dental Quality Standards"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-labels-collection-dental-clinic-business_23-2149585905.jpg",
|
||||
"http://img.b2bpic.net/free-vector/bright-tooth-dental-clinic-template_742173-32590.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-labels-collection-dental-clinic-business_23-2149585905.jpg",
|
||||
"http://img.b2bpic.net/free-vector/education-logo-template_23-2149492990.jpg",
|
||||
"http://img.b2bpic.net/free-vector/education-logo-template_23-2149492990.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-5-star-logo-template_23-2150405648.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg", "http://img.b2bpic.net/free-vector/gradient-dental-clinic-labels-collection_23-2149533531.jpg", "http://img.b2bpic.net/free-vector/flat-labels-collection-dental-clinic-business_23-2149585905.jpg", "http://img.b2bpic.net/free-vector/bright-tooth-dental-clinic-template_742173-32590.jpg", "http://img.b2bpic.net/free-vector/flat-labels-collection-dental-clinic-business_23-2149585905.jpg", "http://img.b2bpic.net/free-vector/education-logo-template_23-2149492990.jpg", "http://img.b2bpic.net/free-vector/education-logo-template_23-2149492990.jpg", "http://img.b2bpic.net/free-vector/gradient-5-star-logo-template_23-2150405648.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -302,8 +189,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Programme", href: "/programme" },
|
||||
@@ -311,8 +197,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "GDC Compliance", href: "/" },
|
||||
@@ -320,8 +205,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Enquiry", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:enquiry@harleystreetsmiles.com" },
|
||||
{ label: "Phone", href: "tel:+441234567890" },
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function PricingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -57,39 +57,14 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "foundational",
|
||||
title: "Foundational Certification",
|
||||
price: "£2,495",
|
||||
period: "complete course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=5",
|
||||
imageAlt: "Foundational certification programme",
|
||||
button: { text: "Enquire Now", href: "/contact" },
|
||||
id: "foundational", title: "Foundational Certification", price: "£2,495", period: "complete course", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Foundational certification programme", button: { text: "Enquire Now", href: "/contact" },
|
||||
features: [
|
||||
"GDC compliance certification",
|
||||
"Core whitening theory and chemistry",
|
||||
"MATCH | WHITE system introduction",
|
||||
"Basic chairside techniques",
|
||||
"Client safety protocols",
|
||||
],
|
||||
"GDC compliance certification", "Core whitening theory and chemistry", "MATCH | WHITE system introduction", "Basic chairside techniques", "Client safety protocols"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
title: "Ultimate Advanced Business Programme",
|
||||
price: "£5,995",
|
||||
period: "complete system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=6",
|
||||
imageAlt: "Advanced business programme",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
id: "advanced", title: "Ultimate Advanced Business Programme", price: "£5,995", period: "complete system", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Advanced business programme", button: { text: "Get Started", href: "/contact" },
|
||||
features: [
|
||||
"Complete GDC-compliant certification",
|
||||
"Advanced chemical formulation knowledge",
|
||||
"Proprietary MATCH | WHITE system mastery",
|
||||
"Advanced practical chairside training",
|
||||
"Commercial business implementation",
|
||||
"Recurring revenue systems",
|
||||
"Ongoing mentorship and support",
|
||||
"Lifetime access to updates",
|
||||
],
|
||||
"Complete GDC-compliant certification", "Advanced chemical formulation knowledge", "Proprietary MATCH | WHITE system mastery", "Advanced practical chairside training", "Commercial business implementation", "Recurring revenue systems", "Ongoing mentorship and support", "Lifetime access to updates"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -102,22 +77,14 @@ export default function PricingPage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer payment plans?",
|
||||
content: "Yes. We offer flexible payment options for both programmes. Contact our academy team to discuss installment plans tailored to your circumstances.",
|
||||
},
|
||||
id: "1", title: "Do you offer payment plans?", content: "Yes. We offer flexible payment options for both programmes. Contact our academy team to discuss installment plans tailored to your circumstances."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the investment tax-deductible?",
|
||||
content: "Professional training expenses are typically tax-deductible for business owners and independent practitioners. We recommend consulting your accountant regarding your specific circumstances.",
|
||||
},
|
||||
id: "2", title: "Is the investment tax-deductible?", content: "Professional training expenses are typically tax-deductible for business owners and independent practitioners. We recommend consulting your accountant regarding your specific circumstances."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the ROI for the Advanced Programme?",
|
||||
content: "Our graduates report average revenue increases of 40% within the first year through improved service quality, client retention, and the recurring revenue systems taught. Many achieve full investment recovery within 6-9 months.",
|
||||
},
|
||||
id: "3", title: "What is the ROI for the Advanced Programme?", content: "Our graduates report average revenue increases of 40% within the first year through improved service quality, client retention, and the recurring revenue systems taught. Many achieve full investment recovery within 6-9 months."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,8 +93,7 @@ export default function PricingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Programme", href: "/programme" },
|
||||
@@ -135,8 +101,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "GDC Compliance", href: "/" },
|
||||
@@ -144,8 +109,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Enquiry", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:enquiry@harleystreetsmiles.com" },
|
||||
{ label: "Phone", href: "tel:+441234567890" },
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ProgrammePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,25 +48,13 @@ export default function ProgrammePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Comprehensive Theory Module",
|
||||
description: "Deep dive into GDC compliance requirements, chemical foundations of professional teeth whitening, safety protocols, contraindications, and advanced industry best practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg?_wi=3",
|
||||
imageAlt: "Comprehensive theory training materials",
|
||||
},
|
||||
title: "Comprehensive Theory Module", description: "Deep dive into GDC compliance requirements, chemical foundations of professional teeth whitening, safety protocols, contraindications, and advanced industry best practices.", imageSrc: "http://img.b2bpic.net/free-photo/sunday-is-day-when-i-have-time-reading-book_329181-1261.jpg", imageAlt: "Comprehensive theory training materials"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Practical Chairside Training",
|
||||
description: "Hands-on mastery of the proprietary MATCH | WHITE professional system with technique refinement, real-world scenario practice, and confidence-building in clinical settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg?_wi=3",
|
||||
imageAlt: "Practical dental training session",
|
||||
},
|
||||
title: "Practical Chairside Training", description: "Hands-on mastery of the proprietary MATCH | WHITE professional system with technique refinement, real-world scenario practice, and confidence-building in clinical settings.", imageSrc: "http://img.b2bpic.net/free-photo/team-female-dentists-treating-patients-teeth-visit-dentist-dentistry_169016-67227.jpg", imageAlt: "Practical dental training session"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Commercial Implementation",
|
||||
description: "Strategic business planning, client retention frameworks, recurring revenue models, operational systems, and marketing strategies for sustainable commercial success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=3",
|
||||
imageAlt: "Commercial business planning workshop",
|
||||
},
|
||||
title: "Commercial Implementation", description: "Strategic business planning, client retention frameworks, recurring revenue models, operational systems, and marketing strategies for sustainable commercial success.", imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Commercial business planning workshop"},
|
||||
]}
|
||||
buttons={[{ text: "View Pricing", href: "/pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -84,39 +72,14 @@ export default function ProgrammePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "foundational",
|
||||
title: "Foundational Certification",
|
||||
price: "£2,495",
|
||||
period: "complete course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=3",
|
||||
imageAlt: "Foundational certification programme",
|
||||
button: { text: "Enquire Now", href: "/contact" },
|
||||
id: "foundational", title: "Foundational Certification", price: "£2,495", period: "complete course", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Foundational certification programme", button: { text: "Enquire Now", href: "/contact" },
|
||||
features: [
|
||||
"GDC compliance certification",
|
||||
"Core whitening theory and chemistry",
|
||||
"MATCH | WHITE system introduction",
|
||||
"Basic chairside techniques",
|
||||
"Client safety protocols",
|
||||
],
|
||||
"GDC compliance certification", "Core whitening theory and chemistry", "MATCH | WHITE system introduction", "Basic chairside techniques", "Client safety protocols"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
title: "Ultimate Advanced Business Programme",
|
||||
price: "£5,995",
|
||||
period: "complete system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg?_wi=4",
|
||||
imageAlt: "Advanced business programme",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
id: "advanced", title: "Ultimate Advanced Business Programme", price: "£5,995", period: "complete system", imageSrc: "http://img.b2bpic.net/free-photo/patients-sitting-chairs-waiting-room-stomatological-clinic-filling-stomatological-forms-while-doctor-working-background-concept-crowded-professional-orthodontist-reception-office_482257-3587.jpg", imageAlt: "Advanced business programme", button: { text: "Get Started", href: "/contact" },
|
||||
features: [
|
||||
"Complete GDC-compliant certification",
|
||||
"Advanced chemical formulation knowledge",
|
||||
"Proprietary MATCH | WHITE system mastery",
|
||||
"Advanced practical chairside training",
|
||||
"Commercial business implementation",
|
||||
"Recurring revenue systems",
|
||||
"Ongoing mentorship and support",
|
||||
"Lifetime access to updates",
|
||||
],
|
||||
"Complete GDC-compliant certification", "Advanced chemical formulation knowledge", "Proprietary MATCH | WHITE system mastery", "Advanced practical chairside training", "Commercial business implementation", "Recurring revenue systems", "Ongoing mentorship and support", "Lifetime access to updates"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,22 +92,14 @@ export default function ProgrammePage() {
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is the training suitable for non-dentists?",
|
||||
content: "Yes. Our programme is built for both dentists and non-dentists. We provide comprehensive training on all theoretical foundations, practical techniques, and compliance requirements regardless of prior experience.",
|
||||
},
|
||||
id: "1", title: "Is the training suitable for non-dentists?", content: "Yes. Our programme is built for both dentists and non-dentists. We provide comprehensive training on all theoretical foundations, practical techniques, and compliance requirements regardless of prior experience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is GDC compliance?",
|
||||
content: "GDC (General Dental Council) compliance ensures training meets UK regulatory standards. Our programme is fully compliant and certified, giving you confidence in your professional standing.",
|
||||
},
|
||||
id: "2", title: "What is GDC compliance?", content: "GDC (General Dental Council) compliance ensures training meets UK regulatory standards. Our programme is fully compliant and certified, giving you confidence in your professional standing."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long is the programme?",
|
||||
content: "Foundational Certification typically requires 3-4 weeks. The Ultimate Advanced Business Programme is an 8-week immersion including theory, practical work, and business mentorship.",
|
||||
},
|
||||
id: "3", title: "How long is the programme?", content: "Foundational Certification typically requires 3-4 weeks. The Ultimate Advanced Business Programme is an 8-week immersion including theory, practical work, and business mentorship."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,8 +108,7 @@ export default function ProgrammePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Programme", href: "/programme" },
|
||||
@@ -162,8 +116,7 @@ export default function ProgrammePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "GDC Compliance", href: "/" },
|
||||
@@ -171,8 +124,7 @@ export default function ProgrammePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Enquiry", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:enquiry@harleystreetsmiles.com" },
|
||||
{ label: "Phone", href: "tel:+441234567890" },
|
||||
|
||||
Reference in New Issue
Block a user