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

This commit is contained in:
2026-06-14 06:58:27 +00:00
parent 88c5216435
commit ccd9b21d4d

View File

@@ -1,29 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "specs" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function SpecsSection(): React.JSX.Element {
return (
<div id="specs" data-section="specs">
<SectionErrorBoundary name="specs">
<FeaturesImageBento
tag="Technical Data"
title="Hardware Specifications"
description="Engineered for durability, high visibility, and exceptional battery life."
items={[
{ title: "High Resolution", description: "Crystal clear imaging.", imageSrc: "http://img.b2bpic.net/free-photo/computer-display-with-copy-space-available-hospital-cabinet-doctor-holding-x-ray-desktop-with-replaceable-green-screen-medical-clinic-while-doctor-is-checking-patient-radiography-diagno_482257-2973.jpg" },
{ title: "Long Battery", description: "36-hour operational capacity.", imageSrc: "http://img.b2bpic.net/free-photo/crop-surgeon-showing-tablet_23-2147896853.jpg" },
{ title: "Ergonomic Design", description: "Lightweight for mobility.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-holding-blank-tablet_23-2148757399.jpg" },
{ title: "Waterproof", description: "IP68 rated construction.", imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg" },
{ title: "Cloud Sync", description: "Instant data transfer.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-asking-medic-about-advice-copy-space-display_482257-119008.jpg" },
{ title: "Secure CPU", description: "Encrypted processing power.", imageSrc: "http://img.b2bpic.net/free-photo/frame-pills-with-tablet_23-2148533093.jpg" },
{ title: "Backlit Screen", description: "Readable in low light.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-holding-device-with-black-screen_482257-120343.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
);
}