Skip to content

Commit

Permalink
Merge pull request #10 from goinvo/new-tagline
Browse files Browse the repository at this point in the history
New tagline
  • Loading branch information
ericbenwa authored Jan 2, 2025
2 parents 2fa0eb4 + 124cb07 commit c7922bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added public/design-your-work-future.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/app/components/StaffplanDemoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ interface StaffplanDemoContainerProps {
const StaffplanDemoContainer: React.FC<StaffplanDemoContainerProps> = ({ children }) => {
return (
<section className="flex flex-col items-center justify-between bg-demo-gradient pb-6 px-4">
<div className="relative hidden sm:flex justify-center w-[270px] h-[50px] mt-32">
<Image src="/tryStaffplan.png"
fill
className="object-contain" alt="Design Your Work Future" />
<div className="sm:flex justify-center h-[60px] mt-32">
<h1 style={{ fontWeight: 'bold', fontSize: '2.5rem', }}>Design your work future.</h1>
</div>
{children}
<div className="relative w-full h-full px-8 aspect-[21/19.4] max-w-[1238px] sm:aspect-[21/7] my-6 sm:mb-6 mt-10">
Expand All @@ -26,6 +24,7 @@ const StaffplanDemoContainer: React.FC<StaffplanDemoContainerProps> = ({ childre
alt="StaffPlan Demo"
fill
className="sm:hidden block rounded-lg object-cover"
style={{ marginTop: '20px' }}
/>
</div>
<RoundedButton text="Sign up!" variant="filled" size="large" href="https://app.staffplan.com/registrations/new" />
Expand Down

0 comments on commit c7922bc

Please sign in to comment.