3 Commits

Author SHA1 Message Date
5507c189b9 Merge version_2_1781615566017 into main
Merge version_2_1781615566017 into main
2026-06-16 13:14:30 +00:00
kudinDmitriyUp
256eeae7f7 Bob AI: Delete the /doctors page entirely from the project. 2026-06-16 13:13:54 +00:00
26b1447034 Merge version_1_1781613532998 into main
Merge version_1_1781613532998 into main
2026-06-16 12:40:11 +00:00

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>
</>
);
}
}