Refactor imports and improve layout in various components; update styles for consistency and readability.
This commit is contained in:
@@ -5,7 +5,7 @@ import classes from './HeroTitle.module.css';
|
||||
export function HeroTitle() {
|
||||
return (
|
||||
<div className={classes.wrapper}>
|
||||
<Container fluid={true} size={700} className={classes.inner}>
|
||||
<Container fluid size={700} className={classes.inner}>
|
||||
<h1 className={classes.title}>
|
||||
{' '}
|
||||
<Text component="span" variant="gradient" gradient={{ from: 'blue', to: 'cyan' }} inherit>
|
||||
@@ -14,8 +14,9 @@ export function HeroTitle() {
|
||||
</h1>
|
||||
|
||||
<Text className={classes.description} c="dimmed">
|
||||
Data Scientist with experience in consulting and research. Expertise in Computer Vision and Large Language Models. Take a look at what
|
||||
I can do for your business and get in touch if you have any questions or you'd like to work together!
|
||||
Data Scientist with experience in consulting and research. Expertise in Computer Vision
|
||||
and Large Language Models. Take a look at what I can do for your business and get in touch
|
||||
if you have any questions or you'd like to work together!
|
||||
</Text>
|
||||
|
||||
<Group className={classes.controls}>
|
||||
@@ -42,4 +43,4 @@ export function HeroTitle() {
|
||||
</Container>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user