From 77cf48ca0dcfa1f267e0036e8d0a71c3262928a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:08:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd94306..4dca7ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,6 @@ export default function HomePage() { { text: "X", href: "https://x.com/KaruThompson" }, ]} buttonAnimation="blur-reveal" - useInvertedBackground={false} tag="Creative Portfolio" tagAnimation="blur-reveal" /> @@ -119,16 +118,13 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", brand: "Visual Identity", name: "Brand Narrative Series", price: "2024", rating: 5, - reviewCount: "Strategic Design", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg?_wi=1", imageAlt: "Brand narrative project" + id: "1", brand: "Visual Identity", name: "Brand Narrative Series", price: "2024", rating: 5, reviewCount: "Strategic Design", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg?_wi=1", imageAlt: "Brand narrative project" }, { - id: "2", brand: "Digital Experience", name: "Interactive Storytelling", price: "2024", rating: 5, - reviewCount: "Web Design", imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg?_wi=1", imageAlt: "Digital experience project" + id: "2", brand: "Digital Experience", name: "Interactive Storytelling", price: "2024", rating: 5, reviewCount: "Web Design", imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg?_wi=1", imageAlt: "Digital experience project" }, { - id: "3", brand: "Creative Direction", name: "Visual Language System", price: "2024", rating: 5, - reviewCount: "Brand Strategy", imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg?_wi=1", imageAlt: "Creative direction project" + id: "3", brand: "Creative Direction", name: "Visual Language System", price: "2024", rating: 5, reviewCount: "Brand Strategy", imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg?_wi=1", imageAlt: "Creative direction project" }, ]} carouselMode="buttons" @@ -151,6 +147,7 @@ export default function HomePage() { window.open(`https://substack.com/@karuthompson`, '_blank'); }} centered={true} + useInvertedBackground={false} /> -- 2.49.1