feat: add ipad screenshot asset and update TabletInstallationSection to use it
This commit is contained in:
BIN
src/assets/ipad_dashbard_calendar.png
Normal file
BIN
src/assets/ipad_dashbard_calendar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 419 KiB |
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user