BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/about-us-section-shadcnui

About Us

tripled/about-us-section-shadcnui
FreeBlock

About us section with value cards, icons, and animated reveal effects

Install it

npx shadcn@latest add https://ui.tripled.work/r/about-us-section-shadcnui.json

Source

@uitripled/react-shadcn/src/components/sections/about-us-section.tsxui.tripled.work/r/about-us-section-shadcnui.json
1"use client";
2
3import { Badge } from "@/components/ui/badge";
4import { Card } from "@/components/ui/card";
5import { motion, Variants } from "framer-motion";
6import { Award, Heart, Target, Users } from "lucide-react";
7
8const values = [
9 {
10 icon: Target,
11 title: "Our Mission",
12 description:
13 "To deliver exceptional solutions that drive growth and innovation for our clients.",
14 },
15 {
16 icon: Users,
17 title: "Our Team",
18 description:
19 "A diverse group of talented professionals dedicated to excellence.",
20 },
21 {
22 icon: Award,
23 title: "Our Excellence",
24 description:
25 "Recognized for outstanding quality and innovation in everything we do.",
26 },
27 {
28 icon: Heart,
29 title: "Our Values",
30 description:
31 "Integrity, transparency, and commitment to our clients success.",
32 },
33];
34
35export function AboutUsSection() {
36 const containerVariants: Variants = {
37 hidden: { opacity: 0 },
38 visible: {
39 opacity: 1,
40 transition: {
41 staggerChildren: 0.15,
42 },
43 },
44 };
45
46 const itemVariants: Variants = {
47 hidden: { opacity: 0, y: 30 },
48 visible: {
49 opacity: 1,
50 y: 0,
51 transition: { duration: 0.6, ease: "easeOut" },
52 },
53 };
54
55 return (
56 <section className="bg-background px-4 py-20 md:py-24">
57 <div className="mx-auto max-w-7xl">
58 <motion.div
59 initial={{ opacity: 0, y: -20 }}
60 whileInView={{ opacity: 1, y: 0 }}
61 viewport={{ once: true }}
62 transition={{ duration: 0.6 }}
63 className="mb-16 text-center"
64 >
65 <Badge className="mb-4">About Us</Badge>
66 <h2 className="mb-4 text-3xl font-bold md:text-4xl lg:text-5xl">
67 Who We Are
68 </h2>
69 <p className="mx-auto max-w-2xl text-lg text-muted-foreground">
70 We are a team of passionate professionals committed to delivering
71 excellence and driving innovation in everything we do.
72 </p>
73 </motion.div>
74
75 <motion.div
76 variants={containerVariants}
77 initial="hidden"
78 whileInView="visible"
79 viewport={{ once: true }}
80 className="grid gap-6 md:grid-cols-2 lg:grid-cols-2"
81 >
82 {values.map((value, index) => {
83 const Icon = value.icon;
84 return (
85 <motion.div key={value.title} variants={itemVariants}>
86// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/sections/about-us-section.tsx

Facts

Registry
tripled
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
3 days ago

Go to the source

ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About Us Pageabout-us-page-shadcnuitripledBlocksFree2 deps
About Usabout-us-section-baseuitripledBlocksFree2 deps
Auto-Revealing Headingauto-revealing-heading-shadcnuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-baseuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-shadcnuitripledBlocksFree2 deps
Blog Blockblog-block-baseuitripledBlocksFree2 deps
Blog Blockblog-block-shadcnuitripledBlocksFree2 deps
Contact Blockcontact-block-baseuitripledBlocksFree2 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex