diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx deleted file mode 100644 index ab62446..0000000 --- a/src/pages/HomePage/sections/Hero.tsx +++ /dev/null @@ -1,218 +0,0 @@ -/* 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"; - -const primaryButton = { - href: "/signup", - text: "Start tracking free" -}; -const secondaryButton = { - href: "#features", - text: "See how it works" -}; -const leftItems = []; -const rightItems = []; - -type HeroSplitVerticalMarqueeProps = { - tag: string; - title: string; - description: string; - primaryButton: { text: string; href: string }; - secondaryButton: { text: string; href: string }; - leftItems: ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never })[]; - rightItems: ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never })[]; -}; - -import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; - -const HeroInline = () => { - return ( -
-
- -
-
-
-

AI-Powered Nutrition Companion

-
- - - - - -
-
- -
-
- {[1, 2, 3, 4].map((i) => ( - User - ))} -
-
-
- {[1, 2, 3, 4, 5].map((star) => ( - - - - ))} -
- Trusted by 50,000+ users -
-
-
- -
-
- {/* Notch */} -
- - {/* Screen Content */} -
- {/* Header */} -
-
-

Today

-

Dashboard

-
-
- - - -
-
- - {/* Content */} -
- {/* Calorie Ring */} -
-
-
- - - - -
- 1,840 - kcal left -
-
-
-
Eaten660
-
Burned320
-
-
- - {/* Macros */} -
- {[ - { label: 'Protein', value: '45g', color: 'bg-[#3B82F6]', percent: '60%' }, - { label: 'Carbs', value: '120g', color: 'bg-[#10B981]', percent: '40%' }, - { label: 'Fat', value: '22g', color: 'bg-[#F59E0B]', percent: '30%' } - ].map((macro, i) => ( -
- {macro.label} - {macro.value} -
-
-
-
- ))} -
- - {/* Recent Meal */} -
-
-

Lunch

- 540 kcal -
-
-
- Salad -
-
-
Grilled Chicken Salad
-

1 serving • 45g P • 12g C • 22g F

-
-
-
-
- - {/* Bottom Nav */} -
-
- -
-
- -
-
-
- -
-
-
- -
-
- -
-
-
-
- - {/* Floating Elements */} -
-
- -
-
-

Goal Reached!

-

Protein target hit

-
-
- -
-
- -
-
-

320 kcal

-

Burned today

-
-
-
-
-
- ); -}; - -export default function HeroSection() { - return ( -
- -
- ); -}