Alternating Features
Alternating Features
Zigzag layout with text on one side and image on the other, alternating each row. Scroll-triggered entrance animations with gradient blob behind images.
Installation
# Copy alternating-features.tsx to your project
cp components/ui/alternating-features.tsx your-project/components/ui/alternating-features.tsxHow to use
import { AlternatingFeatures } from "@/components/ui/alternating-features";<AlternatingFeatures
heading="How it works"
features={[
{ title: "Step 1", description: "Connect your data", imageSrc: "/step1.jpg", badge: "Getting Started" },
{ title: "Step 2", description: "Configure automations", imageSrc: "/step2.jpg" },
]}
/>Dependencies
Exports
AlternatingFeaturesFile
components/ui/alternating-features.tsxHow it works
Three simple steps to get started
Connect your data sources
Integrate with your existing tools in minutes. We support 200+ data sources including databases, APIs, spreadsheets, and cloud storage. No complex configuration needed.
Build automated workflows
Use our visual builder to create powerful automations. Drag and drop actions, set triggers, and add conditional logic without writing a single line of code.
Deploy and monitor
Ship to production with one click. Real-time monitoring, alerts, and detailed logs help you stay on top of everything.
Alternating Features
Zigzag layout with text on one side and image on the other, alternating each row. Scroll-triggered entrance animations with gradient blob behind images.
Installation
# Copy alternating-features.tsx to your project
cp components/ui/alternating-features.tsx your-project/components/ui/alternating-features.tsxHow to use
import { AlternatingFeatures } from "@/components/ui/alternating-features";<AlternatingFeatures
heading="How it works"
features={[
{ title: "Step 1", description: "Connect your data", imageSrc: "/step1.jpg", badge: "Getting Started" },
{ title: "Step 2", description: "Configure automations", imageSrc: "/step2.jpg" },
]}
/>Dependencies
Exports
AlternatingFeaturesFile
components/ui/alternating-features.tsx