66 lines
2.6 KiB
TypeScript
66 lines
2.6 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "process" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function ProcessSection(): React.JSX.Element {
|
|
return (
|
|
<div id="process" data-section="process">
|
|
<SectionErrorBoundary name="process">
|
|
<FeaturesRevealCardsBento
|
|
tag="PROCESS"
|
|
title="FROM ZERO TO LIVE IN 7 DAYS."
|
|
description="A streamlined four-stage process for maximum efficiency."
|
|
items={[
|
|
{
|
|
title: "Day 1-2: Brief",
|
|
description: "Gather goals and objectives.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599263.jpg",
|
|
},
|
|
{
|
|
title: "Day 2-4: Design",
|
|
description: "Structuring your brand identity.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-holographic-cube_23-2150979697.jpg",
|
|
},
|
|
{
|
|
title: "Day 4-6: Development",
|
|
description: "Coding and functionality.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917904.jpg",
|
|
},
|
|
{
|
|
title: "Day 7: Delivery",
|
|
description: "Live launch and final review.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape_23-2150979660.jpg",
|
|
},
|
|
{
|
|
title: "Ongoing",
|
|
description: "Post-launch maintenance.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/flying-rings-geometric-shapes-background_23-2148772500.jpg",
|
|
},
|
|
{
|
|
title: "Support",
|
|
description: "3 months technical help.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898144.jpg",
|
|
},
|
|
{
|
|
title: "Optimization",
|
|
description: "SEO tuning and analytics.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/flying-snake_488145-667.jpg",
|
|
},
|
|
]}
|
|
textAnimation="fade-blur"
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|