Switch to version 1: remove src/pages/HomePage/sections/Features.tsx

This commit is contained in:
2026-06-16 08:16:05 +00:00
parent 35a0ad193d
commit 0557c411f0

View File

@@ -1,42 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGrid
tag="Why SmileCare"
title="Unmatched Patient Trust"
description="We blend clinical precision with a luxury hospitality experience to ensure your comfort and satisfaction at every step."
features={[
{
title: "Expert Specialists",
description: "Board-certified doctors with 10+ years of clinical experience.",
imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-digital-tablet_53876-125399.jpg",
},
{
title: "Modern Tech",
description: "State-of-the-art diagnostic and treatment technology.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9761.jpg",
},
{
title: "Pain-Free Care",
description: "Advanced protocols ensuring comfort during every procedure.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4444.jpg",
},
{
title: "Emergency Ready",
description: "24/7 priority support for all urgent dental emergencies.",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-guy-visiting-dentist-s-office-prevention-oral-cavity-man-famale-doctor-while-checkup-teeth_1157-42073.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}