Merge version_2_1781615566017 into main
Merge version_2_1781615566017 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user