Merge version_16 into main #57
@@ -63,28 +63,28 @@ export default function Home() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Preventive", title: "Teeth Cleaning", subtitle: "Professional cleaning and maintenance", description: "Regular professional cleanings help prevent cavities, gum disease, and other oral health issues. Our hygienists use advanced techniques to keep your teeth and gums healthy.", imageSrc: "/api/placeholder/500/400", imageAlt: "Teeth cleaning", buttons: [
|
||||
tag: "Preventive", title: "Teeth Cleaning", subtitle: "Professional cleaning and maintenance", description: "Regular professional cleanings help prevent cavities, gum disease, and other oral health issues. Our hygienists use advanced techniques to keep your teeth and gums healthy.", imageSrc: "/api/placeholder/500/400?_wi=1", imageAlt: "Teeth cleaning", buttons: [
|
||||
{
|
||||
text: "Learn more", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Restorative", title: "Dental Implants", subtitle: "Permanent tooth replacement solution", description: "Dental implants are the gold standard for tooth replacement. They look and feel natural while providing a long-lasting solution that preserves your jawbone.", imageSrc: "/api/placeholder/500/400", imageAlt: "Dental implants", buttons: [
|
||||
tag: "Restorative", title: "Dental Implants", subtitle: "Permanent tooth replacement solution", description: "Dental implants are the gold standard for tooth replacement. They look and feel natural while providing a long-lasting solution that preserves your jawbone.", imageSrc: "/api/placeholder/500/400?_wi=2", imageAlt: "Dental implants", buttons: [
|
||||
{
|
||||
text: "Learn more", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Cosmetic", title: "Teeth Whitening", subtitle: "Professional whitening treatments", description: "Achieve a brighter, whiter smile with our professional whitening treatments. Safe, effective, and long-lasting results that will boost your confidence.", imageSrc: "/api/placeholder/500/400", imageAlt: "Teeth whitening", buttons: [
|
||||
tag: "Cosmetic", title: "Teeth Whitening", subtitle: "Professional whitening treatments", description: "Achieve a brighter, whiter smile with our professional whitening treatments. Safe, effective, and long-lasting results that will boost your confidence.", imageSrc: "/api/placeholder/500/400?_wi=3", imageAlt: "Teeth whitening", buttons: [
|
||||
{
|
||||
text: "Learn more", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Treatment", title: "Root Canal Treatment", subtitle: "Saving infected or damaged teeth", description: "Root canal therapy is designed to eliminate bacteria from the infected root canal, prevent reinfection of the tooth, and save the natural tooth.", imageSrc: "/api/placeholder/500/400", imageAlt: "Root canal treatment", buttons: [
|
||||
tag: "Treatment", title: "Root Canal Treatment", subtitle: "Saving infected or damaged teeth", description: "Root canal therapy is designed to eliminate bacteria from the infected root canal, prevent reinfection of the tooth, and save the natural tooth.", imageSrc: "/api/placeholder/500/400?_wi=4", imageAlt: "Root canal treatment", buttons: [
|
||||
{
|
||||
text: "Learn more", href: "#services"},
|
||||
],
|
||||
@@ -130,13 +130,13 @@ export default function Home() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5,
|
||||
imageSrc: "/api/placeholder/400/400", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "/api/placeholder/400/400?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Marketing Director", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "/api/placeholder/400/400", imageAlt: "Michael Chen"},
|
||||
imageSrc: "/api/placeholder/400/400?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Consultant", company: "Global Partners", rating: 5,
|
||||
imageSrc: "/api/placeholder/400/400", imageAlt: "Emily Rodriguez"},
|
||||
imageSrc: "/api/placeholder/400/400?_wi=3", imageAlt: "Emily Rodriguez"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Patient Satisfaction" },
|
||||
@@ -155,17 +155,17 @@ export default function Home() {
|
||||
<PricingCardNine
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Basic Care", price: "$99", period: "/visit", imageSrc: "/api/placeholder/500/400", imageAlt: "Basic care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
id: "basic", title: "Basic Care", price: "$99", period: "/visit", imageSrc: "/api/placeholder/500/400?_wi=5", imageAlt: "Basic care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
features: [
|
||||
"Regular cleaning", "X-ray examination", "Fluoride treatment", "Personalized advice"],
|
||||
},
|
||||
{
|
||||
id: "standard", title: "Standard Care", price: "$199", period: "/visit", imageSrc: "/api/placeholder/500/400", imageAlt: "Standard care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
id: "standard", title: "Standard Care", price: "$199", period: "/visit", imageSrc: "/api/placeholder/500/400?_wi=6", imageAlt: "Standard care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
features: [
|
||||
"Everything in Basic", "Cavity filling", "Root canal therapy", "Priority scheduling"],
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Premium Care", price: "$399", period: "/visit", imageSrc: "/api/placeholder/500/400", imageAlt: "Premium care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
id: "premium", title: "Premium Care", price: "$399", period: "/visit", imageSrc: "/api/placeholder/500/400?_wi=7", imageAlt: "Premium care plan", button: { text: "Choose Plan", href: "contact" },
|
||||
features: [
|
||||
"Everything in Standard", "Dental implants", "Cosmetic treatments", "VIP support"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user