From 816ebeca0fd2fd17d5eb803b9c108a55fa5f2f19 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 19:30:36 +0000 Subject: [PATCH] =?UTF-8?q?Bob=20AI:=20Updated=20hero=20section=20with=20I?= =?UTF-8?q?MORA=20B=C3=88AUTY=20branding=20and=20full-scr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/HomePage/sections/Hero.tsx | 97 ++++++++++++++++++++++++---- 1 file changed, 83 insertions(+), 14 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 098d724..b547b6e 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,19 +1,88 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "hero" section. +/* eslint-disable */ +// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import AutoFillText from "@/components/ui/AutoFillText"; +import ScrollReveal from "@/components/ui/ScrollReveal"; -import React from 'react'; -import HeroBillboardBrand from "@/components/sections/hero/HeroBillboardBrand"; +const primaryButton = { + text: "Call Us", + href: "tel:5551234567" +}; +const secondaryButton = { + text: "Email Us", + href: "mailto:hello@lumine.com" +}; -export default function HeroSection(): React.JSX.Element { +type HeroBillboardBrandProps = { + brand: string; + description: string; + primaryButton: { text: string; href: string }; + secondaryButton: { text: string; href: string }; +} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never }); + +const HeroInline = () => { return ( -
- -
+
+
+ Luxury Beauty +
+
+ +
+

+ IMORA +

+
+ +
+

+ BEAUTY WITHOUT LIMITS +

+

+ Discover curated luxury cosmetics, skincare, and beauty essentials designed to celebrate confidence, individuality, and self-expression. +

+ +
+ + Shop Collection + + + Discover New Arrivals + +
+
+ +
+
+ {[...Array(4)].map((_, i) => ( + + ✨ Luxury Beauty • Makeup Essentials • Glow Beyond Limits • Beauty For Every Shade • Curated With Love + + ))} +
+
+ +