Bob AI: Delete the /doctors page entirely from the project.

This commit is contained in:
kudinDmitriyUp
2026-06-16 13:13:54 +00:00
parent 26b1447034
commit 256eeae7f7

View File

@@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
import HeroBrand from '@/components/sections/hero/HeroBrand';
import TeamGlassCards from '@/components/sections/team/TeamGlassCards';
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
@@ -79,24 +78,6 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="team" data-section="team">
<SectionErrorBoundary name="team">
<TeamGlassCards
tag="فريقنا"
title="أطباء الأسنان المتخصصون"
description="خبرة طبية متميزة لضمان تقديم الرعاية المثالية."
members={[
{
name: "د. أحمد علي", role: "استشاري زراعة الأسنان", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-caucasian-man-dentist-posing-modern-dental-office_158595-7663.jpg"},
{
name: "د. سارة محمد", role: "أخصائية تقويم الأسنان", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67076.jpg"},
{
name: "د. عمر خالد", role: "طب أسنان الأطفال", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-with-curly-hair_23-2147771718.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialRatingCards
@@ -158,4 +139,4 @@ export default function HomePage() {
</div>
</>
);
}
}