From 90fa128139ac95644ba37ff301ecff340c07c93f Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 30 Aug 2026 09:07:37 -0700 Subject: [PATCH] feat(hero): embed 4K signature party display showcase frame with luxury badges --- src/components/Hero.tsx | 121 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 120 insertions(+), 1 deletion(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 4799bb5..a2ca0d9 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -71,7 +71,7 @@ export default function Hero() { justifyContent: 'center', gap: '14px', flexWrap: 'wrap', - marginBottom: '20px', + marginBottom: '40px', padding: '0 4px', }}> @@ -82,6 +82,125 @@ export default function Hero() { + {/* Hero Party Display Showcase Frame */} +
+
+ {/* Main Featured Party Image */} +
+ Wise Hearted Event Decor - Luxury Party Backdrop & Balloon Garland Installation + + {/* Subtle Luxury Gradient Overlay */} +
+ + {/* Floating Badges */} +
+ 👑 Signature Party Installation +
+ +
+ ✨ 100% Custom Balloon Artistry +
+ + {/* Bottom Caption Bar */} +
+
+
+ Luxury Milestone & Birthday Backdrops +
+
+ Custom arch frames • Chrome gold & organic balloon styling +
+
+ + + View All Setups → + +
+
+
+
+
);