Switch to version 1: remove src/pages/HomePage/sections/Services.tsx
This commit is contained in:
@@ -1,64 +0,0 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "services" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ServicesSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Specializations"
|
||||
title="Comprehensive Dental Excellence"
|
||||
description="Transforming lives through advanced dentistry."
|
||||
items={[
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description: "Restore functionality with natural-looking implants.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-ophthalmologist-s-office_23-2150917654.jpg",
|
||||
},
|
||||
{
|
||||
title: "Root Canal",
|
||||
description: "Precise and painless endodontic treatments.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-pretending-be-asleep_23-2149219833.jpg",
|
||||
},
|
||||
{
|
||||
title: "Teeth Whitening",
|
||||
description: "Achieve a stunning smile in just one session.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg",
|
||||
},
|
||||
{
|
||||
title: "Braces & Aligners",
|
||||
description: "Straighten teeth with discrete modern technology.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-wearing-scrubs-while-working-clinic_23-2149844694.jpg",
|
||||
},
|
||||
{
|
||||
title: "Smile Makeover",
|
||||
description: "Complete aesthetic reconstruction for confidence.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-organized-empty-medical-cabinet-ready-healthcare-services_482257-109844.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pediatric Care",
|
||||
description: "Gentle, expert care for our youngest patients.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-beautiful-shy-young-hispanic-woman-with-dark-skin-long-curly-hair-relaxing-home-sitting-rattan-chair-smiling-broadly_343059-3831.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gum Treatment",
|
||||
description: "Comprehensive periodontal health and maintenance.",
|
||||
href: "#appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19617.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user