diff --git a/src/assets/ipad_dashbard_calendar.png b/src/assets/ipad_dashbard_calendar.png new file mode 100644 index 0000000..9161cc8 Binary files /dev/null and b/src/assets/ipad_dashbard_calendar.png differ diff --git a/src/views/Landing/TabletInstallationSection.jsx b/src/views/Landing/TabletInstallationSection.jsx index f0f9cd6..25c3d79 100644 --- a/src/views/Landing/TabletInstallationSection.jsx +++ b/src/views/Landing/TabletInstallationSection.jsx @@ -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 ( @@ -51,7 +50,8 @@ const TabletInstallationSection = () => { mb: { xs: 4, md: 6 }, }} > - src={ipadDashboardCalendar} + DoneTick dashboard with calendar view showing task management interface { '0 25px 50px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15)', }} /> - /> {/* Features Grid */}