Changeset 42da64d for frontend/src/pages/LandingPage/components/Hero.jsx
- Timestamp:
- 05/13/26 00:35:13 (8 weeks ago)
- Branches:
- master
- Children:
- 447c39f
- Parents:
- a8381b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/pages/LandingPage/components/Hero.jsx
ra8381b1 r42da64d 19 19 return ( 20 20 <div 21 className="hero min-h- screen"21 className="hero min-h-[calc(100vh-4rem)] bg-cover bg-center" 22 22 style={{ 23 23 backgroundImage: … … 26 26 > 27 27 <div className="hero-overlay"></div> 28 <div className="hero-content text-neutral-content text-center ">29 <div className=" max-w-md">30 <h1 className="mb-5 text-5xl font-bold">28 <div className="hero-content text-neutral-content text-center px-4 py-16 sm:py-24"> 29 <div className="w-full max-w-2xl"> 30 <h1 className="mb-5 font-bold text-3xl sm:text-4xl md:text-5xl lg:text-6xl leading-tight"> 31 31 Trekr — track progress, every day 32 32 </h1> 33 <p className="mb- 5">33 <p className="mb-6 text-sm sm:text-base md:text-lg opacity-90"> 34 34 One self-improvement hub: workouts, weight & nutrition, finances & 35 35 budgeting, investing, and daily discipline tasks. Set goals, log … … 37 37 </p> 38 38 <Link 39 className="btn btn-primary !text-white "39 className="btn btn-primary !text-white btn-sm sm:btn-md md:btn-lg" 40 40 to={isAuthed ? "/dashboard" : "/register"} 41 41 >
Note:
See TracChangeset
for help on using the changeset viewer.
