Skip to content

Commit 48ee296

Browse files
authored
Remove comments and clean up index.astro
1 parent 0a78cc5 commit 48ee296

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import Layout from '../layouts/Layout.astro'
3-
43
import { profile } from '@/settings'
54
import ProfilePictures from '@/assets/profile.jpeg'
65
import Hero from '@/components/ui/Hero.astro'
@@ -10,7 +9,6 @@ const { fullName, title, institute, research_areas } = profile
109
---
1110

1211
<Layout>
13-
<!-- Hero Section -->
1412
<section class='flex items-center gap-12 border-b pb-12'>
1513
<Hero
1614
fullName={fullName}
@@ -20,9 +18,7 @@ const { fullName, title, institute, research_areas } = profile
2018
/>
2119
</section>
2220

23-
<!-- Research Areas -->
2421
<section class='py-12 border-b'>
2522
<Grid gridTitle='Research Areas' gridItems={research_areas} />
2623
</section>
27-
2824
</Layout>

0 commit comments

Comments
 (0)