diff --git a/src/app/page.tsx b/src/app/page.tsx
index d806a36..7d9eaba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,15 +26,12 @@ export default function LandingPage() {
@@ -42,34 +39,21 @@ export default function LandingPage() {
@@ -80,31 +64,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
+ animationType="blur-reveal"
features={[
{
- id: "f1",
- title: "Awesome idea 1",
- description: "Creative concept showcase.",
- imageSrc: "http://img.b2bpic.net/free-photo/painted-chestnut-leaf-minimal-nature-still-life-concept_23-2148325786.jpg",
- },
+ id: "f1", title: "Awesome idea 1", description: "Creative concept showcase.", imageSrc: "http://img.b2bpic.net/free-photo/painted-chestnut-leaf-minimal-nature-still-life-concept_23-2148325786.jpg"},
{
- id: "f2",
- title: "Awesome idea 2",
- description: "Unique visual perspective.",
- imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110263.jpg",
- },
+ id: "f2", title: "Awesome idea 2", description: "Unique visual perspective.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110263.jpg"},
{
- id: "f3",
- title: "Awesome idea 3",
- description: "Inspiring design patterns.",
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-pillows-vase-with-dried-flowers-other-elements-home-decor-pastel-colors-close-up_169016-6776.jpg",
- },
+ id: "f3", title: "Awesome idea 3", description: "Inspiring design patterns.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-pillows-vase-with-dried-flowers-other-elements-home-decor-pastel-colors-close-up_169016-6776.jpg"},
{
- id: "f4",
- title: "Awesome idea 4",
- description: "Dynamic visual layout.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-thoughtful-woman-with-flowers-hole-paper_23-2148098494.jpg",
- },
+ id: "f4", title: "Awesome idea 4", description: "Dynamic visual layout.", imageSrc: "http://img.b2bpic.net/free-photo/black-thoughtful-woman-with-flowers-hole-paper_23-2148098494.jpg"},
]}
title="Trending Ideas"
description="Browse our curated collection of awesome visual concepts."
@@ -115,29 +84,19 @@ export default function LandingPage() {