feat: update TabletInstallationSection to use imported image asset

This commit is contained in:
Mo Tarbin
2025-09-04 02:59:50 -04:00
parent 4a54115e31
commit a65cb92f37

View File

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