Switch to version 1: remove src/pages/HomePage/sections/Features.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user