Merge version_17 into main #59

Merged
bender merged 1 commits from version_17 into main 2026-03-08 00:06:18 +00:00

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/theme/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroLogo from "@/components/sections/hero/HeroLogo";
import MediaAbout from "@/components/sections/about/MediaAbout";
@@ -90,18 +90,15 @@ const page = () => {
<PricingCardFive
plans={[
{
id: "basic", tag: "Basic Plan", price: "$99", period: "/month", description: "Essential dental care for maintaining your oral health.", button: { text: "Get Started", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "basic", tag: "Basic Plan", price: "$99", period: "/month", description: "Essential dental care for maintaining your oral health.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Regular checkups", "Professional cleaning", "Oral health consultation"],
},
{
id: "professional", tag: "Professional Plan", price: "$199", period: "/month", description: "Comprehensive dental care with advanced treatments.", button: { text: "Get Started", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "professional", tag: "Professional Plan", price: "$199", period: "/month", description: "Comprehensive dental care with advanced treatments.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [
"All Basic Plan features", "X-rays and diagnostics", "Cosmetic treatments", "Priority scheduling"],
},
{
id: "premium", tag: "Premium Plan", price: "$399", period: "/month", description: "Premium dental care with specialized treatments and priority support.", button: { text: "Get Started", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "premium", tag: "Premium Plan", price: "$399", period: "/month", description: "Premium dental care with specialized treatments and priority support.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [
"All Professional Plan features", "Dental implants coverage", "Emergency 24/7 support", "Dedicated dentist"],
},
]}