From bbb289a3ae669cc7c5d7965ec05e58aa8644026b Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 9 Sep 2026 19:24:47 -0400 Subject: [PATCH] Feature Manyangles in the product showcase --- src/app/page.tsx | 107 ++++++++++++++++++++++++++++++++++++++++- src/styles/globals.css | 20 ++++++++ 2 files changed, 125 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40ef988..cc3654b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -361,14 +361,33 @@ const hristudioFeatures = [ }, ]; +const manyanglesFeatures = [ + { + title: "One link for everyone", + body: "Guests upload from any phone, without an account or app to install.", + }, + { + title: "Review before sharing", + body: "Hosts approve photos before they appear in the shared gallery.", + }, + { + title: "Full-quality originals", + body: "Keep the original files while optimized previews make browsing fast.", + }, + { + title: "Albums for any gathering", + body: "Bring everyone's photos together for weddings, parties, and events.", + }, +]; + function Projects() { return (
@@ -516,6 +535,90 @@ function Projects() { + +