Files
b6555e08-e59f-42ea-b338-a8e…/src/pages/HomePage/sections/Why.tsx

43 lines
1.7 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "why" section.
import React from 'react';
import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function WhySection(): React.JSX.Element {
return (
<div id="why" data-section="why">
<SectionErrorBoundary name="why">
<FeaturesBentoGrid
tag="Why Us"
title="Why Choose Pettah Computers"
description="We deliver value through experience and quality."
features={[
{
title: "Competitive Pricing",
description: "Best daily rates in Colombo.",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-his-laptop-videogames_23-2148936668.jpg",
},
{
title: "Wide Selection",
description: "Everything from parts to CCTV.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-damaged-computer-parts_23-2147922299.jpg",
},
{
title: "Established 2011",
description: "A decade of trusted service.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-making-music-with-laptop_23-2149130773.jpg",
},
{
title: "Genuine Quality",
description: "Only authorized genuine products.",
imageSrc: "http://img.b2bpic.net/free-photo/cctv-security-camera-ceiling_53876-123083.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}