From 51bd7979713c38ca7a97fd20ddb8d137dab072b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:16:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 79 ++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 60 deletions(-) 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() {