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