Skip to content

Commit 548cb7c

Browse files
authored
Merge pull request #41 from devguru99/dev
chore: fix
2 parents 8ad67b6 + 971eb8f commit 548cb7c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

public/home_future.webp

-188 KB
Loading

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function Hero(props: HeroProps) {
156156
<Stack
157157
spacing={2}
158158
useFlexGap
159-
sx={{ alignItems: 'center', width: { xs: '100%', sm: '70%' } }}
159+
sx={{ alignItems: 'center', width: { xs: '100%', sm: '90%' } }}
160160
>
161161
<Typography
162162
sx={{

src/components/Homepage/Future.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function Future() {
9090
variant="h5"
9191
sx={{ color: 'text.secondary', mb: { xs: 2, sm: 4 }, display: 'flex', flexWrap: 'wrap', alignItems: 'center', textAlign: 'center' }}
9292
>
93-
We&apos;ll be by your side every step of the way, ensuring you&apos;re on the right pathyour recovery is our top priority.
93+
We&apos;ll be by your side every step of the way, ensuring you&apos;re on the right path - your recovery is our top priority.
9494
</Typography>
9595
</motion.div>
9696
</Box>

vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ export default defineConfig({
3333
'@': path.resolve(__dirname, './src'),
3434
},
3535
},
36+
server: {
37+
headers: {
38+
'x-robots-tag': 'index, follow',
39+
},
40+
},
3641
});

0 commit comments

Comments
 (0)