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

This commit is contained in:
2026-06-14 20:48:09 +00:00
parent 1323c8083d
commit 1ed6ec78de

View File

@@ -1,37 +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 FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesRevealCards
tag="Why Hajati?"
title="Excellence in Design"
description="We ensure every piece reflects the premium quality your relationship deserves."
items={[
{
title: "Premium Materials",
description: "High-quality, durable gold and silver finishes.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-arrangement_23-2149836478.jpg",
},
{
title: "Gift-Ready",
description: "Every order arrives in a beautiful, romantic box.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-home-near-christmas-tree_1157-42877.jpg",
},
{
title: "Fast Shipping",
description: "Delivered to your door with care and speed.",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-white-background_1303-10487.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}