feat: add prerender scripts for single product rendering and enhance layout in PrerenderProduct and Footer components

This commit is contained in:
sebseb7
2025-07-20 10:40:22 +02:00
parent b8d8003ac3
commit bffb1fed27
3 changed files with 69 additions and 6 deletions

View File

@@ -275,7 +275,7 @@ class Footer extends Component {
<Stack
direction="row"
spacing={{ xs: 1, md: 2 }}
sx={{pb: '10px'}}
sx={{pt: '10px', height: { xs: 50, md: 60 }, transform: 'translateY(-3px)'}}
justifyContent="center"
alignItems="flex-end"
>
@@ -288,7 +288,7 @@ class Footer extends Component {
position: 'relative',
zIndex: 9999,
display: 'inline-block',
height: { xs: 50, md: 60 },
height: { xs: 57, md: 67 },
lineHeight: 1
}}
onMouseEnter={this.handleReviewsMouseEnter}
@@ -317,7 +317,7 @@ class Footer extends Component {
position: 'relative',
zIndex: 9999,
display: 'inline-block',
height: { xs: 40, md: 50 },
height: { xs: 47, md: 67 },
lineHeight: 1
}}
onMouseEnter={this.handleMapsMouseEnter}