Files
2990bae7-29ee-461a-b144-76c…/src/pages/HomePage/sections/Features.tsx

65 lines
2.6 KiB
TypeScript

// 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 FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesRevealCardsBento
tag="Curated Assets"
title="Immersive Dark Aesthetics"
description="A collection crafted for those who see the art in darkness."
items={[
{
title: "4K Wallpapers",
description: "Ultra-HD cinematic wallpapers.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/science-fiction-scene_456031-64.jpg",
},
{
title: "Aesthetic Edits",
description: "Professional video edits.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-clear-bubble_23-2151102602.jpg",
},
{
title: "Digital Art",
description: "Curated digital art pieces.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/bubbles-foam-dark-water_23-2147797813.jpg",
},
{
title: "Cinematic Moods",
description: "Captivating visual stories.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/ebru-style-natural-black-white-background_23-2148097609.jpg",
},
{
title: "Luxury Texture",
description: "Premium design textures.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290160.jpg",
},
{
title: "Noir Photography",
description: "Bespoke noir captures.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg",
},
{
title: "Cyber Aesthetics",
description: "Modern cybergoth style.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/geometric-facade-modern-building_23-2151966494.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}