From 9b9745e6e2ba1bbdea2aae6d47432da627b041d8 Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 06:38:14 +0100 Subject: [PATCH] Add: Prominent 'Shop plain items' section to homepage Added a standout section that highlights customers can buy plain items without personalization. Features: - Eye-catching orange gradient background - Clear messaging about skipping the design step - Direct link to plain items collection - Positioned between path choice and gallery sections --- .claude/settings.local.json | 3 ++- src/app/page.tsx | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9005789..a6be3b7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -84,7 +84,8 @@ "Bash(git commit -m 'Fix: Route photo requests to design canvas instead of approval upload *)", "Bash(git commit -m 'Fix: Pass photo request ID instead of data URL *)", "Bash(git commit -m 'Feature: Add product selection when starting design from photo request *)", - "Bash(git commit -m 'Refactor: Move start design server action to separate file *)" + "Bash(git commit -m 'Refactor: Move start design server action to separate file *)", + "Bash(git commit -m 'Add: Prominent '\\\\''Shop plain items'\\\\'' section to homepage *)" ] } } diff --git a/src/app/page.tsx b/src/app/page.tsx index cc9615c..04e0783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,6 +188,41 @@ export default async function HomePage() { + {/* Shop plain items — stand-out section */} +
+ +
+
+
+ +
+

Skip the design step

+

Just want to buy plain items?

+

+ Not everyone wants to personalize. We offer a range of plain, ready-to-wear items with no + customization needed — perfect if you just love the style as-is. Pick a color, choose your size, + and you're done. It's that simple. +

+ +
+ + Browse plain items + + + How it works + +
+
+
+ +
+ {/* Gallery preview — completed work, prominent placement near the top. Always shown (with a "coming soon" state when empty) so it never disappears entirely — a link this prominent shouldn't come and go with photo count. */}