Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
23 changes: 23 additions & 0 deletions src/data/contents/blocks/bento-10/bento-10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Bento 10
slug: bento-10
category: bento
description: A vibrant service marketplace bento layout featuring bold color blocks,
role-based listings, and quick action cards. Combining playful visuals with
structured information like pricing, availability, and profiles, it delivers
a highly scannable and engaging interface for discovering and connecting with
local service providers.
image: 'https://assets.watermelon.sh/components/bento-10.webp'
video: 'https://assets.watermelon.sh/components/bento-10.mp4'
featured: false
comingSoon: false
dependencies:
- motion/react
- lucide-react
- react-icons
- clsx
- tailwind-merge
install:
- 'npx shadcn@latest add https://registry.watermelon.sh/r/bento-10.json'
componentNumber: 5
---
6 changes: 6 additions & 0 deletions src/data/contents/blocks/bento-10/demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import BentoGrid10 from '.';

export default function BentoGrid10Demo() {
return <BentoGrid10 />;
}
504 changes: 504 additions & 0 deletions src/data/contents/blocks/bento-10/index.tsx

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/data/contents/blocks/bento-11/bento-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Bento 11
slug: bento-11
category: bento
description: A modern productivity-focused bento layout combining testimonials, task
scheduling, and data exploration into a unified interface. Featuring subtle
gradients, interactive charts, and real-time task controls, it delivers a
clean and functional experience for managing workflows, monitoring progress,
and collaborating across users in a dark, polished environment.
image: 'https://assets.watermelon.sh/components/bento-11.webp'
video: 'https://assets.watermelon.sh/components/bento-11.mp4'
featured: false
comingSoon: false
dependencies:
- motion/react
- lucide-react
- react-icons
- clsx
- tailwind-merge
install:
- 'npx shadcn@latest add https://registry.watermelon.sh/r/bento-11.json'
componentNumber: 5
---


6 changes: 6 additions & 0 deletions src/data/contents/blocks/bento-11/demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import BentoGrid11 from '.';

export default function BentoGrid11Demo() {
return <BentoGrid11 />;
}
560 changes: 560 additions & 0 deletions src/data/contents/blocks/bento-11/index.tsx

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions src/data/contents/blocks/bento-12/bento-12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Bento 12
slug: bento-12
category: bento
description:
A high-performance fitness dashboard bento layout featuring bold data
visualizations, progress tracking, and motivational insights. With glowing
accent charts, dynamic activity metrics, and focused workout highlights, it
delivers an energetic and modern interface designed to keep users engaged,
informed, and consistently improving.
image: 'https://assets.watermelon.sh/components/bento-12.webp'
video: 'https://assets.watermelon.sh/components/bento-12.mp4'
featured: false
comingSoon: false
dependencies:
- motion/react
- lucide-react
- react-icons
- clsx
- tailwind-merge
install:
- 'npx shadcn@latest add https://registry.watermelon.sh/r/bento-12.json'
componentNumber: 5
---
8 changes: 8 additions & 0 deletions src/data/contents/blocks/bento-12/demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

import BentoGrid12 from '.'

export default function BentoGrid12Demo () {
return (
<BentoGrid12 />
)
}
603 changes: 603 additions & 0 deletions src/data/contents/blocks/bento-12/index.tsx

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions src/data/contents/blocks/bento-13/bento-13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Bento 13
slug: bento-13
category: bento
description: >-
A clean financial dashboard bento layout focused on wealth management and
growth insights. Featuring soft gradients, intuitive charts, and modular
cards for planning, investments, and community support, it delivers a calm
and structured interface for tracking finances, making informed decisions,
and visualizing progress over time.
image: 'https://assets.watermelon.sh/components/bento-13.webp'
video: 'https://assets.watermelon.sh/components/bento-13.mp4'
featured: false
comingSoon: false
dependencies:
- motion/react
- lucide-react
- react-icons
- clsx
- tailwind-merge
install:
- 'npx shadcn@latest add https://registry.watermelon.sh/r/bento-13.json'
componentNumber: 5
---

6 changes: 6 additions & 0 deletions src/data/contents/blocks/bento-13/demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import BentoGrid13 from '.';

export default function BentoGrid13Demo() {
return <BentoGrid13 />;
}
Loading
Loading