From 35eef5fe1140a96287ef52144f9af04cc1bd1ff2 Mon Sep 17 00:00:00 2001 From: Shi Tianxin Date: Tue, 29 Apr 2025 11:08:54 +0800 Subject: [PATCH] style(page): adjust grid layout and visibility classes --- web/src/app/page.tsx | 10 +++++----- web/src/components/magicui/bento-grid.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 9e24717..79721be 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -129,7 +129,7 @@ function Jumbotron() { at Your Fingertips -

+

Discover the revolutionary Multi-Agent Research Assistant that empowers you to dive deeper and wider into any subject. Equipped with the powerful tools like search engines, crawlers, Python, and MCP @@ -290,7 +290,7 @@ const features = [ background: ( background ), - className: "lg:col-start-3 lg:col-end-3 lg:row-start-1 lg:row-end-2", + className: "lg:col-start-2 lg:col-end-3 lg:row-start-1 lg:row-end-2", }, { Icon: Usb, @@ -302,7 +302,7 @@ const features = [ background: ( background ), - className: "lg:col-start-3 lg:col-end-3 lg:row-start-2 lg:row-end-3", + className: "lg:col-start-2 lg:col-end-3 lg:row-start-2 lg:row-end-3", }, { Icon: Podcast, @@ -314,7 +314,7 @@ const features = [ background: ( background ), - className: "lg:col-start-3 lg:col-end-3 lg:row-start-3 lg:row-end-4", + className: "lg:col-start-2 lg:col-end-3 lg:row-start-3 lg:row-end-4", }, ]; @@ -325,7 +325,7 @@ function CoreFeatureSection() { title="Core Features" description="Find out what makes DeerFlow effective." /> - + {features.map((feature) => ( ))} diff --git a/web/src/components/magicui/bento-grid.tsx b/web/src/components/magicui/bento-grid.tsx index 215b00b..8d2374d 100644 --- a/web/src/components/magicui/bento-grid.tsx +++ b/web/src/components/magicui/bento-grid.tsx @@ -23,7 +23,7 @@ const BentoGrid = ({ children, className, ...props }: BentoGridProps) => { return (