From 1bbafd3e69fea98b765198d85de886dc242fa03f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:46:32 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b8fa884..796e36e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,6 +42,7 @@ export default function AboutPage() { { title: "Local Sovereignty", description: "Reducing reliance on imported goods by fostering island-wide food production." } ]} textboxLayout="split" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg?_wi=1" /> @@ -55,6 +56,7 @@ export default function AboutPage() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> Date: Sun, 5 Apr 2026 10:46:33 +0000 Subject: [PATCH 2/2] Update src/app/community/page.tsx --- src/app/community/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 693bc20..9f3001c 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import { ShieldCheck, Users, Lock, CreditCard } from "lucide-react"; export default function CommunityHubPage() { return ( @@ -45,7 +44,6 @@ export default function CommunityHubPage() { description="What you unlock with your community membership." textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" features={[ { title: "Secure Access", -- 2.49.1