feat: add ipad screenshot asset and update TabletInstallationSection to use it

This commit is contained in:
Mo Tarbin
2025-09-04 09:16:32 -04:00
parent 14ce2305ce
commit b152da9d21
2 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

View File

@@ -1,6 +1,5 @@
import ipad_screenshot from '@/assets/ipad_dashbard_calendar.png'
import { Box, Container, Typography } from '@mui/joy'
import ipadDashboardCalendar from '../../assets/ipad_dashboard_calendar.png'
const TabletInstallationSection = () => {
return (
<Container maxWidth='xl' sx={{ py: { xs: 6, sm: 8, md: 12 } }}>
@@ -51,7 +50,8 @@ const TabletInstallationSection = () => {
mb: { xs: 4, md: 6 },
}}
>
src={ipadDashboardCalendar}
<img
src={ipad_screenshot}
alt='DoneTick dashboard with calendar view showing task management interface'
style={{
maxWidth: '90%',
@@ -62,7 +62,6 @@ const TabletInstallationSection = () => {
'0 25px 50px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15)',
}}
/>
/>
</Box>
{/* Features Grid */}